agentic-qe 3.8.1 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/v3/qe-security-scanner.md +2 -2
- package/.claude/commands/claude-flow-help.md +1 -1
- package/.claude/helpers/github-setup.sh +4 -4
- package/.claude/helpers/post-commit +1 -1
- package/.claude/helpers/pre-commit +1 -1
- package/.claude/helpers/quick-start.sh +4 -4
- package/.claude/helpers/setup-mcp.sh +3 -3
- package/.claude/helpers/statusline-v3.cjs +1 -1
- package/.claude/helpers/validation-pipeline.cjs +625 -0
- package/.claude/skills/README.md +29 -7
- package/.claude/skills/TRUST-TIERS.md +26 -10
- package/.claude/skills/a11y-ally/SKILL.md +10 -2
- package/.claude/skills/accessibility-testing/SKILL.md +2 -1
- package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
- package/.claude/skills/api-testing-patterns/config.json +14 -0
- package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
- package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/.claude/skills/code-review-quality/SKILL.md +14 -1
- package/.claude/skills/compatibility-testing/SKILL.md +1 -54
- package/.claude/skills/compliance-testing/SKILL.md +8 -1
- package/.claude/skills/compliance-testing/config.json +13 -0
- package/.claude/skills/consultancy-practices/SKILL.md +1 -33
- package/.claude/skills/context-driven-testing/SKILL.md +0 -42
- package/.claude/skills/contract-testing/SKILL.md +12 -0
- package/.claude/skills/contract-testing/config.json +13 -0
- package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
- package/.claude/skills/contract-testing/references/provider-states.md +45 -0
- package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/.claude/skills/coverage-guard/SKILL.md +82 -0
- package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/.claude/skills/database-testing/SKILL.md +0 -10
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/.claude/skills/freeze-tests/SKILL.md +67 -0
- package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
- package/.claude/skills/iterative-loop/SKILL.md +6 -6
- package/.claude/skills/localization-testing/SKILL.md +0 -18
- package/.claude/skills/mobile-testing/SKILL.md +2 -50
- package/.claude/skills/mutation-testing/SKILL.md +26 -1
- package/.claude/skills/mutation-testing/config.json +14 -0
- package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/.claude/skills/mutation-testing/run-history.json +6 -0
- package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/.claude/skills/no-skip/SKILL.md +74 -0
- package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
- package/.claude/skills/pair-programming/SKILL.md +1 -1
- package/.claude/skills/pentest-validation/SKILL.md +2 -3
- package/.claude/skills/performance-testing/SKILL.md +21 -0
- package/.claude/skills/performance-testing/config.json +18 -0
- package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
- package/.claude/skills/performance-testing/run-history.json +6 -0
- package/.claude/skills/pr-review/SKILL.md +3 -3
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/.claude/skills/qe-code-intelligence/SKILL.md +9 -2
- package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
- package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +1 -2
- package/.claude/skills/qe-quality-assessment/SKILL.md +29 -3
- package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
- package/.claude/skills/qe-requirements-validation/SKILL.md +1 -2
- package/.claude/skills/qe-test-execution/SKILL.md +9 -2
- package/.claude/skills/qe-test-generation/SKILL.md +15 -2
- package/.claude/skills/qe-test-generation/config.json +14 -0
- package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/.claude/skills/quality-metrics/SKILL.md +3 -78
- package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
- package/.claude/skills/regression-testing/SKILL.md +13 -49
- package/.claude/skills/risk-based-testing/SKILL.md +6 -52
- package/.claude/skills/security-testing/SKILL.md +30 -0
- package/.claude/skills/security-testing/config.json +13 -0
- package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
- package/.claude/skills/security-testing/run-history.json +6 -0
- package/.claude/skills/security-testing/templates/security-report.md +44 -0
- package/.claude/skills/security-visual-testing/SKILL.md +0 -1
- package/.claude/skills/security-watch/SKILL.md +93 -0
- package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
- package/.claude/skills/sherlock-review/SKILL.md +0 -1
- package/.claude/skills/shift-left-testing/SKILL.md +16 -88
- package/.claude/skills/shift-right-testing/SKILL.md +0 -1
- package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
- package/.claude/skills/skill-stats/SKILL.md +79 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/strict-tdd/SKILL.md +72 -0
- package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/.claude/skills/tdd-london-chicago/SKILL.md +8 -1
- package/.claude/skills/technical-writing/SKILL.md +0 -1
- package/.claude/skills/test-automation-strategy/SKILL.md +13 -65
- package/.claude/skills/test-data-management/SKILL.md +1 -105
- package/.claude/skills/test-design-techniques/SKILL.md +2 -152
- package/.claude/skills/test-environment-management/SKILL.md +0 -48
- package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
- package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
- package/.claude/skills/trust-tier-manifest.json +135 -61
- package/.claude/skills/validation-pipeline/SKILL.md +5 -6
- package/.claude/skills/verification-quality/SKILL.md +15 -1
- package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
- package/.claude/skills/xp-practices/SKILL.md +2 -110
- package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
- package/.opencode/agents/ddd-domain-expert.yaml +49 -0
- package/.opencode/agents/memory-specialist.yaml +49 -0
- package/.opencode/agents/performance-engineer.yaml +53 -0
- package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
- package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
- package/.opencode/agents/qe-bdd-generator.yaml +83 -0
- package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
- package/.opencode/agents/qe-code-complexity.yaml +82 -0
- package/.opencode/agents/qe-code-intelligence.yaml +80 -0
- package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
- package/.opencode/agents/qe-defect-predictor.yaml +81 -0
- package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
- package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
- package/.opencode/agents/qe-devils-advocate.yaml +63 -0
- package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
- package/.opencode/agents/qe-fleet-commander.yaml +83 -0
- package/.opencode/agents/qe-gap-detector.yaml +81 -0
- package/.opencode/agents/qe-graphql-tester.yaml +84 -0
- package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
- package/.opencode/agents/qe-integration-architect.yaml +46 -0
- package/.opencode/agents/qe-integration-tester.yaml +84 -0
- package/.opencode/agents/qe-kg-builder.yaml +75 -0
- package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
- package/.opencode/agents/qe-load-tester.yaml +84 -0
- package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
- package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
- package/.opencode/agents/qe-middleware-validator.yaml +92 -0
- package/.opencode/agents/qe-mutation-tester.yaml +84 -0
- package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
- package/.opencode/agents/qe-parallel-executor.yaml +79 -0
- package/.opencode/agents/qe-pattern-learner.yaml +80 -0
- package/.opencode/agents/qe-pentest-validator.yaml +137 -0
- package/.opencode/agents/qe-performance-tester.yaml +83 -0
- package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
- package/.opencode/agents/qe-property-tester.yaml +82 -0
- package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
- package/.opencode/agents/qe-quality-gate.yaml +80 -0
- package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
- package/.opencode/agents/qe-qx-partner.yaml +75 -0
- package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
- package/.opencode/agents/qe-requirements-validator.yaml +111 -0
- package/.opencode/agents/qe-responsive-tester.yaml +85 -0
- package/.opencode/agents/qe-retry-handler.yaml +82 -0
- package/.opencode/agents/qe-risk-assessor.yaml +81 -0
- package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
- package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
- package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
- package/.opencode/agents/qe-security-auditor.yaml +90 -0
- package/.opencode/agents/qe-security-scanner.yaml +80 -0
- package/.opencode/agents/qe-soap-tester.yaml +93 -0
- package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
- package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
- package/.opencode/agents/qe-test-generator.yaml +78 -0
- package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
- package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
- package/.opencode/agents/qe-visual-tester.yaml +82 -0
- package/.opencode/agents/security-architect.yaml +51 -0
- package/.opencode/agents/security-auditor.yaml +50 -0
- package/.opencode/permissions.yaml +74 -0
- package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
- package/.opencode/skills/qe-a11y-ally.yaml +45 -0
- package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
- package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
- package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
- package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
- package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
- package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
- package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
- package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
- package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
- package/.opencode/skills/qe-code-intelligence.yaml +45 -0
- package/.opencode/skills/qe-code-review-quality.yaml +45 -0
- package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
- package/.opencode/skills/qe-compliance-testing.yaml +35 -0
- package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
- package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
- package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
- package/.opencode/skills/qe-database-testing.yaml +40 -0
- package/.opencode/skills/qe-debug-loop.yaml +45 -0
- package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
- package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
- package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
- package/.opencode/skills/qe-github-code-review.yaml +45 -0
- package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
- package/.opencode/skills/qe-github-project-management.yaml +45 -0
- package/.opencode/skills/qe-github-release-management.yaml +45 -0
- package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
- package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
- package/.opencode/skills/qe-iterative-loop.yaml +45 -0
- package/.opencode/skills/qe-learning-optimization.yaml +45 -0
- package/.opencode/skills/qe-localization-testing.yaml +40 -0
- package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-mobile-testing.yaml +35 -0
- package/.opencode/skills/qe-mutation-testing.yaml +35 -0
- package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
- package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
- package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-pair-programming.yaml +45 -0
- package/.opencode/skills/qe-pentest-validation.yaml +45 -0
- package/.opencode/skills/qe-performance-analysis.yaml +45 -0
- package/.opencode/skills/qe-performance-testing.yaml +45 -0
- package/.opencode/skills/qe-pr-review.yaml +45 -0
- package/.opencode/skills/qe-quality-assessment.yaml +45 -0
- package/.opencode/skills/qe-quality-metrics.yaml +45 -0
- package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
- package/.opencode/skills/qe-regression-testing.yaml +40 -0
- package/.opencode/skills/qe-release.yaml +45 -0
- package/.opencode/skills/qe-requirements-validation.yaml +45 -0
- package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
- package/.opencode/skills/qe-security-testing.yaml +45 -0
- package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
- package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
- package/.opencode/skills/qe-sherlock-review.yaml +45 -0
- package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
- package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
- package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
- package/.opencode/skills/qe-skill-builder.yaml +45 -0
- package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
- package/.opencode/skills/qe-stream-chain.yaml +45 -0
- package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
- package/.opencode/skills/qe-technical-writing.yaml +45 -0
- package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
- package/.opencode/skills/qe-test-data-management.yaml +45 -0
- package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
- package/.opencode/skills/qe-test-environment-management.yaml +40 -0
- package/.opencode/skills/qe-test-execution.yaml +45 -0
- package/.opencode/skills/qe-test-generation.yaml +45 -0
- package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
- package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
- package/.opencode/skills/qe-testability-scoring.yaml +45 -0
- package/.opencode/skills/qe-verification-quality.yaml +45 -0
- package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
- package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
- package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-xp-practices.yaml +45 -0
- package/.opencode/tools/qe-defect-scan.ts +79 -0
- package/.opencode/tools/qe-fleet-status.ts +59 -0
- package/.opencode/tools/qe-full-audit.ts +81 -0
- package/.opencode/tools/qe-learning-report.ts +74 -0
- package/.opencode/tools/qe-test-and-verify.ts +97 -0
- package/CHANGELOG.md +50 -0
- package/README.md +5 -1
- package/assets/agents/v3/qe-security-scanner.md +2 -2
- package/assets/helpers/statusline-v3.cjs +1 -1
- package/assets/helpers/validation-pipeline.cjs +625 -0
- package/assets/skills/README.md +173 -0
- package/assets/skills/TRUST-TIERS.md +174 -0
- package/assets/skills/a11y-ally/SKILL.md +10 -2
- package/assets/skills/accessibility-testing/SKILL.md +2 -1
- package/assets/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/assets/skills/api-testing-patterns/SKILL.md +8 -0
- package/assets/skills/api-testing-patterns/config.json +14 -0
- package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
- package/assets/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/assets/skills/code-review-quality/SKILL.md +14 -1
- package/assets/skills/compatibility-testing/SKILL.md +1 -54
- package/assets/skills/compliance-testing/SKILL.md +8 -1
- package/assets/skills/compliance-testing/config.json +13 -0
- package/assets/skills/consultancy-practices/SKILL.md +1 -33
- package/assets/skills/context-driven-testing/SKILL.md +0 -42
- package/assets/skills/contract-testing/SKILL.md +12 -0
- package/assets/skills/contract-testing/config.json +13 -0
- package/assets/skills/contract-testing/references/agent-commands.md +103 -0
- package/assets/skills/contract-testing/references/provider-states.md +45 -0
- package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/assets/skills/coverage-guard/SKILL.md +82 -0
- package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/assets/skills/database-testing/SKILL.md +0 -10
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/assets/skills/freeze-tests/SKILL.md +67 -0
- package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
- package/assets/skills/localization-testing/SKILL.md +0 -18
- package/assets/skills/mobile-testing/SKILL.md +2 -50
- package/assets/skills/mutation-testing/SKILL.md +26 -1
- package/assets/skills/mutation-testing/config.json +14 -0
- package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/assets/skills/mutation-testing/run-history.json +6 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/assets/skills/n8n-security-testing/SKILL.md +0 -1
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/assets/skills/no-skip/SKILL.md +74 -0
- package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
- package/assets/skills/pair-programming/SKILL.md +1 -1
- package/assets/skills/pentest-validation/SKILL.md +2 -3
- package/assets/skills/performance-testing/SKILL.md +21 -0
- package/assets/skills/performance-testing/config.json +18 -0
- package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
- package/assets/skills/performance-testing/run-history.json +6 -0
- package/assets/skills/pr-review/SKILL.md +3 -3
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/assets/skills/qe-code-intelligence/SKILL.md +9 -2
- package/assets/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
- package/assets/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +1 -2
- package/assets/skills/qe-quality-assessment/SKILL.md +29 -3
- package/assets/skills/qe-quality-assessment/run-history.json +6 -0
- package/assets/skills/qe-requirements-validation/SKILL.md +1 -2
- package/assets/skills/qe-test-execution/SKILL.md +9 -2
- package/assets/skills/qe-test-generation/SKILL.md +15 -2
- package/assets/skills/qe-test-generation/config.json +14 -0
- package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/assets/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/assets/skills/quality-metrics/SKILL.md +3 -78
- package/assets/skills/refactoring-patterns/SKILL.md +0 -1
- package/assets/skills/regression-testing/SKILL.md +13 -49
- package/assets/skills/risk-based-testing/SKILL.md +6 -52
- package/assets/skills/security-testing/SKILL.md +30 -0
- package/assets/skills/security-testing/config.json +13 -0
- package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
- package/assets/skills/security-testing/run-history.json +6 -0
- package/assets/skills/security-testing/templates/security-report.md +44 -0
- package/assets/skills/security-visual-testing/SKILL.md +0 -1
- package/assets/skills/security-watch/SKILL.md +93 -0
- package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
- package/assets/skills/sherlock-review/SKILL.md +0 -1
- package/assets/skills/shift-left-testing/SKILL.md +16 -88
- package/assets/skills/shift-right-testing/SKILL.md +0 -1
- package/assets/skills/six-thinking-hats/SKILL.md +0 -1
- package/assets/skills/skill-stats/SKILL.md +79 -0
- package/assets/skills/strict-tdd/SKILL.md +72 -0
- package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/assets/skills/tdd-london-chicago/SKILL.md +8 -1
- package/assets/skills/technical-writing/SKILL.md +0 -1
- package/assets/skills/test-automation-strategy/SKILL.md +13 -65
- package/assets/skills/test-data-management/SKILL.md +1 -105
- package/assets/skills/test-design-techniques/SKILL.md +2 -152
- package/assets/skills/test-environment-management/SKILL.md +0 -48
- package/assets/skills/test-failure-investigator/SKILL.md +99 -0
- package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
- package/assets/skills/trust-tier-manifest.json +135 -61
- package/assets/skills/validation-pipeline/SKILL.md +5 -6
- package/assets/skills/verification-quality/SKILL.md +15 -1
- package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
- package/assets/skills/xp-practices/SKILL.md +2 -110
- package/dist/adapters/claude-flow/detect.d.ts +5 -0
- package/dist/adapters/claude-flow/detect.js +38 -18
- package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
- package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
- package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
- package/dist/cli/bundle.js +262 -79
- package/dist/cli/commands/claude-flow-setup.js +4 -4
- package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
- package/dist/domains/learning-optimization/coordinator.js +26 -4
- package/dist/domains/learning-optimization/plugin.d.ts +2 -0
- package/dist/domains/learning-optimization/plugin.js +2 -0
- package/dist/governance/adversarial-defense-integration.js +1 -0
- package/dist/governance/continue-gate-integration.d.ts +1 -0
- package/dist/governance/continue-gate-integration.js +1 -0
- package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
- package/dist/governance/deterministic-gateway-integration.js +1 -0
- package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
- package/dist/governance/evolution-pipeline-integration.js +1 -0
- package/dist/governance/memory-write-gate-integration.d.ts +1 -0
- package/dist/governance/memory-write-gate-integration.js +1 -0
- package/dist/governance/proof-envelope-integration.d.ts +1 -0
- package/dist/governance/proof-envelope-integration.js +1 -0
- package/dist/governance/shard-retriever-integration.d.ts +1 -0
- package/dist/governance/shard-retriever-integration.js +1 -0
- package/dist/governance/trust-accumulator-integration.d.ts +1 -0
- package/dist/governance/trust-accumulator-integration.js +1 -0
- package/dist/init/agents-installer.js +28 -1
- package/dist/init/enhancements/claude-flow-adapter.js +15 -2
- package/dist/init/init-wizard-hooks.js +3 -3
- package/dist/init/kiro-installer.js +10 -4
- package/dist/init/opencode-installer.d.ts +13 -1
- package/dist/init/opencode-installer.js +52 -14
- package/dist/init/phases/07-hooks.js +21 -7
- package/dist/init/settings-merge.d.ts +1 -1
- package/dist/init/settings-merge.js +12 -13
- package/dist/init/skills-installer.d.ts +10 -0
- package/dist/init/skills-installer.js +68 -6
- package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
- package/dist/integrations/ruvector/sona-persistence.js +26 -1
- package/dist/mcp/bundle.js +98 -37
- package/dist/mcp/entry.js +6 -6
- package/dist/migration/agent-compat.js +2 -2
- package/package.json +9 -4
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -224
- package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
- package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/.claude/skills/qe-security-compliance/SKILL.md +0 -261
- package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
- package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/assets/skills/qe-contract-testing/SKILL.md +0 -224
- package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
- package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/assets/skills/qe-security-compliance/SKILL.md +0 -261
- package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
- package/assets/skills/qe-security-compliance/scripts/validate-config.json +0 -41
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-iterative-loop
|
|
2
|
+
description: "Quality Engineering iteration loops for autonomous test improvement, coverage achievement, and quality gate compliance. Use when tests need to pass, coverage targets must be met, quality gates require compliance, or flaky tests need stabilization. Integrates with AQE v3 fleet agents for coordinated "
|
|
3
|
+
minModelTier: tier2-good
|
|
4
|
+
tags: ["qe", "quality-engineering"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: overview
|
|
7
|
+
description: "QE Iterative Loop is a specialized adaptation of the Ralph Wiggum technique for **Quality Engineering workflows**. It enables autonomous, self-correcting quality cycles where AI agents iterate until quality objectives are achieved - tests pass, coverage targets met, quality gates satisfied, or flaky"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
QE Iterative Loop is a specialized adaptation of the Ralph Wiggum technique for **Quality Engineering workflows**. It enables autonomous, self-correcting quality cycles where AI agents iterate until quality objectives are achieved - tests pass, coverage targets met, quality gates satisfied, or flaky
|
|
11
|
+
- name: why-qe-benefits-from-iteration
|
|
12
|
+
description: "Quality Engineering has **objective, measurable success criteria**: - Tests either pass or fail (exit code 0 vs non-zero) - Coverage is quantifiable (78.5% vs 80% target) - Quality gates have binary outcomes (pass/fail) - Contract validation has clear schemas"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Quality Engineering has **objective, measurable success criteria**: - Tests either pass or fail (exit code 0 vs non-zero) - Coverage is quantifiable (78.5% vs 80% target) - Quality gates have binary outcomes (pass/fail) - Contract validation has clear schemas
|
|
16
|
+
- name: pattern-1-test-fix-iteration
|
|
17
|
+
description: "Pattern 1: Test Fix Iteration"
|
|
18
|
+
tools: ["bash", "read", "edit"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Pattern 1: Test Fix Iteration
|
|
21
|
+
- name: pattern-2-coverage-target-iteration
|
|
22
|
+
description: "Pattern 2: Coverage Target Iteration"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Pattern 2: Coverage Target Iteration
|
|
26
|
+
- name: pattern-3-quality-gate-iteration
|
|
27
|
+
description: "Pattern 3: Quality Gate Iteration"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Pattern 3: Quality Gate Iteration
|
|
31
|
+
- name: qe-iteration-patterns
|
|
32
|
+
description: "QE Iteration Patterns"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
QE Iteration Patterns
|
|
36
|
+
- name: pattern-1-test-fix-iteration-loop
|
|
37
|
+
description: "**Goal**: All tests pass"
|
|
38
|
+
tools: ["bash", "read", "edit"]
|
|
39
|
+
prompt: |
|
|
40
|
+
**Goal**: All tests pass
|
|
41
|
+
- name: qe-test-fix-loop
|
|
42
|
+
description: "QE Test-Fix Loop"
|
|
43
|
+
tools: ["bash", "read", "edit"]
|
|
44
|
+
prompt: |
|
|
45
|
+
QE Test-Fix Loop
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-learning-optimization
|
|
2
|
+
description: "Transfer learning, metrics optimization, and continuous improvement for AI-powered QE agents."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["qe", "quality-engineering"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: agent-workflow
|
|
7
|
+
description: "Agent Workflow"
|
|
8
|
+
tools: ["bash", "read", "grep"]
|
|
9
|
+
prompt: |
|
|
10
|
+
Agent Workflow
|
|
11
|
+
- name: learning-operations
|
|
12
|
+
description: "Learning Operations"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Learning Operations
|
|
16
|
+
- name: 1-transfer-learning
|
|
17
|
+
description: "1. Transfer Learning"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
1. Transfer Learning
|
|
21
|
+
- name: 2-hyperparameter-tuning
|
|
22
|
+
description: "2. Hyperparameter Tuning"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
2. Hyperparameter Tuning
|
|
26
|
+
- name: 3-ab-testing
|
|
27
|
+
description: "3. A/B Testing"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
3. A/B Testing
|
|
31
|
+
- name: 4-feedback-loop
|
|
32
|
+
description: "4. Feedback Loop"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
4. Feedback Loop
|
|
36
|
+
- name: learning-metrics-dashboard
|
|
37
|
+
description: "Learning Metrics Dashboard"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Learning Metrics Dashboard
|
|
41
|
+
- name: cross-framework-transfer
|
|
42
|
+
description: "Cross-Framework Transfer"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Cross-Framework Transfer
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
name: qe-localization-testing
|
|
2
|
+
description: "Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["localization", "i18n", "l10n", "translation", "rtl", "unicode", "locale", "qe", "quality-engineering", "specialized-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: i18n-vs-l10n
|
|
7
|
+
description: "i18n vs l10n"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
i18n vs l10n
|
|
11
|
+
- name: common-locale-formats
|
|
12
|
+
description: "Common Locale Formats"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Common Locale Formats
|
|
16
|
+
- name: translation-coverage-testing
|
|
17
|
+
description: "Translation Coverage Testing"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Translation Coverage Testing
|
|
21
|
+
- name: datetimecurrency-formats
|
|
22
|
+
description: "Date/Time/Currency Formats"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Date/Time/Currency Formats
|
|
26
|
+
- name: rtl-right-to-left-testing
|
|
27
|
+
description: "RTL (Right-to-Left) Testing"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
RTL (Right-to-Left) Testing
|
|
31
|
+
- name: unicode-character-support
|
|
32
|
+
description: "Unicode Character Support"
|
|
33
|
+
tools: ["bash", "read", "grep"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Unicode Character Support
|
|
36
|
+
- name: agent-driven-localization-testing
|
|
37
|
+
description: "Agent-Driven Localization Testing"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Agent-Driven Localization Testing
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-middleware-testing-patterns
|
|
2
|
+
description: "Enterprise middleware testing patterns for message routing, transformation, DLQ, protocol mediation, ESB error handling, and EIP patterns. Use when testing middleware layers, message brokers, ESBs, or integration buses."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["middleware", "esb", "soap", "messaging", "iib", "mq", "transformation", "routing", "qe", "quality-engineering", "enterprise-integration"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: testing-levels
|
|
7
|
+
description: "Testing Levels"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
Testing Levels
|
|
11
|
+
- name: critical-test-scenarios
|
|
12
|
+
description: "Critical Test Scenarios"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Critical Test Scenarios
|
|
16
|
+
- name: message-routing-pattern-testing
|
|
17
|
+
description: "Message Routing Pattern Testing"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Message Routing Pattern Testing
|
|
21
|
+
- name: content-based-router
|
|
22
|
+
description: "Content-Based Router"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Content-Based Router
|
|
26
|
+
- name: header-based-router
|
|
27
|
+
description: "Header-Based Router"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Header-Based Router
|
|
31
|
+
- name: recipient-list
|
|
32
|
+
description: "Recipient List"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Recipient List
|
|
36
|
+
- name: message-transformation-testing
|
|
37
|
+
description: "Message Transformation Testing"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Message Transformation Testing
|
|
41
|
+
- name: json-to-xml-transformation
|
|
42
|
+
description: "JSON-to-XML Transformation"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
JSON-to-XML Transformation
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
name: qe-mobile-testing
|
|
2
|
+
description: "Comprehensive mobile testing for iOS and Android platforms including gestures, sensors, permissions, device fragmentation, and performance. Use when testing native apps, hybrid apps, or mobile web, ensuring quality across 1000+ device variants."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["mobile", "ios", "android", "appium", "gestures", "device-fragmentation", "sensors", "qe", "quality-engineering", "specialized-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: ios-vs-android-differences
|
|
7
|
+
description: "iOS vs Android Differences"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
iOS vs Android Differences
|
|
11
|
+
- name: device-coverage-tiers
|
|
12
|
+
description: "Device Coverage Tiers"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Device Coverage Tiers
|
|
16
|
+
- name: mobile-performance-goals
|
|
17
|
+
description: "Mobile Performance Goals"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Mobile Performance Goals
|
|
21
|
+
- name: touch-gesture-testing
|
|
22
|
+
description: "Touch Gesture Testing"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Touch Gesture Testing
|
|
26
|
+
- name: mobile-specific-scenarios
|
|
27
|
+
description: "Mobile-Specific Scenarios"
|
|
28
|
+
tools: ["bash", "read", "grep"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Mobile-Specific Scenarios
|
|
31
|
+
- name: agent-driven-mobile-testing
|
|
32
|
+
description: "Agent-Driven Mobile Testing"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Agent-Driven Mobile Testing
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
name: qe-mutation-testing
|
|
2
|
+
description: "Test quality validation through mutation testing, assessing test suite effectiveness by introducing code mutations and measuring kill rate. Use when evaluating test quality, identifying weak tests, or proving tests actually catch bugs."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["mutation", "stryker", "test-quality", "kill-rate", "assertions", "effectiveness", "qe", "quality-engineering", "specialized-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: mutation-score-interpretation
|
|
7
|
+
description: "Mutation Score Interpretation"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
Mutation Score Interpretation
|
|
11
|
+
- name: common-mutation-operators
|
|
12
|
+
description: "Common Mutation Operators"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Common Mutation Operators
|
|
16
|
+
- name: how-mutation-testing-works
|
|
17
|
+
description: "How Mutation Testing Works"
|
|
18
|
+
tools: ["bash", "read", "edit"]
|
|
19
|
+
prompt: |
|
|
20
|
+
How Mutation Testing Works
|
|
21
|
+
- name: using-stryker
|
|
22
|
+
description: "Using Stryker"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Using Stryker
|
|
26
|
+
- name: fixing-surviving-mutants
|
|
27
|
+
description: "Fixing Surviving Mutants"
|
|
28
|
+
tools: ["bash", "read", "edit"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Fixing Surviving Mutants
|
|
31
|
+
- name: agent-driven-mutation-testing
|
|
32
|
+
description: "Agent-Driven Mutation Testing"
|
|
33
|
+
tools: ["bash", "read", "edit"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Agent-Driven Mutation Testing
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-n8n-expression-testing
|
|
2
|
+
description: "n8n expression syntax validation, context-aware testing, common pitfalls detection, and performance optimization. Use when validating n8n expressions and data transformations."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["n8n", "expressions", "javascript", "data-transformation", "validation", "qe", "quality-engineering", "n8n-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: n8n-expression-syntax
|
|
7
|
+
description: "n8n Expression Syntax"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
n8n Expression Syntax
|
|
11
|
+
- name: context-variables
|
|
12
|
+
description: "Context Variables"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Context Variables
|
|
16
|
+
- name: expression-syntax-patterns
|
|
17
|
+
description: "Expression Syntax Patterns"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Expression Syntax Patterns
|
|
21
|
+
- name: safe-data-access
|
|
22
|
+
description: "Safe Data Access"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Safe Data Access
|
|
26
|
+
- name: type-conversions
|
|
27
|
+
description: "Type Conversions"
|
|
28
|
+
tools: ["bash", "read", "edit"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Type Conversions
|
|
31
|
+
- name: string-operations
|
|
32
|
+
description: "String Operations"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
String Operations
|
|
36
|
+
- name: array-operations
|
|
37
|
+
description: "Array Operations"
|
|
38
|
+
tools: ["bash", "read", "grep"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Array Operations
|
|
41
|
+
- name: validation-patterns
|
|
42
|
+
description: "Validation Patterns"
|
|
43
|
+
tools: ["bash", "read", "edit", "grep"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Validation Patterns
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-n8n-integration-testing-patterns
|
|
2
|
+
description: "API contract testing, authentication flows, rate limit handling, and error scenario coverage for n8n integrations with external services. Use when testing n8n node integrations."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["n8n", "integration", "api", "authentication", "oauth", "rate-limiting", "testing", "qe", "quality-engineering", "n8n-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: common-n8n-integrations
|
|
7
|
+
description: "Common n8n Integrations"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
Common n8n Integrations
|
|
11
|
+
- name: authentication-types
|
|
12
|
+
description: "Authentication Types"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Authentication Types
|
|
16
|
+
- name: connectivity-testing
|
|
17
|
+
description: "Connectivity Testing"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Connectivity Testing
|
|
21
|
+
- name: api-operation-testing
|
|
22
|
+
description: "API Operation Testing"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
API Operation Testing
|
|
26
|
+
- name: authentication-testing
|
|
27
|
+
description: "Authentication Testing"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Authentication Testing
|
|
31
|
+
- name: oauth2-flow-testing
|
|
32
|
+
description: "OAuth2 Flow Testing"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
OAuth2 Flow Testing
|
|
36
|
+
- name: api-key-testing
|
|
37
|
+
description: "API Key Testing"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
API Key Testing
|
|
41
|
+
- name: rate-limit-testing
|
|
42
|
+
description: "Rate Limit Testing"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Rate Limit Testing
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-n8n-security-testing
|
|
2
|
+
description: "Credential exposure detection, OAuth flow validation, API key management testing, and data sanitization verification for n8n workflows. Use when validating n8n workflow security."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["n8n", "security", "credentials", "oauth", "api-keys", "encryption", "testing", "qe", "quality-engineering", "n8n-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: security-risk-areas
|
|
7
|
+
description: "Security Risk Areas"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
Security Risk Areas
|
|
11
|
+
- name: credential-types
|
|
12
|
+
description: "Credential Types"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Credential Types
|
|
16
|
+
- name: credential-security-testing
|
|
17
|
+
description: "Credential Security Testing"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Credential Security Testing
|
|
21
|
+
- name: scan-for-exposed-credentials
|
|
22
|
+
description: "Scan for Exposed Credentials"
|
|
23
|
+
tools: ["bash", "read", "grep"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Scan for Exposed Credentials
|
|
26
|
+
- name: verify-credential-encryption
|
|
27
|
+
description: "Verify Credential Encryption"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Verify Credential Encryption
|
|
31
|
+
- name: test-credential-rotation
|
|
32
|
+
description: "Test Credential Rotation"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Test Credential Rotation
|
|
36
|
+
- name: webhook-security-testing
|
|
37
|
+
description: "Webhook Security Testing"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Webhook Security Testing
|
|
41
|
+
- name: authentication-testing
|
|
42
|
+
description: "Authentication Testing"
|
|
43
|
+
tools: ["bash", "read", "grep"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Authentication Testing
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-n8n-trigger-testing-strategies
|
|
2
|
+
description: "Webhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["n8n", "triggers", "webhook", "schedule", "cron", "polling", "testing", "qe", "quality-engineering", "n8n-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: n8n-trigger-types
|
|
7
|
+
description: "n8n Trigger Types"
|
|
8
|
+
tools: ["bash", "read", "edit"]
|
|
9
|
+
prompt: |
|
|
10
|
+
n8n Trigger Types
|
|
11
|
+
- name: common-webhook-configurations
|
|
12
|
+
description: "Common Webhook Configurations"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Common Webhook Configurations
|
|
16
|
+
- name: webhook-testing
|
|
17
|
+
description: "Webhook Testing"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Webhook Testing
|
|
21
|
+
- name: basic-webhook-test
|
|
22
|
+
description: "Basic Webhook Test"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Basic Webhook Test
|
|
26
|
+
- name: http-method-testing
|
|
27
|
+
description: "HTTP Method Testing"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
HTTP Method Testing
|
|
31
|
+
- name: authentication-testing
|
|
32
|
+
description: "Authentication Testing"
|
|
33
|
+
tools: ["bash", "read", "grep"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Authentication Testing
|
|
36
|
+
- name: schedule-testing
|
|
37
|
+
description: "Schedule Testing"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Schedule Testing
|
|
41
|
+
- name: cron-expression-validation
|
|
42
|
+
description: "Cron Expression Validation"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Cron Expression Validation
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-n8n-workflow-testing-fundamentals
|
|
2
|
+
description: "Comprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["n8n", "workflow", "automation", "testing", "data-flow", "nodes", "triggers", "qe", "quality-engineering", "n8n-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: n8n-workflow-components
|
|
7
|
+
description: "n8n Workflow Components"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
n8n Workflow Components
|
|
11
|
+
- name: workflow-execution-states
|
|
12
|
+
description: "Workflow Execution States"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Workflow Execution States
|
|
16
|
+
- name: workflow-structure-validation
|
|
17
|
+
description: "Workflow Structure Validation"
|
|
18
|
+
tools: ["bash", "read", "grep"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Workflow Structure Validation
|
|
21
|
+
- name: execution-testing
|
|
22
|
+
description: "Execution Testing"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Execution Testing
|
|
26
|
+
- name: data-flow-validation
|
|
27
|
+
description: "Data Flow Validation"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Data Flow Validation
|
|
31
|
+
- name: error-handling-testing
|
|
32
|
+
description: "Error Handling Testing"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Error Handling Testing
|
|
36
|
+
- name: node-connection-patterns
|
|
37
|
+
description: "Node Connection Patterns"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Node Connection Patterns
|
|
41
|
+
- name: linear-flow
|
|
42
|
+
description: "Linear Flow"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Linear Flow
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-observability-testing-patterns
|
|
2
|
+
description: "Observability and monitoring validation patterns for dashboards, alerting, log aggregation, APM traces, and SLA/SLO verification. Use when testing monitoring infrastructure, dashboard accuracy, alert rules, or metric pipelines."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["observability", "monitoring", "kibana", "elasticsearch", "dashboards", "alerting", "metrics", "logging", "qe", "quality-engineering", "specialized-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: testing-levels
|
|
7
|
+
description: "Testing Levels"
|
|
8
|
+
tools: ["bash", "read", "grep"]
|
|
9
|
+
prompt: |
|
|
10
|
+
Testing Levels
|
|
11
|
+
- name: critical-test-scenarios
|
|
12
|
+
description: "Critical Test Scenarios"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Critical Test Scenarios
|
|
16
|
+
- name: dashboard-data-accuracy-validation
|
|
17
|
+
description: "Dashboard Data Accuracy Validation"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Dashboard Data Accuracy Validation
|
|
21
|
+
- name: compare-source-data-to-dashboard
|
|
22
|
+
description: "Compare Source Data to Dashboard"
|
|
23
|
+
tools: ["bash", "read", "grep"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Compare Source Data to Dashboard
|
|
26
|
+
- name: elasticsearch-query-result-validation
|
|
27
|
+
description: "Elasticsearch Query Result Validation"
|
|
28
|
+
tools: ["bash", "read", "edit", "grep"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Elasticsearch Query Result Validation
|
|
31
|
+
- name: kibana-dashboard-element-assertions
|
|
32
|
+
description: "Kibana Dashboard Element Assertions"
|
|
33
|
+
tools: ["bash", "read"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Kibana Dashboard Element Assertions
|
|
36
|
+
- name: alert-rule-testing
|
|
37
|
+
description: "Alert Rule Testing"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Alert Rule Testing
|
|
41
|
+
- name: log-aggregation-completeness
|
|
42
|
+
description: "Log Aggregation Completeness"
|
|
43
|
+
tools: ["bash", "read", "grep"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Log Aggregation Completeness
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-pair-programming
|
|
2
|
+
description: "AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performanc"
|
|
3
|
+
minModelTier: tier2-good
|
|
4
|
+
tags: ["qe", "quality-engineering"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: what-this-skill-does
|
|
7
|
+
description: "This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver/navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through t"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver/navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through t
|
|
11
|
+
- name: basic-session
|
|
12
|
+
description: "Basic Session"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Basic Session
|
|
16
|
+
- name: tdd-session
|
|
17
|
+
description: "TDD Session"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
TDD Session
|
|
21
|
+
- name: complete-guide
|
|
22
|
+
description: "Complete Guide"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Complete Guide
|
|
26
|
+
- name: session-control-commands
|
|
27
|
+
description: "Session Control Commands"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Session Control Commands
|
|
31
|
+
- name: available-modes
|
|
32
|
+
description: "Available Modes"
|
|
33
|
+
tools: ["bash", "read", "edit"]
|
|
34
|
+
prompt: |
|
|
35
|
+
Available Modes
|
|
36
|
+
- name: in-session-commands
|
|
37
|
+
description: "In-Session Commands"
|
|
38
|
+
tools: ["bash", "read", "edit", "grep", "mcp:agentic-qe:*"]
|
|
39
|
+
prompt: |
|
|
40
|
+
In-Session Commands
|
|
41
|
+
- name: command-shortcuts
|
|
42
|
+
description: "Command Shortcuts"
|
|
43
|
+
tools: ["bash", "read", "grep"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Command Shortcuts
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-pentest-validation
|
|
2
|
+
description: "Orchestrate security finding validation through graduated exploitation. 4-phase pipeline: recon (SAST/DAST), analysis (code review), validation (exploit proof), report (No Exploit, No Report gate). Eliminates false positives by proving exploitability."
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["pentest", "exploitation", "security-validation", "shannon", "no-exploit-no-report", "graduated-exploitation", "qe", "quality-engineering", "specialized-testing"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: the-4-phase-pipeline
|
|
7
|
+
description: "The 4-Phase Pipeline"
|
|
8
|
+
tools: ["bash", "read"]
|
|
9
|
+
prompt: |
|
|
10
|
+
The 4-Phase Pipeline
|
|
11
|
+
- name: graduated-exploitation-tiers
|
|
12
|
+
description: "Graduated Exploitation Tiers"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Graduated Exploitation Tiers
|
|
16
|
+
- name: configuration
|
|
17
|
+
description: "Configuration"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Configuration
|
|
21
|
+
- name: safeguards-mandatory
|
|
22
|
+
description: "Safeguards (Mandatory)"
|
|
23
|
+
tools: ["bash", "read"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Safeguards (Mandatory)
|
|
26
|
+
- name: authorization-gate
|
|
27
|
+
description: "Every pentest validation run MUST: 1. Display target URL and exploitation tier to user 2. Require explicit confirmation: \"I own/authorized testing of this target\" 3. Log authorization with timestamp 4. Block if target URL matches production patterns"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Every pentest validation run MUST: 1. Display target URL and exploitation tier to user 2. Require explicit confirmation: "I own/authorized testing of this target" 3. Log authorization with timestamp 4. Block if target URL matches production patterns
|
|
31
|
+
- name: what-this-skill-does-not-do
|
|
32
|
+
description: "- Full autonomous reconnaissance (Nmap, Subfinder) - Zero-day exploit development - Attack targets without explicit authorization - Test production systems - Store actual exfiltrated data (only proof of access) - Social engineering or phishing simulation - Port scanning or service discovery"
|
|
33
|
+
tools: ["bash", "read", "grep"]
|
|
34
|
+
prompt: |
|
|
35
|
+
- Full autonomous reconnaissance (Nmap, Subfinder) - Zero-day exploit development - Attack targets without explicit authorization - Test production systems - Store actual exfiltrated data (only proof of access) - Social engineering or phishing simulation - Port scanning or service discovery
|
|
36
|
+
- name: validation-pipelines
|
|
37
|
+
description: "Validation Pipelines"
|
|
38
|
+
tools: ["bash", "read"]
|
|
39
|
+
prompt: |
|
|
40
|
+
Validation Pipelines
|
|
41
|
+
- name: injection-pipeline
|
|
42
|
+
description: "Injection Pipeline"
|
|
43
|
+
tools: ["bash", "read"]
|
|
44
|
+
prompt: |
|
|
45
|
+
Injection Pipeline
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: qe-performance-analysis
|
|
2
|
+
description: "Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms"
|
|
3
|
+
minModelTier: tier3-best
|
|
4
|
+
tags: ["performance", "bottleneck", "optimization", "profiling", "metrics", "analysis", "qe", "quality-engineering", "monitoring"]
|
|
5
|
+
steps:
|
|
6
|
+
- name: overview
|
|
7
|
+
description: "This skill consolidates all performance analysis capabilities: - **Bottleneck Detection**: Identify performance bottlenecks across communication, processing, memory, and network - **Performance Profiling**: Real-time monitoring and historical analysis of swarm operations - **Report Generation**: Cre"
|
|
8
|
+
tools: ["bash", "read", "mcp:agentic-qe:*"]
|
|
9
|
+
prompt: |
|
|
10
|
+
This skill consolidates all performance analysis capabilities: - **Bottleneck Detection**: Identify performance bottlenecks across communication, processing, memory, and network - **Performance Profiling**: Real-time monitoring and historical analysis of swarm operations - **Report Generation**: Cre
|
|
11
|
+
- name: basic-bottleneck-detection
|
|
12
|
+
description: "Basic Bottleneck Detection"
|
|
13
|
+
tools: ["bash", "read"]
|
|
14
|
+
prompt: |
|
|
15
|
+
Basic Bottleneck Detection
|
|
16
|
+
- name: generate-performance-report
|
|
17
|
+
description: "Generate Performance Report"
|
|
18
|
+
tools: ["bash", "read"]
|
|
19
|
+
prompt: |
|
|
20
|
+
Generate Performance Report
|
|
21
|
+
- name: analyze-and-auto-fix
|
|
22
|
+
description: "Analyze and Auto-Fix"
|
|
23
|
+
tools: ["bash", "read", "edit"]
|
|
24
|
+
prompt: |
|
|
25
|
+
Analyze and Auto-Fix
|
|
26
|
+
- name: core-capabilities
|
|
27
|
+
description: "Core Capabilities"
|
|
28
|
+
tools: ["bash", "read"]
|
|
29
|
+
prompt: |
|
|
30
|
+
Core Capabilities
|
|
31
|
+
- name: 1-bottleneck-detection
|
|
32
|
+
description: "1. Bottleneck Detection"
|
|
33
|
+
tools: ["bash", "read", "edit", "mcp:agentic-qe:*"]
|
|
34
|
+
prompt: |
|
|
35
|
+
1. Bottleneck Detection
|
|
36
|
+
- name: 2-performance-profiling
|
|
37
|
+
description: "2. Performance Profiling"
|
|
38
|
+
tools: ["bash", "read", "edit", "mcp:agentic-qe:*"]
|
|
39
|
+
prompt: |
|
|
40
|
+
2. Performance Profiling
|
|
41
|
+
- name: 3-report-generation
|
|
42
|
+
description: "3. Report Generation"
|
|
43
|
+
tools: ["bash", "read", "grep"]
|
|
44
|
+
prompt: |
|
|
45
|
+
3. Report Generation
|