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
|
@@ -313,3 +313,24 @@ const perfFleet = await FleetManager.coordinate({
|
|
|
313
313
|
**Trend over time:** Catch degradation early
|
|
314
314
|
|
|
315
315
|
**With Agents:** Agents automate load testing, analyze bottlenecks, and compare with production. Use agents to maintain performance at scale.
|
|
316
|
+
|
|
317
|
+
## Run History
|
|
318
|
+
|
|
319
|
+
After each performance test run, append results to `run-history.json` in this skill directory:
|
|
320
|
+
```bash
|
|
321
|
+
node -e "
|
|
322
|
+
const fs = require('fs');
|
|
323
|
+
const h = JSON.parse(fs.readFileSync('.claude/skills/performance-testing/run-history.json'));
|
|
324
|
+
h.runs.push({date: new Date().toISOString().split('T')[0], scenario: 'load', p95_ms: P95, throughput_rps: RPS, error_rate_pct: ERR});
|
|
325
|
+
fs.writeFileSync('.claude/skills/performance-testing/run-history.json', JSON.stringify(h, null, 2));
|
|
326
|
+
"
|
|
327
|
+
```
|
|
328
|
+
Read `run-history.json` before each run — compare with baselines. Alert if p95 increases >20% from baseline.
|
|
329
|
+
|
|
330
|
+
## Gotchas
|
|
331
|
+
|
|
332
|
+
- k6 scripts generated by agent often hardcode base URLs — use environment variables for portability
|
|
333
|
+
- Load tests in containers hit resource limits before app limits — ensure container has 2x the resources of target
|
|
334
|
+
- Agent forgets to include think time between requests — without it, load is unrealistically bursty
|
|
335
|
+
- P95 vs P99 matters — agent defaults to averages which hide tail latency problems
|
|
336
|
+
- Baseline comparison requires consistent environment — CI runner variance can cause 20%+ noise
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./config-schema.json",
|
|
3
|
+
"_description": "Performance Testing configuration. Auto-created on first run. Edit to customize.",
|
|
4
|
+
"tool": null,
|
|
5
|
+
"baseline_file": null,
|
|
6
|
+
"thresholds": {
|
|
7
|
+
"p95_response_ms": 500,
|
|
8
|
+
"error_rate_percent": 1,
|
|
9
|
+
"throughput_rps": 100
|
|
10
|
+
},
|
|
11
|
+
"options": {
|
|
12
|
+
"duration": "30s",
|
|
13
|
+
"vus": 10,
|
|
14
|
+
"rampUp": "10s",
|
|
15
|
+
"thinkTime": "1s"
|
|
16
|
+
},
|
|
17
|
+
"_setupPrompt": "If tool is null, ask: 'Which load testing tool do you use? (k6/artillery/jmeter)'. If baseline_file is null, ask: 'Do you have an existing performance baseline file? (path or \"none\")'."
|
|
18
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# k6 Load Testing Patterns
|
|
2
|
+
|
|
3
|
+
## Basic Load Test
|
|
4
|
+
```javascript
|
|
5
|
+
import http from 'k6/http';
|
|
6
|
+
import { check, sleep } from 'k6';
|
|
7
|
+
|
|
8
|
+
export const options = {
|
|
9
|
+
stages: [
|
|
10
|
+
{ duration: '30s', target: 20 }, // ramp up
|
|
11
|
+
{ duration: '1m', target: 20 }, // steady state
|
|
12
|
+
{ duration: '10s', target: 0 }, // ramp down
|
|
13
|
+
],
|
|
14
|
+
thresholds: {
|
|
15
|
+
http_req_duration: ['p(95)<500'],
|
|
16
|
+
http_req_failed: ['rate<0.01'],
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export default function () {
|
|
21
|
+
const res = http.get(`${__ENV.BASE_URL}/api/endpoint`);
|
|
22
|
+
check(res, {
|
|
23
|
+
'status is 200': (r) => r.status === 200,
|
|
24
|
+
'response time < 500ms': (r) => r.timings.duration < 500,
|
|
25
|
+
});
|
|
26
|
+
sleep(1); // Think time — don't forget!
|
|
27
|
+
}
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Stress Test Pattern
|
|
31
|
+
```javascript
|
|
32
|
+
export const options = {
|
|
33
|
+
stages: [
|
|
34
|
+
{ duration: '2m', target: 100 },
|
|
35
|
+
{ duration: '5m', target: 100 },
|
|
36
|
+
{ duration: '2m', target: 200 },
|
|
37
|
+
{ duration: '5m', target: 200 },
|
|
38
|
+
{ duration: '2m', target: 0 },
|
|
39
|
+
],
|
|
40
|
+
};
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Spike Test Pattern
|
|
44
|
+
```javascript
|
|
45
|
+
export const options = {
|
|
46
|
+
stages: [
|
|
47
|
+
{ duration: '10s', target: 10 },
|
|
48
|
+
{ duration: '1m', target: 10 },
|
|
49
|
+
{ duration: '10s', target: 1000 }, // spike!
|
|
50
|
+
{ duration: '3m', target: 1000 },
|
|
51
|
+
{ duration: '10s', target: 10 },
|
|
52
|
+
],
|
|
53
|
+
};
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Soak Test Pattern
|
|
57
|
+
```javascript
|
|
58
|
+
export const options = {
|
|
59
|
+
stages: [
|
|
60
|
+
{ duration: '5m', target: 50 },
|
|
61
|
+
{ duration: '4h', target: 50 }, // long duration
|
|
62
|
+
{ duration: '5m', target: 0 },
|
|
63
|
+
],
|
|
64
|
+
};
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
## Tips
|
|
68
|
+
- Always include `sleep()` for think time
|
|
69
|
+
- Use `__ENV.BASE_URL` not hardcoded URLs
|
|
70
|
+
- Set `--out json=results.json` for CI comparison
|
|
71
|
+
- Use `scenarios` for complex user journeys
|
|
72
|
+
- Watch for connection reuse vs real-world patterns
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_description": "Performance testing run history. Append after each test run. Claude reads this to detect performance regressions.",
|
|
3
|
+
"_format": "Each entry: {date, scenario, p50_ms, p95_ms, p99_ms, throughput_rps, error_rate_pct, baseline_comparison}",
|
|
4
|
+
"_instructions": "After running performance tests, append results here. Compare with baselines. Alert if p95 increases >20% from baseline.",
|
|
5
|
+
"runs": []
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pr-review
|
|
3
|
-
description:
|
|
3
|
+
description: "Use when reviewing a GitHub PR for quality, scope correctness, trust tier compliance, or generating user-friendly review feedback."
|
|
4
4
|
trust_tier: 0
|
|
5
5
|
domain: code-review
|
|
6
6
|
---
|
|
@@ -24,8 +24,8 @@ Read the complete diff and PR description. Do not skim — read every changed fi
|
|
|
24
24
|
|
|
25
25
|
### 2. Scope Check
|
|
26
26
|
- Only analyze AQE/QE skills (NOT Claude Flow platform skills)
|
|
27
|
-
- Platform skills to EXCLUDE: v3-*, flow-nexus-*, agentdb-*, reasoningbank-*, swarm-*, github-*, hive-mind-advanced, hooks-automation, iterative-loop, stream-chain, skill-builder, sparc-methodology, pair-programming, release, debug-loop
|
|
28
|
-
- If the PR touches skills, verify the count/scope matches expectations (~
|
|
27
|
+
- Platform skills to EXCLUDE: v3-*, flow-nexus-*, agentdb-*, reasoningbank-*, swarm-*, github-*, hive-mind-advanced, hooks-automation, iterative-loop, stream-chain, skill-builder, sparc-methodology, pair-programming, release, debug-loop
|
|
28
|
+
- If the PR touches skills, verify the count/scope matches expectations (~82 AQE skills)
|
|
29
29
|
- Flag any platform skill changes that may have leaked into an AQE-focused PR
|
|
30
30
|
|
|
31
31
|
### 3. Summarize Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qcsd-cicd-swarm
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when enforcing CI/CD quality gates before release, running regression analysis, detecting flaky tests, or assessing deployment readiness in the QCSD Verification phase."
|
|
4
4
|
category: qcsd-phases
|
|
5
5
|
priority: critical
|
|
6
6
|
version: 1.0.0
|
|
@@ -48,7 +48,6 @@ validation:
|
|
|
48
48
|
schema_path: schemas/output.json
|
|
49
49
|
validator_path: scripts/validate-config.json
|
|
50
50
|
eval_path: evals/qcsd-cicd-swarm.yaml
|
|
51
|
-
|
|
52
51
|
---
|
|
53
52
|
|
|
54
53
|
# QCSD CI/CD Swarm v1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qcsd-development-swarm
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when monitoring in-sprint code quality with TDD adherence checks, complexity analysis, coverage gap detection, or defect prediction in the QCSD Development phase."
|
|
4
4
|
category: qcsd-phases
|
|
5
5
|
priority: critical
|
|
6
6
|
version: 1.0.0
|
|
@@ -48,7 +48,6 @@ validation:
|
|
|
48
48
|
schema_path: schemas/output.json
|
|
49
49
|
validator_path: scripts/validate-config.json
|
|
50
50
|
eval_path: evals/qcsd-development-swarm.yaml
|
|
51
|
-
|
|
52
51
|
---
|
|
53
52
|
|
|
54
53
|
# QCSD Development Swarm v1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qcsd-ideation-swarm
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when running Quality Criteria sessions during PI/Sprint planning with HTSM v6.3, Risk Storming, or Testability analysis in the QCSD Ideation phase."
|
|
4
4
|
category: qcsd-phases
|
|
5
5
|
priority: critical
|
|
6
6
|
version: 7.5.1
|
|
@@ -47,7 +47,6 @@ validation:
|
|
|
47
47
|
schema_path: schemas/output.json
|
|
48
48
|
validator_path: scripts/validate-config.json
|
|
49
49
|
eval_path: evals/qcsd-ideation-swarm.yaml
|
|
50
|
-
|
|
51
50
|
---
|
|
52
51
|
|
|
53
52
|
# QCSD Ideation Swarm v7.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qcsd-production-swarm
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when assessing post-release production health with DORA metrics, root cause analysis, defect prediction, or cross-phase feedback loops in the QCSD Production phase."
|
|
4
4
|
category: qcsd-phases
|
|
5
5
|
priority: critical
|
|
6
6
|
version: 1.0.0
|
|
@@ -44,7 +44,6 @@ validation:
|
|
|
44
44
|
schema_path: schemas/output.json
|
|
45
45
|
validator_path: scripts/validate-config.json
|
|
46
46
|
eval_path: evals/qcsd-production-swarm.yaml
|
|
47
|
-
|
|
48
47
|
---
|
|
49
48
|
|
|
50
49
|
# QCSD Production Swarm v1.0
|
|
@@ -26,7 +26,7 @@ mcp__agentic-qe__memory_query({
|
|
|
26
26
|
**CLI Fallback:**
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npx
|
|
29
|
+
npx --no-install ruflo memory search --query "qcsd-cicd" --namespace qcsd-cicd --limit 1
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
**Extract and record CI/CD baseline (if available):**
|
|
@@ -131,12 +131,12 @@ Save a JSON record to `${OUTPUT_FOLDER}/09-learning-persistence.json`:
|
|
|
131
131
|
If MCP memory_store tool is unavailable, use CLI instead (STILL MANDATORY):
|
|
132
132
|
|
|
133
133
|
```bash
|
|
134
|
-
npx
|
|
134
|
+
npx --no-install ruflo memory store \
|
|
135
135
|
--key "qcsd-production-${RELEASE_ID}-$(date +%s)" \
|
|
136
136
|
--value '{"recommendation":"[VALUE]","doraScore":[N],"slaCompliance":[N],"incidentSeverity":"[P_]","defectTrend":"[VALUE]"}' \
|
|
137
137
|
--namespace qcsd-production
|
|
138
138
|
|
|
139
|
-
npx
|
|
139
|
+
npx --no-install ruflo hooks post-task \
|
|
140
140
|
--task-id "qcsd-production-${RELEASE_ID}" \
|
|
141
141
|
--success true
|
|
142
142
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qcsd-refinement-swarm
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when running Sprint Refinement sessions with SFDIPOT product factors, generating BDD scenarios, or validating requirements in the QCSD Refinement phase."
|
|
4
4
|
category: qcsd-phases
|
|
5
5
|
priority: critical
|
|
6
6
|
version: 1.0.0
|
|
@@ -42,7 +42,6 @@ validation:
|
|
|
42
42
|
schema_path: schemas/output.json
|
|
43
43
|
validator_path: scripts/validate-config.json
|
|
44
44
|
eval_path: evals/qcsd-refinement-swarm.yaml
|
|
45
|
-
|
|
46
45
|
---
|
|
47
46
|
|
|
48
47
|
# QCSD Refinement Swarm v1.0
|
|
@@ -26,7 +26,7 @@ mcp__agentic-qe__memory_query({
|
|
|
26
26
|
**CLI Fallback:**
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npx
|
|
29
|
+
npx --no-install ruflo memory search --query "qcsd-ideation" --namespace qcsd-ideation --limit 1
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
### Step 1: Scan Story Content and Detect Flags
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Chaos Resilience"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when injecting faults into distributed systems, validating system recovery, running load/stress tests, or building confidence in resilience through chaos engineering."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-chaos-resilience.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Chaos Resilience
|
|
@@ -241,4 +240,4 @@ await resilienceTester.validateSLA({
|
|
|
241
240
|
|
|
242
241
|
**Primary Agents**: qe-chaos-engineer, qe-load-tester, qe-resilience-tester
|
|
243
242
|
**Coordinator**: qe-chaos-coordinator
|
|
244
|
-
**Related Skills**: qe-performance,
|
|
243
|
+
**Related Skills**: qe-performance, security-testing
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Code Intelligence"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when understanding unfamiliar code, searching semantically across a codebase, mapping dependencies, or reducing context window usage through intelligent retrieval."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-code-intelligence.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Code Intelligence
|
|
@@ -208,6 +207,14 @@ aqe kg export --format dot --output codebase.dot
|
|
|
208
207
|
aqe kg stats
|
|
209
208
|
```
|
|
210
209
|
|
|
210
|
+
## Gotchas
|
|
211
|
+
|
|
212
|
+
- WARNING: code-intelligence domain has 18% success rate — prefer direct grep/glob over agent-based code search for simple queries
|
|
213
|
+
- Knowledge graph construction fails on repos >50K LOC — scope to specific modules
|
|
214
|
+
- Semantic search returns irrelevant results without domain-specific embeddings — always verify search results manually
|
|
215
|
+
- Agent claims "80% token reduction" but may skip critical context — verify key files are included in results
|
|
216
|
+
- Fleet must be initialized before using: run `npx ruflo doctor --fix` if you get initialization errors
|
|
217
|
+
|
|
211
218
|
## Coordination
|
|
212
219
|
|
|
213
220
|
**Primary Agents**: qe-knowledge-graph, qe-semantic-searcher, qe-dependency-mapper
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Coverage Analysis"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when analyzing test coverage, identifying coverage gaps, prioritizing testing effort, or comparing coverage between branches."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-coverage-analysis.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Coverage Analysis
|
|
@@ -186,6 +185,33 @@ quality_gates:
|
|
|
186
185
|
- alert_on_decline: 3 # consecutive PRs
|
|
187
186
|
```
|
|
188
187
|
|
|
188
|
+
## Run History
|
|
189
|
+
|
|
190
|
+
After each coverage analysis, append results to `run-history.json` in this skill directory:
|
|
191
|
+
```bash
|
|
192
|
+
# Read current history, append new entry, write back
|
|
193
|
+
node -e "
|
|
194
|
+
const fs = require('fs');
|
|
195
|
+
const h = JSON.parse(fs.readFileSync('.claude/skills/qe-coverage-analysis/run-history.json'));
|
|
196
|
+
h.runs.push({date: new Date().toISOString().split('T')[0], statements_pct: STATEMENTS, branches_pct: BRANCHES, gaps_found: GAPS});
|
|
197
|
+
fs.writeFileSync('.claude/skills/qe-coverage-analysis/run-history.json', JSON.stringify(h, null, 2));
|
|
198
|
+
"
|
|
199
|
+
```
|
|
200
|
+
Read `run-history.json` before each run to detect trends (e.g., "coverage dropped 3 consecutive times").
|
|
201
|
+
|
|
202
|
+
## Skill Composition
|
|
203
|
+
|
|
204
|
+
- **Coverage dropped?** → Use `/coverage-drop-investigator` to trace the cause
|
|
205
|
+
- **Need more tests** → Use `/qe-test-generation` to fill gaps
|
|
206
|
+
- **Validate quality** → Use `/mutation-testing` to ensure coverage means quality
|
|
207
|
+
- **Ship decision** → Feed into `/qe-quality-assessment` for deployment readiness
|
|
208
|
+
|
|
209
|
+
## Gotchas
|
|
210
|
+
|
|
211
|
+
- High line coverage does NOT mean good tests — 100% coverage with 0% assertions is common agent output. Use mutation testing to verify
|
|
212
|
+
- coverage-analysis domain has 86% success rate — 14% of runs fail on initialization. Always verify results and have fallback plan (e.g. manual coverage tools)
|
|
213
|
+
- Self-learning pipeline may silently stop learning (statusline frozen for days) — only human inspection catches this
|
|
214
|
+
|
|
189
215
|
## Coordination
|
|
190
216
|
|
|
191
217
|
**Primary Agents**: qe-coverage-specialist, qe-coverage-analyzer, qe-gap-detector
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_description": "Coverage analysis run history. Append after each run. Claude reads this to detect trends.",
|
|
3
|
+
"_format": "Each entry: {date, scope, statements_pct, branches_pct, functions_pct, gaps_found, recommendation}",
|
|
4
|
+
"_instructions": "After running coverage analysis, append results here. Compare with previous entries to detect trends. Alert if coverage declines 3 consecutive times.",
|
|
5
|
+
"runs": []
|
|
6
|
+
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Defect Intelligence"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when predicting defects before they escape, analyzing root causes of failures, learning defect patterns, or implementing proactive quality management with AI."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-defect-intelligence.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Defect Intelligence
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Learning Optimization"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when optimizing QE agent performance, applying transfer learning across test domains, tuning quality metrics, or implementing continuous improvement loops for AI-powered testing."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-learning-optimization.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Learning Optimization
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Quality Assessment"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when evaluating code quality, setting up quality gates, assessing deployment readiness, or generating quality reports."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-quality-assessment.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Quality Assessment
|
|
@@ -212,8 +211,35 @@ quality_check:
|
|
|
212
211
|
- 1 # Warnings only
|
|
213
212
|
```
|
|
214
213
|
|
|
214
|
+
## Run History
|
|
215
|
+
|
|
216
|
+
After each quality assessment, append results to `run-history.json` in this skill directory:
|
|
217
|
+
```bash
|
|
218
|
+
node -e "
|
|
219
|
+
const fs = require('fs');
|
|
220
|
+
const h = JSON.parse(fs.readFileSync('.claude/skills/qe-quality-assessment/run-history.json'));
|
|
221
|
+
h.runs.push({date: new Date().toISOString().split('T')[0], gate_result: 'PASS_OR_FAIL', failed_checks: []});
|
|
222
|
+
fs.writeFileSync('.claude/skills/qe-quality-assessment/run-history.json', JSON.stringify(h, null, 2));
|
|
223
|
+
"
|
|
224
|
+
```
|
|
225
|
+
Read `run-history.json` before each run — alert if quality gate failed 3 of last 5 runs.
|
|
226
|
+
|
|
227
|
+
## Skill Composition
|
|
228
|
+
|
|
229
|
+
- **Before assessment** → Run `/qe-coverage-analysis` and `/mutation-testing` first
|
|
230
|
+
- **If issues found** → Use `/test-failure-investigator` to diagnose failures
|
|
231
|
+
- **For PR review** → Combine with `/code-review-quality` for comprehensive review
|
|
232
|
+
|
|
233
|
+
## Gotchas
|
|
234
|
+
|
|
235
|
+
- NEVER trust agent-reported pass/fail status — 12 test failures were caught that agents claimed were passing (Nagual pattern, reward 0.92)
|
|
236
|
+
- Completion theater: agent hardcoded version '3.0.0' instead of reading from package.json — verify actual values in output
|
|
237
|
+
- Fix issues in priority waves (P0 → P1 → P2) with verification between each wave — don't fix everything in parallel
|
|
238
|
+
- quality-assessment domain has 53.7% success rate — expect failures and have fallback
|
|
239
|
+
- If HybridMemoryBackend initialization fails, run `npx ruflo doctor --fix` first
|
|
240
|
+
|
|
215
241
|
## Coordination
|
|
216
242
|
|
|
217
243
|
**Primary Agents**: qe-quality-analyzer, qe-deployment-advisor, qe-metrics-collector
|
|
218
244
|
**Coordinator**: qe-quality-coordinator
|
|
219
|
-
**Related Skills**: qe-coverage-analysis,
|
|
245
|
+
**Related Skills**: qe-coverage-analysis, security-testing
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_description": "Quality assessment run history. Append after each run. Claude reads this to track quality gate pass/fail trends.",
|
|
3
|
+
"_format": "Each entry: {date, scope, gate_result, scores, failed_checks, recommendation}",
|
|
4
|
+
"_instructions": "After running quality assessment, append results here. Alert if quality gate fails 3 of last 5 runs. Track which checks fail most often.",
|
|
5
|
+
"runs": []
|
|
6
|
+
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Requirements Validation"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when validating acceptance criteria, tracing requirements to tests, managing BDD scenarios, or ensuring complete requirements coverage before development."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-requirements-validation.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Requirements Validation
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Test Execution"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when running test suites, optimizing test execution time, handling flaky tests, or setting up CI/CD test pipelines."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-test-execution.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Test Execution
|
|
@@ -181,6 +180,14 @@ interface ExecutionResults {
|
|
|
181
180
|
}
|
|
182
181
|
```
|
|
183
182
|
|
|
183
|
+
## Gotchas
|
|
184
|
+
|
|
185
|
+
- Full test suites may OOM in containers — the rule "don't run full suite" was violated 20x despite being in CLAUDE.md. Fix: make suite lightweight, don't just add more rules
|
|
186
|
+
- Fewer focused agents (3-4) outperform many vague ones (6-8) — always include verification command in each agent prompt
|
|
187
|
+
- New model releases can shift agent behavior mid-sprint — rules followed yesterday may be ignored today after model update
|
|
188
|
+
- Running all tests in parallel can mask flaky tests — use `--workers=1` for initial diagnosis
|
|
189
|
+
- Session crashes lose all context — save intermediate results to disk, not just memory
|
|
190
|
+
|
|
184
191
|
## Coordination
|
|
185
192
|
|
|
186
193
|
**Primary Agents**: qe-test-executor, qe-test-selector, qe-flaky-detector
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "QE Test Generation"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when generating tests for new/changed code, improving test coverage, or migrating between Jest/Vitest/Playwright frameworks."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
7
7
|
validator_path: scripts/validate-config.json
|
|
8
8
|
eval_path: evals/qe-test-generation.yaml
|
|
9
|
-
|
|
10
9
|
---
|
|
11
10
|
|
|
12
11
|
# QE Test Generation
|
|
@@ -140,6 +139,20 @@ quality_checks:
|
|
|
140
139
|
statements: 85
|
|
141
140
|
```
|
|
142
141
|
|
|
142
|
+
## Skill Composition
|
|
143
|
+
|
|
144
|
+
- **After generating tests** → Run `/mutation-testing` to verify test quality
|
|
145
|
+
- **Before generating** → Use `/test-automation-strategy` to choose framework and patterns
|
|
146
|
+
- **Related** → `/qe-coverage-analysis` to find where tests are needed most
|
|
147
|
+
|
|
148
|
+
## Gotchas
|
|
149
|
+
|
|
150
|
+
- Agent truncates output on files >3000 lines — scope generation to individual modules, not entire directories
|
|
151
|
+
- Components that pass unit tests individually may have zero integration wiring — always generate at least one integration test per module boundary
|
|
152
|
+
- When generating tests for a new codebase, check which framework is installed (jest vs vitest vs mocha) — they have different mock APIs and Claude will use the wrong one
|
|
153
|
+
- Completion theater: agent may claim "comprehensive tests generated" but leave stubs or hardcoded values — always run the generated tests before accepting
|
|
154
|
+
- Fleet must be initialized before using QE agents: run `npx ruflo doctor --fix` if you get "Fleet not initialized"
|
|
155
|
+
|
|
143
156
|
## Coordination
|
|
144
157
|
|
|
145
158
|
**Primary Agents**: qe-test-generator, qe-pattern-matcher, qe-test-architect
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./config-schema.json",
|
|
3
|
+
"_description": "QE Test Generation configuration. Auto-created on first run. Edit to customize.",
|
|
4
|
+
"framework": null,
|
|
5
|
+
"style": null,
|
|
6
|
+
"coverageTarget": 80,
|
|
7
|
+
"outputDir": "tests/",
|
|
8
|
+
"options": {
|
|
9
|
+
"generateIntegrationTests": true,
|
|
10
|
+
"generateEdgeCases": true,
|
|
11
|
+
"maxTestsPerFile": 20
|
|
12
|
+
},
|
|
13
|
+
"_setupPrompt": "If framework is null, ask the user: 'Which test framework does this project use? (jest/vitest/mocha/playwright)'. If style is null, ask: 'Do you prefer London (mock-based) or Chicago (state-based) TDD style?'"
|
|
14
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# Jest Unit Test Scaffold
|
|
2
|
+
|
|
3
|
+
## Class Under Test Pattern
|
|
4
|
+
```typescript
|
|
5
|
+
import { {{ClassName}} } from '../src/{{path}}';
|
|
6
|
+
|
|
7
|
+
describe('{{ClassName}}', () => {
|
|
8
|
+
let sut: {{ClassName}};
|
|
9
|
+
|
|
10
|
+
beforeEach(() => {
|
|
11
|
+
sut = new {{ClassName}}(/* dependencies */);
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
describe('{{methodName}}', () => {
|
|
15
|
+
it('should return expected result for valid input', () => {
|
|
16
|
+
// Arrange
|
|
17
|
+
const input = /* valid input */;
|
|
18
|
+
|
|
19
|
+
// Act
|
|
20
|
+
const result = sut.{{methodName}}(input);
|
|
21
|
+
|
|
22
|
+
// Assert
|
|
23
|
+
expect(result).toBe(/* expected */);
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
it('should throw for invalid input', () => {
|
|
27
|
+
expect(() => sut.{{methodName}}(null)).toThrow();
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
it('should handle edge case: empty input', () => {
|
|
31
|
+
const result = sut.{{methodName}}(/* empty */);
|
|
32
|
+
expect(result).toBe(/* expected for empty */);
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
it('should handle edge case: boundary value', () => {
|
|
36
|
+
const result = sut.{{methodName}}(/* boundary */);
|
|
37
|
+
expect(result).toBe(/* expected at boundary */);
|
|
38
|
+
});
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Integration Test Pattern
|
|
44
|
+
```typescript
|
|
45
|
+
describe('{{Feature}} Integration', () => {
|
|
46
|
+
beforeAll(async () => {
|
|
47
|
+
await setupTestDatabase();
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
afterAll(async () => {
|
|
51
|
+
await teardownTestDatabase();
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
it('should complete the full workflow', async () => {
|
|
55
|
+
// Step 1: Create
|
|
56
|
+
const created = await service.create(validPayload);
|
|
57
|
+
expect(created.id).toBeDefined();
|
|
58
|
+
|
|
59
|
+
// Step 2: Read
|
|
60
|
+
const fetched = await service.getById(created.id);
|
|
61
|
+
expect(fetched).toMatchObject(validPayload);
|
|
62
|
+
|
|
63
|
+
// Step 3: Update
|
|
64
|
+
const updated = await service.update(created.id, changes);
|
|
65
|
+
expect(updated.field).toBe(changes.field);
|
|
66
|
+
|
|
67
|
+
// Step 4: Delete
|
|
68
|
+
await service.delete(created.id);
|
|
69
|
+
await expect(service.getById(created.id)).rejects.toThrow('Not found');
|
|
70
|
+
});
|
|
71
|
+
});
|
|
72
|
+
```
|