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,173 @@
|
|
|
1
|
+
# AQE Skills Index
|
|
2
|
+
|
|
3
|
+
This directory contains Quality Engineering skills managed by Agentic QE.
|
|
4
|
+
|
|
5
|
+
## Summary
|
|
6
|
+
|
|
7
|
+
- **Total QE Skills**: 84
|
|
8
|
+
- **V2 Methodology Skills**: 62
|
|
9
|
+
- **V3 Domain Skills**: 23
|
|
10
|
+
- **Platform Skills**: 30 (Claude Flow managed)
|
|
11
|
+
- **Validation Infrastructure**: ✅ Installed
|
|
12
|
+
|
|
13
|
+
> **Note**: Platform skills (agentdb, github, flow-nexus, etc.) are managed by claude-flow.
|
|
14
|
+
> Only QE-specific skills are installed/updated by `aqe init`.
|
|
15
|
+
|
|
16
|
+
## V2 Methodology Skills (62)
|
|
17
|
+
|
|
18
|
+
Version-agnostic quality engineering best practices from the QE community.
|
|
19
|
+
|
|
20
|
+
- **a11y-ally**: Comprehensive WCAG accessibility auditing with multi-tool testing (axe-core + pa11y + Lighthouse), TRUE PARALLEL execution with Promise.allSettled, graceful degradation, retry with backoff, context-aware remediation, learning integration, and video accessibility. Uses 3-tier browser cascade: Vibium → agent-browser → Playwright+Stealth.
|
|
21
|
+
- **accessibility-testing**: WCAG 2.2 compliance testing, screen reader validation, and inclusive design verification. Use when ensuring legal compliance (ADA, Section 508), testing for disabilities, or building accessible applications for 1 billion disabled users globally.
|
|
22
|
+
- **agentic-quality-engineering**: AI agents as force multipliers for quality work. Core skill for all 19 QE agents using PACT principles.
|
|
23
|
+
- **api-testing-patterns**: Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
|
|
24
|
+
- **browser**: Web browser automation with AI-optimized snapshots for claude-flow agents
|
|
25
|
+
- **brutal-honesty-review**: Unvarnished technical criticism combining Linus Torvalds
|
|
26
|
+
- **bug-reporting-excellence**: Write high-quality bug reports that get fixed quickly. Use when reporting bugs, training teams on bug reporting, or establishing bug report standards.
|
|
27
|
+
- **chaos-engineering-resilience**: Chaos engineering principles, controlled failure injection, resilience testing, and system recovery validation. Use when testing distributed systems, building confidence in fault tolerance, or validating disaster recovery.
|
|
28
|
+
- **cicd-pipeline-qe-orchestrator**: Orchestrate quality engineering across CI/CD pipeline phases. Use when designing test strategies, planning quality gates, or implementing shift-left/shift-right testing.
|
|
29
|
+
- **code-review-quality**: Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices.
|
|
30
|
+
- **compatibility-testing**: Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support, testing responsive design, or ensuring platform compatibility.
|
|
31
|
+
- **compliance-testing**: Regulatory compliance testing for GDPR, CCPA, HIPAA, SOC2, PCI-DSS and industry-specific regulations. Use when ensuring legal compliance, preparing for audits, or handling sensitive data.
|
|
32
|
+
- **consultancy-practices**: Apply effective software quality consultancy practices. Use when consulting, advising clients, or establishing consultancy workflows.
|
|
33
|
+
- **context-driven-testing**: Apply context-driven testing principles where practices are chosen based on project context, not universal
|
|
34
|
+
- **contract-testing**: Consumer-driven contract testing for microservices using Pact, schema validation, API versioning, and backward compatibility testing. Use when testing API contracts or coordinating distributed teams.
|
|
35
|
+
- **database-testing**: Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.
|
|
36
|
+
- **debug-loop**: Hypothesis-driven autonomous debugging with real command validation
|
|
37
|
+
- **enterprise-integration-testing**: Orchestration skill for enterprise integration testing across SAP, middleware, WMS, and backend systems. Covers E2E enterprise flows, SAP-specific patterns (RFC, BAPI, IDoc, OData, Fiori), cross-system data validation, and enterprise quality gates.
|
|
38
|
+
- **exploratory-testing-advanced**: Advanced exploratory testing techniques with Session-Based Test Management (SBTM), RST heuristics, and test tours. Use when planning exploration sessions, investigating bugs, or discovering unknown quality risks.
|
|
39
|
+
- **holistic-testing-pact**: Apply the Holistic Testing Model evolved with PACT (Proactive, Autonomous, Collaborative, Targeted) principles. Use when designing comprehensive test strategies for Classical, AI-assisted, Agent based, or Agentic Systems building quality into the team, or implementing whole-team quality practices.
|
|
40
|
+
- **localization-testing**: 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.
|
|
41
|
+
- **middleware-testing-patterns**: 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.
|
|
42
|
+
- **mobile-testing**: 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.
|
|
43
|
+
- **mutation-testing**: 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.
|
|
44
|
+
- **n8n-expression-testing**: n8n expression syntax validation, context-aware testing, common pitfalls detection, and performance optimization. Use when validating n8n expressions and data transformations.
|
|
45
|
+
- **n8n-integration-testing-patterns**: API contract testing, authentication flows, rate limit handling, and error scenario coverage for n8n integrations with external services. Use when testing n8n node integrations.
|
|
46
|
+
- **n8n-security-testing**: Credential exposure detection, OAuth flow validation, API key management testing, and data sanitization verification for n8n workflows. Use when validating n8n workflow security.
|
|
47
|
+
- **n8n-trigger-testing-strategies**: Webhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered.
|
|
48
|
+
- **n8n-workflow-testing-fundamentals**: Comprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications.
|
|
49
|
+
- **observability-testing-patterns**: 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.
|
|
50
|
+
- **pair-programming**: 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 performance optimization with truth-score verification.
|
|
51
|
+
- **performance-testing**: Test application performance, scalability, and resilience. Use when planning load testing, stress testing, or optimizing system performance.
|
|
52
|
+
- **pr-review**: Scope-aware GitHub PR review with user-friendly tone and trust tier validation
|
|
53
|
+
- **qcsd-cicd-swarm**: QCSD Verification phase swarm for CI/CD pipeline quality gates using regression analysis, flaky test detection, quality gate enforcement, and deployment readiness assessment. Consumes Development outputs (SHIP/CONDITIONAL/HOLD decisions, quality metrics) and produces signals for Production monitoring.
|
|
54
|
+
- **qcsd-development-swarm**: QCSD Development phase swarm for in-sprint code quality assurance using TDD adherence, code complexity analysis, coverage gap detection, and defect prediction. Consumes Refinement outputs (BDD scenarios, SFDIPOT priorities) and produces signals for Verification.
|
|
55
|
+
- **qcsd-ideation-swarm**: QCSD Ideation phase swarm for Quality Criteria sessions using HTSM v6.3, Risk Storming, and Testability analysis before development begins. Uses 5-tier browser cascade: Vibium → agent-browser → Playwright+Stealth → WebFetch → WebSearch-fallback.
|
|
56
|
+
- **qcsd-production-swarm**: QCSD Production Telemetry phase swarm for post-release production health assessment using DORA metrics, root cause analysis, defect prediction, and cross-phase feedback loops. Consumes CI/CD outputs (RELEASE/REMEDIATE/BLOCK decisions, release readiness metrics) and produces feedback signals to Ideation and Refinement.
|
|
57
|
+
- **qcsd-refinement-swarm**: QCSD Refinement phase swarm for Sprint Refinement sessions using SFDIPOT product factors, BDD scenario generation, and requirements validation.
|
|
58
|
+
- **quality-metrics**: Measure quality effectively with actionable metrics. Use when establishing quality dashboards, defining KPIs, or evaluating test effectiveness.
|
|
59
|
+
- **refactoring-patterns**: Apply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.
|
|
60
|
+
- **regression-testing**: Strategic regression testing with test selection, impact analysis, and continuous regression management. Use when verifying fixes don
|
|
61
|
+
- **risk-based-testing**: Focus testing effort on highest-risk areas using risk assessment and prioritization. Use when planning test strategy, allocating testing resources, or making coverage decisions.
|
|
62
|
+
- **security-testing**: Test for security vulnerabilities using OWASP principles. Use when conducting security audits, testing auth, or implementing security practices.
|
|
63
|
+
- **security-visual-testing**: Security-first visual testing combining URL validation, PII detection, and visual regression with parallel viewport support. Use when testing web applications that handle sensitive data, need visual regression coverage, or require WCAG accessibility compliance.
|
|
64
|
+
- **sfdipot-product-factors**: James Bach
|
|
65
|
+
- **sherlock-review**: Evidence-based investigative code review using deductive reasoning to determine what actually happened versus what was claimed. Use when verifying implementation claims, investigating bugs, validating fixes, or conducting root cause analysis. Elementary approach to finding truth through systematic observation.
|
|
66
|
+
- **shift-left-testing**: Move testing activities earlier in the development lifecycle to catch defects when they
|
|
67
|
+
- **shift-right-testing**: Testing in production with feature flags, canary deployments, synthetic monitoring, and chaos engineering. Use when implementing production observability or progressive delivery.
|
|
68
|
+
- **six-thinking-hats**: Apply Edward de Bono
|
|
69
|
+
- **tdd-london-chicago**: Apply London (mock-based) and Chicago (state-based) TDD schools. Use when practicing test-driven development or choosing testing style for your context.
|
|
70
|
+
- **technical-writing**: Write clear, engaging technical content from real experience. Use when writing blog posts, documentation, tutorials, or technical articles.
|
|
71
|
+
- **test-automation-strategy**: Design and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency.
|
|
72
|
+
- **test-data-management**: Strategic test data generation, management, and privacy compliance. Use when creating test data, handling PII, ensuring GDPR/CCPA compliance, or scaling data generation for realistic testing scenarios.
|
|
73
|
+
- **test-design-techniques**: Systematic test design with boundary value analysis, equivalence partitioning, decision tables, state transition testing, and combinatorial testing. Use when designing comprehensive test cases, reducing redundant tests, or ensuring systematic coverage.
|
|
74
|
+
- **test-environment-management**: Test environment provisioning, infrastructure as code for testing, Docker/Kubernetes for test environments, service virtualization, and cost optimization. Use when managing test infrastructure, ensuring environment parity, or optimizing testing costs.
|
|
75
|
+
- **test-idea-rewriting**: Transform passive
|
|
76
|
+
- **test-reporting-analytics**: Advanced test reporting, quality dashboards, predictive analytics, trend analysis, and executive reporting for QE metrics. Use when communicating quality status, tracking trends, or making data-driven decisions.
|
|
77
|
+
- **testability-scoring**: AI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.
|
|
78
|
+
- **verification-quality**: Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
|
|
79
|
+
- **visual-testing-advanced**: Advanced visual regression testing with pixel-perfect comparison, AI-powered diff analysis, responsive design validation, and cross-browser visual consistency. Use when detecting UI regressions, validating designs, or ensuring visual consistency.
|
|
80
|
+
- **wms-testing-patterns**: Warehouse Management System testing patterns for inventory operations, pick/pack/ship workflows, wave management, EDI X12/EDIFACT compliance, RF/barcode scanning, and WMS-ERP integration. Use when testing WMS platforms (Blue Yonder, Manhattan, SAP EWM).
|
|
81
|
+
- **xp-practices**: Apply XP practices including pair programming, ensemble programming, continuous integration, and sustainable pace. Use when implementing agile development practices, improving team collaboration, or adopting technical excellence practices.
|
|
82
|
+
|
|
83
|
+
## V3 Domain Skills (23)
|
|
84
|
+
|
|
85
|
+
V3-specific implementation guides for the 12 DDD bounded contexts plus on-demand hooks, investigation runbooks, and measurement tools.
|
|
86
|
+
|
|
87
|
+
- **pentest-validation**: 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.
|
|
88
|
+
- **qe-chaos-resilience**: Chaos engineering and resilience testing including fault injection, load testing, and system recovery validation.
|
|
89
|
+
- **qe-code-intelligence**: Knowledge graph-based code understanding with semantic search and 80% token reduction through intelligent context retrieval.
|
|
90
|
+
- **qe-coverage-analysis**: O(log n) sublinear coverage gap detection with risk-weighted analysis and intelligent test prioritization.
|
|
91
|
+
- **qe-defect-intelligence**: AI-powered defect prediction, pattern learning, and root cause analysis for proactive quality management.
|
|
92
|
+
- **qe-iterative-loop**: 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 quality iteration.
|
|
93
|
+
- **qe-learning-optimization**: Transfer learning, metrics optimization, and continuous improvement for AI-powered QE agents.
|
|
94
|
+
- **qe-quality-assessment**: Comprehensive quality gates, metrics analysis, and deployment readiness assessment for continuous quality assurance.
|
|
95
|
+
- **qe-requirements-validation**: Requirements traceability, acceptance criteria validation, and BDD scenario management for complete requirements coverage.
|
|
96
|
+
- **qe-test-execution**: Parallel test execution orchestration with intelligent scheduling, retry logic, and comprehensive result aggregation.
|
|
97
|
+
- **qe-test-generation**: AI-powered test generation using pattern recognition, code analysis, and intelligent test synthesis for comprehensive test coverage.
|
|
98
|
+
- **qe-visual-accessibility**: Visual regression testing, responsive design validation, and WCAG accessibility compliance testing.
|
|
99
|
+
|
|
100
|
+
### On-Demand Hooks
|
|
101
|
+
|
|
102
|
+
- **strict-tdd**: Enforces strict TDD red-green-refactor discipline. Blocks code changes that lack a failing test first.
|
|
103
|
+
- **no-skip**: Prevents use of .skip, .only, or xdescribe in test files. Ensures all tests are active.
|
|
104
|
+
- **coverage-guard**: Blocks merges when coverage drops below configured thresholds. Enforces coverage-only-goes-up policy.
|
|
105
|
+
- **freeze-tests**: Locks the test suite during stabilization periods. Prevents new test additions or modifications.
|
|
106
|
+
- **security-watch**: Scans code changes for security anti-patterns (hardcoded secrets, SQL injection, etc.) on every commit.
|
|
107
|
+
|
|
108
|
+
### Runbook Skills
|
|
109
|
+
|
|
110
|
+
- **test-failure-investigator**: Automated runbook for investigating test failures. Gathers logs, diffs, recent changes, and flaky-test history to diagnose root cause.
|
|
111
|
+
- **coverage-drop-investigator**: Automated runbook for diagnosing coverage drops. Identifies uncovered lines, maps to recent commits, and suggests targeted tests.
|
|
112
|
+
|
|
113
|
+
### Product Verification
|
|
114
|
+
|
|
115
|
+
- **e2e-flow-verifier**: End-to-end user flow verification against acceptance criteria. Validates critical paths through the application match expected behavior.
|
|
116
|
+
|
|
117
|
+
### Data & Analysis
|
|
118
|
+
|
|
119
|
+
- **test-metrics-dashboard**: Aggregates test results, coverage trends, flaky-test rates, and execution times into a unified dashboard view.
|
|
120
|
+
|
|
121
|
+
### Measurement
|
|
122
|
+
|
|
123
|
+
- **skill-stats**: Measures skill usage frequency, success rates, and token costs. Provides data for skill portfolio optimization.
|
|
124
|
+
|
|
125
|
+
## Platform Skills (30)
|
|
126
|
+
|
|
127
|
+
Claude Flow platform skills (managed separately).
|
|
128
|
+
|
|
129
|
+
- agentdb-advanced
|
|
130
|
+
- agentdb-learning
|
|
131
|
+
- agentdb-memory-patterns
|
|
132
|
+
- agentdb-optimization
|
|
133
|
+
- agentdb-vector-search
|
|
134
|
+
- flow-nexus-neural
|
|
135
|
+
- flow-nexus-platform
|
|
136
|
+
- flow-nexus-swarm
|
|
137
|
+
- github-code-review
|
|
138
|
+
- github-multi-repo
|
|
139
|
+
- github-project-management
|
|
140
|
+
- github-release-management
|
|
141
|
+
- github-workflow-automation
|
|
142
|
+
- hooks-automation
|
|
143
|
+
- reasoningbank-agentdb
|
|
144
|
+
- reasoningbank-intelligence
|
|
145
|
+
- skill-builder
|
|
146
|
+
- sparc-methodology
|
|
147
|
+
- stream-chain
|
|
148
|
+
- swarm-advanced
|
|
149
|
+
- swarm-orchestration
|
|
150
|
+
- v3-cli-modernization
|
|
151
|
+
- v3-core-implementation
|
|
152
|
+
- v3-ddd-architecture
|
|
153
|
+
- v3-integration-deep
|
|
154
|
+
- v3-mcp-optimization
|
|
155
|
+
- v3-memory-unification
|
|
156
|
+
- v3-performance-optimization
|
|
157
|
+
- v3-security-overhaul
|
|
158
|
+
- v3-swarm-coordination
|
|
159
|
+
|
|
160
|
+
## Validation Infrastructure
|
|
161
|
+
|
|
162
|
+
The `.validation/` directory contains the skill validation infrastructure (ADR-056):
|
|
163
|
+
|
|
164
|
+
- **schemas/**: JSON Schema definitions for validating skill outputs
|
|
165
|
+
- **templates/**: Validator script templates for creating skill validators
|
|
166
|
+
- **examples/**: Example skill outputs that validate against schemas
|
|
167
|
+
- **test-data/**: Test data for validator self-testing
|
|
168
|
+
|
|
169
|
+
See `.validation/README.md` for usage instructions.
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
*Generated by AQE v3 init on 2026-03-11T09:00:19.526Z*
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
# Trust Tier Badges
|
|
2
|
+
|
|
3
|
+
> Generated: 2026-02-02T10:30:07.656Z
|
|
4
|
+
> Policy: ADR-056 - Trust But Verify
|
|
5
|
+
|
|
6
|
+
## Overview
|
|
7
|
+
|
|
8
|
+
-44-brightgreen)
|
|
9
|
+
-7-green)
|
|
10
|
+
-5-yellow)
|
|
11
|
+
-49-lightgrey)
|
|
12
|
+
|
|
13
|
+
**Total Skills**: 105
|
|
14
|
+
|
|
15
|
+
## Trust Tier Distribution
|
|
16
|
+
|
|
17
|
+
| Tier | Count | Description |
|
|
18
|
+
|------|-------|-------------|
|
|
19
|
+
| 3 - Verified | 44 | Full evaluation test suite |
|
|
20
|
+
| 2 - Validated | 7 | Has executable validator |
|
|
21
|
+
| 1 - Structured | 5 | Has JSON output schema |
|
|
22
|
+
| 0 - Advisory | 49 | SKILL.md only |
|
|
23
|
+
|
|
24
|
+
## Validation Status
|
|
25
|
+
|
|
26
|
+
| Status | Count |
|
|
27
|
+
|--------|-------|
|
|
28
|
+
| Passing | 44 |
|
|
29
|
+
| Failing | 0 |
|
|
30
|
+
| Unknown | 12 |
|
|
31
|
+
| Skipped | 49 |
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Tier 3 Skills (Fully Verified)
|
|
36
|
+
|
|
37
|
+
These skills have complete validation infrastructure: JSON schema, validator script, and evaluation test suite.
|
|
38
|
+
|
|
39
|
+
| Skill | Category | Schema | Validator | Eval Suite | Status |
|
|
40
|
+
|-------|----------|--------|-----------|------------|--------|
|
|
41
|
+
| a11y-ally | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/a11y-ally.yaml` | Passing |
|
|
42
|
+
| accessibility-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/accessibility-testing.yaml` | Passing |
|
|
43
|
+
| api-testing-patterns | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/api-testing-patterns.yaml` | Passing |
|
|
44
|
+
| chaos-engineering-resilience | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/chaos-engineering-resilience.yaml` | Passing |
|
|
45
|
+
| cicd-pipeline-qe-orchestrator | infrastructure | `schemas/output.json` | `scripts/validate-config.json` | `evals/cicd-pipeline-qe-orchestrator.yaml` | Passing |
|
|
46
|
+
| compatibility-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/compatibility-testing.yaml` | Passing |
|
|
47
|
+
| compliance-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/compliance-testing.yaml` | Passing |
|
|
48
|
+
| contract-testing | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/contract-testing.yaml` | Passing |
|
|
49
|
+
| database-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/database-testing.yaml` | Passing |
|
|
50
|
+
| localization-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/localization-testing.yaml` | Passing |
|
|
51
|
+
| mobile-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/mobile-testing.yaml` | Passing |
|
|
52
|
+
| mutation-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/mutation-testing.yaml` | Passing |
|
|
53
|
+
| n8n-expression-testing | n8n-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/n8n-expression-testing.yaml` | Passing |
|
|
54
|
+
| n8n-integration-testing-patterns | n8n-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/n8n-integration-testing-patterns.yaml` | Passing |
|
|
55
|
+
| n8n-security-testing | n8n-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/n8n-security-testing.yaml` | Passing |
|
|
56
|
+
| n8n-trigger-testing-strategies | n8n-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/n8n-trigger-testing-strategies.yaml` | Passing |
|
|
57
|
+
| n8n-workflow-testing-fundamentals | n8n-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/n8n-workflow-testing-fundamentals.yaml` | Passing |
|
|
58
|
+
| performance-analysis | monitoring | `schemas/output.json` | `scripts/validate-config.json` | `evals/performance-analysis.yaml` | Passing |
|
|
59
|
+
| performance-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/performance-testing.yaml` | Passing |
|
|
60
|
+
| qcsd-ideation-swarm | qcsd-phases | `schemas/output.json` | `scripts/validate-config.json` | `evals/qcsd-ideation-swarm.yaml` | Passing |
|
|
61
|
+
| qe-chaos-resilience | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-chaos-resilience.yaml` | Passing |
|
|
62
|
+
| qe-code-intelligence | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-code-intelligence.yaml` | Passing |
|
|
63
|
+
| qe-coverage-analysis | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-coverage-analysis.yaml` | Passing |
|
|
64
|
+
| qe-defect-intelligence | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-defect-intelligence.yaml` | Passing |
|
|
65
|
+
| qe-learning-optimization | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-learning-optimization.yaml` | Passing |
|
|
66
|
+
| qe-quality-assessment | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-quality-assessment.yaml` | Passing |
|
|
67
|
+
| qe-requirements-validation | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-requirements-validation.yaml` | Passing |
|
|
68
|
+
| qe-test-execution | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-test-execution.yaml` | Passing |
|
|
69
|
+
| qe-test-generation | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-test-generation.yaml` | Passing |
|
|
70
|
+
| qe-visual-accessibility | - | `schemas/output.json` | `scripts/validate-config.json` | `evals/qe-visual-accessibility.yaml` | Passing |
|
|
71
|
+
| quality-metrics | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/quality-metrics.yaml` | Passing |
|
|
72
|
+
| regression-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/regression-testing.yaml` | Passing |
|
|
73
|
+
| risk-based-testing | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/risk-based-testing.yaml` | Passing |
|
|
74
|
+
| security-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/security-testing.yaml` | Passing |
|
|
75
|
+
| security-visual-testing | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/security-visual-testing.yaml` | Passing |
|
|
76
|
+
| shift-left-testing | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/shift-left-testing.yaml` | Passing |
|
|
77
|
+
| shift-right-testing | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/shift-right-testing.yaml` | Passing |
|
|
78
|
+
| test-automation-strategy | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/test-automation-strategy.yaml` | Passing |
|
|
79
|
+
| test-data-management | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/test-data-management.yaml` | Passing |
|
|
80
|
+
| test-design-techniques | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/test-design-techniques.yaml` | Passing |
|
|
81
|
+
| test-reporting-analytics | analytics | `schemas/output.json` | `scripts/validate-config.json` | `evals/test-reporting-analytics.yaml` | Passing |
|
|
82
|
+
| testability-scoring | testing-methodologies | `schemas/output.json` | `scripts/validate-config.json` | `evals/testability-scoring.yaml` | Passing |
|
|
83
|
+
| verification-quality | quality-assurance | `schemas/output.json` | `scripts/validate-config.json` | `evals/verification-quality.yaml` | Passing |
|
|
84
|
+
| visual-testing-advanced | specialized-testing | `schemas/output.json` | `scripts/validate-config.json` | `evals/visual-testing-advanced.yaml` | Passing |
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## Tier 2 Skills (Validated)
|
|
89
|
+
|
|
90
|
+
These skills have a validator script but no evaluation test suite yet.
|
|
91
|
+
|
|
92
|
+
| Skill | Category | Schema | Validator | Status |
|
|
93
|
+
|-------|----------|--------|-----------|--------|
|
|
94
|
+
| brutal-honesty-review | quality-review | `schemas/output.json` | `scripts/validate-config.json` | Unknown |
|
|
95
|
+
| bug-reporting-excellence | quality-communication | `schemas/output.json` | `scripts/validate-config.json` | Unknown |
|
|
96
|
+
| code-review-quality | development-practices | `schemas/output.json` | `scripts/validate-config.json` | Unknown |
|
|
97
|
+
| qe-iterative-loop | - | `schemas/output.json` | `scripts/validate-config.json` | Unknown |
|
|
98
|
+
| refactoring-patterns | development-practices | `schemas/output.json` | `scripts/validate-config.json` | Unknown |
|
|
99
|
+
| sherlock-review | quality-review | `schemas/output.json` | `scripts/validate-config.json` | Unknown |
|
|
100
|
+
| tdd-london-chicago | development-practices | `schemas/output.json` | `scripts/validate-config.json` | Unknown |
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## Tier 1 Skills (Structured)
|
|
105
|
+
|
|
106
|
+
These skills have a JSON output schema but no validator yet.
|
|
107
|
+
|
|
108
|
+
| Skill | Category | Schema |
|
|
109
|
+
|-------|----------|--------|
|
|
110
|
+
| agentic-quality-engineering | qe-core | `schemas/output.json` |
|
|
111
|
+
| consultancy-practices | professional-practice | `schemas/output.json` |
|
|
112
|
+
| technical-writing | communication | `schemas/output.json` |
|
|
113
|
+
| test-environment-management | specialized-testing | `schemas/output.json` |
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Tier 0 Skills (Advisory)
|
|
118
|
+
|
|
119
|
+
These skills have SKILL.md only, with no evaluation infrastructure yet.
|
|
120
|
+
|
|
121
|
+
| Skill | Category |
|
|
122
|
+
|-------|----------|
|
|
123
|
+
| coverage-drop-investigator | investigation |
|
|
124
|
+
| coverage-guard | on-demand-hooks |
|
|
125
|
+
| e2e-flow-verifier | product-verification |
|
|
126
|
+
| freeze-tests | on-demand-hooks |
|
|
127
|
+
| no-skip | on-demand-hooks |
|
|
128
|
+
| security-watch | on-demand-hooks |
|
|
129
|
+
| skill-stats | measurement |
|
|
130
|
+
| strict-tdd | on-demand-hooks |
|
|
131
|
+
| test-failure-investigator | investigation |
|
|
132
|
+
| test-metrics-dashboard | analytics |
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Upgrading Skills
|
|
137
|
+
|
|
138
|
+
To upgrade a skill to a higher trust tier:
|
|
139
|
+
|
|
140
|
+
### Tier 0 -> Tier 1 (Add Schema)
|
|
141
|
+
1. Create `{skill}/schemas/output.json` with JSON Schema
|
|
142
|
+
2. Add `trust_tier: 1` to frontmatter
|
|
143
|
+
3. Run `npx tsx scripts/update-skill-manifest.ts`
|
|
144
|
+
|
|
145
|
+
### Tier 1 -> Tier 2 (Add Validator)
|
|
146
|
+
1. Create `{skill}/scripts/validate-skill.cjs` (or .ts/.js)
|
|
147
|
+
2. Add `trust_tier: 2` and validation paths to frontmatter
|
|
148
|
+
3. Run `npx tsx scripts/update-skill-manifest.ts`
|
|
149
|
+
|
|
150
|
+
### Tier 2 -> Tier 3 (Add Evals)
|
|
151
|
+
1. Create `{skill}/evals/{skill}.yaml` with test cases
|
|
152
|
+
2. Add `trust_tier: 3` and eval_path to frontmatter
|
|
153
|
+
3. Run `npx tsx scripts/update-skill-manifest.ts`
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
## CI Integration
|
|
158
|
+
|
|
159
|
+
Add this to your GitHub Actions workflow:
|
|
160
|
+
|
|
161
|
+
```yaml
|
|
162
|
+
- name: Validate Skill Manifest
|
|
163
|
+
run: npx tsx scripts/update-skill-manifest.ts --dry-run
|
|
164
|
+
|
|
165
|
+
- name: Check Tier 3 Skills Pass
|
|
166
|
+
run: |
|
|
167
|
+
for skill in api-testing-patterns security-testing performance-testing; do
|
|
168
|
+
.claude/skills/$skill/scripts/validate-skill.cjs --self-test
|
|
169
|
+
done
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
*Generated by update-skill-manifest.ts per ADR-056*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: a11y-ally
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when running comprehensive WCAG accessibility audits with axe-core + pa11y + Lighthouse, generating context-aware remediation, or testing video accessibility. Supports 3-tier browser cascade with graceful degradation."
|
|
4
4
|
category: specialized-testing
|
|
5
5
|
priority: critical
|
|
6
6
|
tokenEstimate: 10000
|
|
@@ -16,7 +16,6 @@ validation:
|
|
|
16
16
|
schema_path: schemas/output.json
|
|
17
17
|
validator_path: scripts/validate-config.json
|
|
18
18
|
eval_path: evals/a11y-ally.yaml
|
|
19
|
-
|
|
20
19
|
---
|
|
21
20
|
|
|
22
21
|
# /a11y-ally - Comprehensive Accessibility Audit
|
|
@@ -1662,3 +1661,12 @@ ROI = (Impact × Users%) / Effort_Hours
|
|
|
1662
1661
|
11. **NEVER** skip video pipeline if videos detected
|
|
1663
1662
|
12. **NEVER** complete without remediation.md
|
|
1664
1663
|
13. **NEVER** fail audit just because 1-2 tools failed (use graceful degradation)
|
|
1664
|
+
|
|
1665
|
+
## Gotchas
|
|
1666
|
+
|
|
1667
|
+
- axe-core catches ~30% of WCAG issues — automated tools miss keyboard navigation, reading order, and cognitive issues
|
|
1668
|
+
- Agent runs Lighthouse only and reports "accessible" — Lighthouse alone is insufficient, always run axe-core + pa11y too
|
|
1669
|
+
- Screen reader testing requires actual screen reader interaction, not just ARIA attribute checks
|
|
1670
|
+
- Video accessibility (captions, audio descriptions) is frequently skipped — check every `<video>` element
|
|
1671
|
+
- Color contrast tools disagree on gradients and transparency — test with actual low-vision simulation
|
|
1672
|
+
- Playwright+Stealth may be blocked by some sites — fall back gracefully, don't skip the audit
|
|
@@ -11,7 +11,6 @@ last_optimized: 2025-12-02
|
|
|
11
11
|
dependencies: []
|
|
12
12
|
quick_reference_card: true
|
|
13
13
|
tags: [accessibility, wcag, a11y, screen-reader, ada, section-508, inclusive]
|
|
14
|
-
|
|
15
14
|
# ADR-056 Trust Tier 3 Validation Stack
|
|
16
15
|
trust_tier: 3
|
|
17
16
|
validation:
|
|
@@ -22,6 +21,8 @@ validation:
|
|
|
22
21
|
|
|
23
22
|
# Accessibility Testing
|
|
24
23
|
|
|
24
|
+
> **Consolidated**: For comprehensive WCAG auditing with multi-tool testing (axe-core + pa11y + Lighthouse), video accessibility, and remediation, prefer [`/a11y-ally`](../a11y-ally/). This skill provides a quick reference card for basic accessibility testing patterns.
|
|
25
|
+
|
|
25
26
|
<default_to_action>
|
|
26
27
|
When testing accessibility or ensuring compliance:
|
|
27
28
|
1. APPLY POUR principles: Perceivable, Operable, Understandable, Robust
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agentic-quality-engineering
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when orchestrating QE agents, understanding PACT principles, configuring the AQE v3 fleet, or leveraging AI agents as force multipliers for quality work."
|
|
4
4
|
category: qe-core
|
|
5
5
|
priority: critical
|
|
6
6
|
tokenEstimate: 1400
|
|
@@ -14,7 +14,6 @@ tags: [pact, agents, fleet, coordination, autonomous, foundational]
|
|
|
14
14
|
trust_tier: 1
|
|
15
15
|
validation:
|
|
16
16
|
schema_path: schemas/output.json
|
|
17
|
-
|
|
18
17
|
---
|
|
19
18
|
|
|
20
19
|
# Agentic Quality Engineering
|
|
@@ -297,3 +297,11 @@ await apiFleet.execute({
|
|
|
297
297
|
API testing = verifying contracts and behavior, not implementation. Focus on what matters to consumers: correct responses, proper error handling, acceptable performance.
|
|
298
298
|
|
|
299
299
|
**With Agents:** Agents automate contract validation, generate comprehensive test suites from specs, and monitor production APIs for drift. Use agents to maintain API quality at scale.
|
|
300
|
+
|
|
301
|
+
## Gotchas
|
|
302
|
+
|
|
303
|
+
- Agent generates tests against documented API, not actual API — always validate against running service first
|
|
304
|
+
- Auth tokens expire between test runs — use fixtures with long-lived tokens or refresh before each suite
|
|
305
|
+
- Rate limiting in CI causes intermittent failures — add retry with exponential backoff for 429 responses
|
|
306
|
+
- GraphQL introspection may be disabled in production — test against staging schema, not production endpoint
|
|
307
|
+
- Idempotency tests need unique request IDs per run — hardcoded IDs cause false passes on retry
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./config-schema.json",
|
|
3
|
+
"_description": "API Testing configuration. Auto-created on first run. Edit to customize.",
|
|
4
|
+
"api_type": null,
|
|
5
|
+
"auth_type": null,
|
|
6
|
+
"base_url": null,
|
|
7
|
+
"options": {
|
|
8
|
+
"validateSchemaOnEveryRequest": true,
|
|
9
|
+
"retryOn429": true,
|
|
10
|
+
"retryDelay": 1000,
|
|
11
|
+
"timeout": 30000
|
|
12
|
+
},
|
|
13
|
+
"_setupPrompt": "If api_type is null, ask: 'What type of API are you testing? (rest/graphql/grpc)'. If auth_type is null, ask: 'What authentication does the API use? (bearer/oauth2/api-key/basic/none)'. If base_url is null, ask: 'What is the base URL for the API under test?'"
|
|
14
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# API Test Scaffold Template
|
|
2
|
+
|
|
3
|
+
## REST API Test Structure (Jest/Supertest)
|
|
4
|
+
```typescript
|
|
5
|
+
import request from 'supertest';
|
|
6
|
+
import { app } from '../src/app';
|
|
7
|
+
|
|
8
|
+
describe('{{Resource}} API', () => {
|
|
9
|
+
// Setup
|
|
10
|
+
let authToken: string;
|
|
11
|
+
|
|
12
|
+
beforeAll(async () => {
|
|
13
|
+
authToken = await getTestToken();
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
describe('GET /api/{{resource}}', () => {
|
|
17
|
+
it('returns paginated list with valid auth', async () => {
|
|
18
|
+
const res = await request(app)
|
|
19
|
+
.get('/api/{{resource}}')
|
|
20
|
+
.set('Authorization', `Bearer ${authToken}`)
|
|
21
|
+
.query({ page: 1, limit: 10 });
|
|
22
|
+
|
|
23
|
+
expect(res.status).toBe(200);
|
|
24
|
+
expect(res.body.data).toBeInstanceOf(Array);
|
|
25
|
+
expect(res.body.pagination).toMatchObject({
|
|
26
|
+
page: 1,
|
|
27
|
+
limit: 10,
|
|
28
|
+
total: expect.any(Number)
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
it('returns 401 without auth', async () => {
|
|
33
|
+
const res = await request(app).get('/api/{{resource}}');
|
|
34
|
+
expect(res.status).toBe(401);
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
it('returns 400 for invalid query params', async () => {
|
|
38
|
+
const res = await request(app)
|
|
39
|
+
.get('/api/{{resource}}')
|
|
40
|
+
.set('Authorization', `Bearer ${authToken}`)
|
|
41
|
+
.query({ page: -1 });
|
|
42
|
+
expect(res.status).toBe(400);
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
describe('POST /api/{{resource}}', () => {
|
|
47
|
+
it('creates resource with valid payload', async () => {
|
|
48
|
+
const payload = { /* valid fields */ };
|
|
49
|
+
const res = await request(app)
|
|
50
|
+
.post('/api/{{resource}}')
|
|
51
|
+
.set('Authorization', `Bearer ${authToken}`)
|
|
52
|
+
.send(payload);
|
|
53
|
+
|
|
54
|
+
expect(res.status).toBe(201);
|
|
55
|
+
expect(res.body.id).toBeDefined();
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
it('returns 422 for invalid payload', async () => {
|
|
59
|
+
const res = await request(app)
|
|
60
|
+
.post('/api/{{resource}}')
|
|
61
|
+
.set('Authorization', `Bearer ${authToken}`)
|
|
62
|
+
.send({});
|
|
63
|
+
expect(res.status).toBe(422);
|
|
64
|
+
expect(res.body.errors).toBeDefined();
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
it('is idempotent with same request ID', async () => {
|
|
68
|
+
const requestId = crypto.randomUUID();
|
|
69
|
+
const payload = { /* valid fields */ };
|
|
70
|
+
|
|
71
|
+
const res1 = await request(app)
|
|
72
|
+
.post('/api/{{resource}}')
|
|
73
|
+
.set('Authorization', `Bearer ${authToken}`)
|
|
74
|
+
.set('X-Request-ID', requestId)
|
|
75
|
+
.send(payload);
|
|
76
|
+
|
|
77
|
+
const res2 = await request(app)
|
|
78
|
+
.post('/api/{{resource}}')
|
|
79
|
+
.set('Authorization', `Bearer ${authToken}`)
|
|
80
|
+
.set('X-Request-ID', requestId)
|
|
81
|
+
.send(payload);
|
|
82
|
+
|
|
83
|
+
expect(res1.body.id).toBe(res2.body.id);
|
|
84
|
+
});
|
|
85
|
+
});
|
|
86
|
+
});
|
|
87
|
+
```
|
|
@@ -15,7 +15,6 @@ trust_tier: 2
|
|
|
15
15
|
validation:
|
|
16
16
|
schema_path: schemas/output.json
|
|
17
17
|
validator_path: scripts/validate-config.json
|
|
18
|
-
|
|
19
18
|
---
|
|
20
19
|
|
|
21
20
|
# Bug Reporting Excellence
|
|
@@ -228,3 +227,17 @@ const bugFleet = await FleetManager.coordinate({
|
|
|
228
227
|
Your bug report is the starting point for someone else's work. Make it **complete** (all info needed), **clear** (anyone can follow), **concise** (no noise), and **actionable** (developer knows next step).
|
|
229
228
|
|
|
230
229
|
**Good bug reports = Faster fixes = Better product = Happier users**
|
|
230
|
+
|
|
231
|
+
## Skill Composition
|
|
232
|
+
|
|
233
|
+
- **After finding bug** → Start with `/test-failure-investigator` for root cause
|
|
234
|
+
- **Prevent regression** → Use `/regression-testing` to add test preventing recurrence
|
|
235
|
+
- **Track quality** → Feed into `/test-metrics-dashboard` for trend analysis
|
|
236
|
+
|
|
237
|
+
## Gotchas
|
|
238
|
+
|
|
239
|
+
- Agent omits environment details (OS, browser version, node version) — these are critical for reproduction
|
|
240
|
+
- "Steps to reproduce" that start with "1. Open the app" are useless — specify exact URL, user role, and state
|
|
241
|
+
- Agent combines multiple bugs into one report — enforce ONE BUG = ONE REPORT strictly
|
|
242
|
+
- Screenshots without annotations don't help — always highlight the actual error area
|
|
243
|
+
- Severity assessment is often wrong — agent marks everything as "critical" or everything as "low"
|
|
@@ -15,7 +15,6 @@ trust_tier: 2
|
|
|
15
15
|
validation:
|
|
16
16
|
schema_path: schemas/output.json
|
|
17
17
|
validator_path: scripts/validate-config.json
|
|
18
|
-
|
|
19
18
|
---
|
|
20
19
|
|
|
21
20
|
# Code Review Quality
|
|
@@ -233,3 +232,17 @@ const reviewFleet = await FleetManager.coordinate({
|
|
|
233
232
|
**Prioritize feedback:** 🔴 Blocker → 🟡 Major → 🟢 Minor → 💡 Suggestion. Focus on bugs and security, not style. Ask questions, don't command. Review < 400 lines at a time. Fast feedback (< 24h) beats thorough feedback.
|
|
234
233
|
|
|
235
234
|
**With Agents:** Agents automate security, performance, and coverage checks, freeing human reviewers to focus on logic and design. Use agents for consistent, fast initial review.
|
|
235
|
+
|
|
236
|
+
## Skill Composition
|
|
237
|
+
|
|
238
|
+
- **Security concerns** → Compose with `/security-testing` for security-focused review
|
|
239
|
+
- **Coverage check** → Run `/qe-coverage-analysis` on changed files
|
|
240
|
+
- **Ship decision** → Feed review results into `/qe-quality-assessment`
|
|
241
|
+
|
|
242
|
+
## Gotchas
|
|
243
|
+
|
|
244
|
+
- Agent reviews >400 lines at once and misses issues — chunk reviews to 200-400 lines maximum
|
|
245
|
+
- Nitpicking style while missing logic bugs is the #1 agent review failure — prioritize correctness over formatting
|
|
246
|
+
- Agent approves code that compiles but has subtle race conditions — always check shared state and async patterns
|
|
247
|
+
- Review comments without suggested fixes are unhelpful — always include a proposed alternative
|
|
248
|
+
- Agent doesn't check if the PR actually solves the linked issue — verify the stated problem is actually fixed
|