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.
Files changed (448) hide show
  1. package/.claude/agents/v3/qe-security-scanner.md +2 -2
  2. package/.claude/commands/claude-flow-help.md +1 -1
  3. package/.claude/helpers/github-setup.sh +4 -4
  4. package/.claude/helpers/post-commit +1 -1
  5. package/.claude/helpers/pre-commit +1 -1
  6. package/.claude/helpers/quick-start.sh +4 -4
  7. package/.claude/helpers/setup-mcp.sh +3 -3
  8. package/.claude/helpers/statusline-v3.cjs +1 -1
  9. package/.claude/helpers/validation-pipeline.cjs +625 -0
  10. package/.claude/skills/README.md +29 -7
  11. package/.claude/skills/TRUST-TIERS.md +26 -10
  12. package/.claude/skills/a11y-ally/SKILL.md +10 -2
  13. package/.claude/skills/accessibility-testing/SKILL.md +2 -1
  14. package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -2
  15. package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
  16. package/.claude/skills/api-testing-patterns/config.json +14 -0
  17. package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
  18. package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
  19. package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -1
  20. package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
  21. package/.claude/skills/code-review-quality/SKILL.md +14 -1
  22. package/.claude/skills/compatibility-testing/SKILL.md +1 -54
  23. package/.claude/skills/compliance-testing/SKILL.md +8 -1
  24. package/.claude/skills/compliance-testing/config.json +13 -0
  25. package/.claude/skills/consultancy-practices/SKILL.md +1 -33
  26. package/.claude/skills/context-driven-testing/SKILL.md +0 -42
  27. package/.claude/skills/contract-testing/SKILL.md +12 -0
  28. package/.claude/skills/contract-testing/config.json +13 -0
  29. package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
  30. package/.claude/skills/contract-testing/references/provider-states.md +45 -0
  31. package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
  32. package/.claude/skills/coverage-guard/SKILL.md +82 -0
  33. package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
  34. package/.claude/skills/database-testing/SKILL.md +0 -10
  35. package/.claude/skills/debug-loop/SKILL.md +1 -1
  36. package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
  37. package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
  38. package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -1
  39. package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
  40. package/.claude/skills/freeze-tests/SKILL.md +67 -0
  41. package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
  42. package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
  43. package/.claude/skills/iterative-loop/SKILL.md +6 -6
  44. package/.claude/skills/localization-testing/SKILL.md +0 -18
  45. package/.claude/skills/mobile-testing/SKILL.md +2 -50
  46. package/.claude/skills/mutation-testing/SKILL.md +26 -1
  47. package/.claude/skills/mutation-testing/config.json +14 -0
  48. package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
  49. package/.claude/skills/mutation-testing/run-history.json +6 -0
  50. package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
  51. package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
  52. package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
  53. package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
  54. package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
  55. package/.claude/skills/no-skip/SKILL.md +74 -0
  56. package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
  57. package/.claude/skills/pair-programming/SKILL.md +1 -1
  58. package/.claude/skills/pentest-validation/SKILL.md +2 -3
  59. package/.claude/skills/performance-testing/SKILL.md +21 -0
  60. package/.claude/skills/performance-testing/config.json +18 -0
  61. package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
  62. package/.claude/skills/performance-testing/run-history.json +6 -0
  63. package/.claude/skills/pr-review/SKILL.md +3 -3
  64. package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -2
  65. package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -2
  66. package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -2
  67. package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -2
  68. package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
  69. package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
  70. package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -2
  71. package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
  72. package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -3
  73. package/.claude/skills/qe-code-intelligence/SKILL.md +9 -2
  74. package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -2
  75. package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
  76. package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -2
  77. package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
  78. package/.claude/skills/qe-learning-optimization/SKILL.md +1 -2
  79. package/.claude/skills/qe-quality-assessment/SKILL.md +29 -3
  80. package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
  81. package/.claude/skills/qe-requirements-validation/SKILL.md +1 -2
  82. package/.claude/skills/qe-test-execution/SKILL.md +9 -2
  83. package/.claude/skills/qe-test-generation/SKILL.md +15 -2
  84. package/.claude/skills/qe-test-generation/config.json +14 -0
  85. package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
  86. package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -2
  87. package/.claude/skills/quality-metrics/SKILL.md +3 -78
  88. package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
  89. package/.claude/skills/regression-testing/SKILL.md +13 -49
  90. package/.claude/skills/risk-based-testing/SKILL.md +6 -52
  91. package/.claude/skills/security-testing/SKILL.md +30 -0
  92. package/.claude/skills/security-testing/config.json +13 -0
  93. package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
  94. package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
  95. package/.claude/skills/security-testing/run-history.json +6 -0
  96. package/.claude/skills/security-testing/templates/security-report.md +44 -0
  97. package/.claude/skills/security-visual-testing/SKILL.md +0 -1
  98. package/.claude/skills/security-watch/SKILL.md +93 -0
  99. package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
  100. package/.claude/skills/sherlock-review/SKILL.md +0 -1
  101. package/.claude/skills/shift-left-testing/SKILL.md +16 -88
  102. package/.claude/skills/shift-right-testing/SKILL.md +0 -1
  103. package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
  104. package/.claude/skills/skill-stats/SKILL.md +79 -0
  105. package/.claude/skills/skills-manifest.json +1 -1
  106. package/.claude/skills/strict-tdd/SKILL.md +72 -0
  107. package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
  108. package/.claude/skills/tdd-london-chicago/SKILL.md +8 -1
  109. package/.claude/skills/technical-writing/SKILL.md +0 -1
  110. package/.claude/skills/test-automation-strategy/SKILL.md +13 -65
  111. package/.claude/skills/test-data-management/SKILL.md +1 -105
  112. package/.claude/skills/test-design-techniques/SKILL.md +2 -152
  113. package/.claude/skills/test-environment-management/SKILL.md +0 -48
  114. package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
  115. package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
  116. package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
  117. package/.claude/skills/trust-tier-manifest.json +135 -61
  118. package/.claude/skills/validation-pipeline/SKILL.md +5 -6
  119. package/.claude/skills/verification-quality/SKILL.md +15 -1
  120. package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
  121. package/.claude/skills/xp-practices/SKILL.md +2 -110
  122. package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
  123. package/.opencode/agents/ddd-domain-expert.yaml +49 -0
  124. package/.opencode/agents/memory-specialist.yaml +49 -0
  125. package/.opencode/agents/performance-engineer.yaml +53 -0
  126. package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
  127. package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
  128. package/.opencode/agents/qe-bdd-generator.yaml +83 -0
  129. package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
  130. package/.opencode/agents/qe-code-complexity.yaml +82 -0
  131. package/.opencode/agents/qe-code-intelligence.yaml +80 -0
  132. package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
  133. package/.opencode/agents/qe-defect-predictor.yaml +81 -0
  134. package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
  135. package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
  136. package/.opencode/agents/qe-devils-advocate.yaml +63 -0
  137. package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
  138. package/.opencode/agents/qe-fleet-commander.yaml +83 -0
  139. package/.opencode/agents/qe-gap-detector.yaml +81 -0
  140. package/.opencode/agents/qe-graphql-tester.yaml +84 -0
  141. package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
  142. package/.opencode/agents/qe-integration-architect.yaml +46 -0
  143. package/.opencode/agents/qe-integration-tester.yaml +84 -0
  144. package/.opencode/agents/qe-kg-builder.yaml +75 -0
  145. package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
  146. package/.opencode/agents/qe-load-tester.yaml +84 -0
  147. package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
  148. package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
  149. package/.opencode/agents/qe-middleware-validator.yaml +92 -0
  150. package/.opencode/agents/qe-mutation-tester.yaml +84 -0
  151. package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
  152. package/.opencode/agents/qe-parallel-executor.yaml +79 -0
  153. package/.opencode/agents/qe-pattern-learner.yaml +80 -0
  154. package/.opencode/agents/qe-pentest-validator.yaml +137 -0
  155. package/.opencode/agents/qe-performance-tester.yaml +83 -0
  156. package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
  157. package/.opencode/agents/qe-property-tester.yaml +82 -0
  158. package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
  159. package/.opencode/agents/qe-quality-gate.yaml +80 -0
  160. package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
  161. package/.opencode/agents/qe-qx-partner.yaml +75 -0
  162. package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
  163. package/.opencode/agents/qe-requirements-validator.yaml +111 -0
  164. package/.opencode/agents/qe-responsive-tester.yaml +85 -0
  165. package/.opencode/agents/qe-retry-handler.yaml +82 -0
  166. package/.opencode/agents/qe-risk-assessor.yaml +81 -0
  167. package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
  168. package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
  169. package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
  170. package/.opencode/agents/qe-security-auditor.yaml +90 -0
  171. package/.opencode/agents/qe-security-scanner.yaml +80 -0
  172. package/.opencode/agents/qe-soap-tester.yaml +93 -0
  173. package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
  174. package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
  175. package/.opencode/agents/qe-test-generator.yaml +78 -0
  176. package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
  177. package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
  178. package/.opencode/agents/qe-visual-tester.yaml +82 -0
  179. package/.opencode/agents/security-architect.yaml +51 -0
  180. package/.opencode/agents/security-auditor.yaml +50 -0
  181. package/.opencode/permissions.yaml +74 -0
  182. package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
  183. package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
  184. package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
  185. package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
  186. package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
  187. package/.opencode/skills/qe-a11y-ally.yaml +45 -0
  188. package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
  189. package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
  190. package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
  191. package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
  192. package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
  193. package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
  194. package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
  195. package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
  196. package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
  197. package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
  198. package/.opencode/skills/qe-code-intelligence.yaml +45 -0
  199. package/.opencode/skills/qe-code-review-quality.yaml +45 -0
  200. package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
  201. package/.opencode/skills/qe-compliance-testing.yaml +35 -0
  202. package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
  203. package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
  204. package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
  205. package/.opencode/skills/qe-database-testing.yaml +40 -0
  206. package/.opencode/skills/qe-debug-loop.yaml +45 -0
  207. package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
  208. package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
  209. package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
  210. package/.opencode/skills/qe-github-code-review.yaml +45 -0
  211. package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
  212. package/.opencode/skills/qe-github-project-management.yaml +45 -0
  213. package/.opencode/skills/qe-github-release-management.yaml +45 -0
  214. package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
  215. package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
  216. package/.opencode/skills/qe-iterative-loop.yaml +45 -0
  217. package/.opencode/skills/qe-learning-optimization.yaml +45 -0
  218. package/.opencode/skills/qe-localization-testing.yaml +40 -0
  219. package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
  220. package/.opencode/skills/qe-mobile-testing.yaml +35 -0
  221. package/.opencode/skills/qe-mutation-testing.yaml +35 -0
  222. package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
  223. package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
  224. package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
  225. package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
  226. package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
  227. package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
  228. package/.opencode/skills/qe-pair-programming.yaml +45 -0
  229. package/.opencode/skills/qe-pentest-validation.yaml +45 -0
  230. package/.opencode/skills/qe-performance-analysis.yaml +45 -0
  231. package/.opencode/skills/qe-performance-testing.yaml +45 -0
  232. package/.opencode/skills/qe-pr-review.yaml +45 -0
  233. package/.opencode/skills/qe-quality-assessment.yaml +45 -0
  234. package/.opencode/skills/qe-quality-metrics.yaml +45 -0
  235. package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
  236. package/.opencode/skills/qe-regression-testing.yaml +40 -0
  237. package/.opencode/skills/qe-release.yaml +45 -0
  238. package/.opencode/skills/qe-requirements-validation.yaml +45 -0
  239. package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
  240. package/.opencode/skills/qe-security-testing.yaml +45 -0
  241. package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
  242. package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
  243. package/.opencode/skills/qe-sherlock-review.yaml +45 -0
  244. package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
  245. package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
  246. package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
  247. package/.opencode/skills/qe-skill-builder.yaml +45 -0
  248. package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
  249. package/.opencode/skills/qe-stream-chain.yaml +45 -0
  250. package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
  251. package/.opencode/skills/qe-technical-writing.yaml +45 -0
  252. package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
  253. package/.opencode/skills/qe-test-data-management.yaml +45 -0
  254. package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
  255. package/.opencode/skills/qe-test-environment-management.yaml +40 -0
  256. package/.opencode/skills/qe-test-execution.yaml +45 -0
  257. package/.opencode/skills/qe-test-generation.yaml +45 -0
  258. package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
  259. package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
  260. package/.opencode/skills/qe-testability-scoring.yaml +45 -0
  261. package/.opencode/skills/qe-verification-quality.yaml +45 -0
  262. package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
  263. package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
  264. package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
  265. package/.opencode/skills/qe-xp-practices.yaml +45 -0
  266. package/.opencode/tools/qe-defect-scan.ts +79 -0
  267. package/.opencode/tools/qe-fleet-status.ts +59 -0
  268. package/.opencode/tools/qe-full-audit.ts +81 -0
  269. package/.opencode/tools/qe-learning-report.ts +74 -0
  270. package/.opencode/tools/qe-test-and-verify.ts +97 -0
  271. package/CHANGELOG.md +50 -0
  272. package/README.md +5 -1
  273. package/assets/agents/v3/qe-security-scanner.md +2 -2
  274. package/assets/helpers/statusline-v3.cjs +1 -1
  275. package/assets/helpers/validation-pipeline.cjs +625 -0
  276. package/assets/skills/README.md +173 -0
  277. package/assets/skills/TRUST-TIERS.md +174 -0
  278. package/assets/skills/a11y-ally/SKILL.md +10 -2
  279. package/assets/skills/accessibility-testing/SKILL.md +2 -1
  280. package/assets/skills/agentic-quality-engineering/SKILL.md +1 -2
  281. package/assets/skills/api-testing-patterns/SKILL.md +8 -0
  282. package/assets/skills/api-testing-patterns/config.json +14 -0
  283. package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
  284. package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
  285. package/assets/skills/bug-reporting-excellence/SKILL.md +14 -1
  286. package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
  287. package/assets/skills/code-review-quality/SKILL.md +14 -1
  288. package/assets/skills/compatibility-testing/SKILL.md +1 -54
  289. package/assets/skills/compliance-testing/SKILL.md +8 -1
  290. package/assets/skills/compliance-testing/config.json +13 -0
  291. package/assets/skills/consultancy-practices/SKILL.md +1 -33
  292. package/assets/skills/context-driven-testing/SKILL.md +0 -42
  293. package/assets/skills/contract-testing/SKILL.md +12 -0
  294. package/assets/skills/contract-testing/config.json +13 -0
  295. package/assets/skills/contract-testing/references/agent-commands.md +103 -0
  296. package/assets/skills/contract-testing/references/provider-states.md +45 -0
  297. package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
  298. package/assets/skills/coverage-guard/SKILL.md +82 -0
  299. package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
  300. package/assets/skills/database-testing/SKILL.md +0 -10
  301. package/assets/skills/debug-loop/SKILL.md +1 -1
  302. package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
  303. package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
  304. package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -1
  305. package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
  306. package/assets/skills/freeze-tests/SKILL.md +67 -0
  307. package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
  308. package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
  309. package/assets/skills/localization-testing/SKILL.md +0 -18
  310. package/assets/skills/mobile-testing/SKILL.md +2 -50
  311. package/assets/skills/mutation-testing/SKILL.md +26 -1
  312. package/assets/skills/mutation-testing/config.json +14 -0
  313. package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
  314. package/assets/skills/mutation-testing/run-history.json +6 -0
  315. package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
  316. package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
  317. package/assets/skills/n8n-security-testing/SKILL.md +0 -1
  318. package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
  319. package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
  320. package/assets/skills/no-skip/SKILL.md +74 -0
  321. package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
  322. package/assets/skills/pair-programming/SKILL.md +1 -1
  323. package/assets/skills/pentest-validation/SKILL.md +2 -3
  324. package/assets/skills/performance-testing/SKILL.md +21 -0
  325. package/assets/skills/performance-testing/config.json +18 -0
  326. package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
  327. package/assets/skills/performance-testing/run-history.json +6 -0
  328. package/assets/skills/pr-review/SKILL.md +3 -3
  329. package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -2
  330. package/assets/skills/qcsd-development-swarm/SKILL.md +1 -2
  331. package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -2
  332. package/assets/skills/qcsd-production-swarm/SKILL.md +1 -2
  333. package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
  334. package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
  335. package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -2
  336. package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
  337. package/assets/skills/qe-chaos-resilience/SKILL.md +2 -3
  338. package/assets/skills/qe-code-intelligence/SKILL.md +9 -2
  339. package/assets/skills/qe-coverage-analysis/SKILL.md +28 -2
  340. package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
  341. package/assets/skills/qe-defect-intelligence/SKILL.md +1 -2
  342. package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
  343. package/assets/skills/qe-learning-optimization/SKILL.md +1 -2
  344. package/assets/skills/qe-quality-assessment/SKILL.md +29 -3
  345. package/assets/skills/qe-quality-assessment/run-history.json +6 -0
  346. package/assets/skills/qe-requirements-validation/SKILL.md +1 -2
  347. package/assets/skills/qe-test-execution/SKILL.md +9 -2
  348. package/assets/skills/qe-test-generation/SKILL.md +15 -2
  349. package/assets/skills/qe-test-generation/config.json +14 -0
  350. package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
  351. package/assets/skills/qe-visual-accessibility/SKILL.md +1 -2
  352. package/assets/skills/quality-metrics/SKILL.md +3 -78
  353. package/assets/skills/refactoring-patterns/SKILL.md +0 -1
  354. package/assets/skills/regression-testing/SKILL.md +13 -49
  355. package/assets/skills/risk-based-testing/SKILL.md +6 -52
  356. package/assets/skills/security-testing/SKILL.md +30 -0
  357. package/assets/skills/security-testing/config.json +13 -0
  358. package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
  359. package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
  360. package/assets/skills/security-testing/run-history.json +6 -0
  361. package/assets/skills/security-testing/templates/security-report.md +44 -0
  362. package/assets/skills/security-visual-testing/SKILL.md +0 -1
  363. package/assets/skills/security-watch/SKILL.md +93 -0
  364. package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
  365. package/assets/skills/sherlock-review/SKILL.md +0 -1
  366. package/assets/skills/shift-left-testing/SKILL.md +16 -88
  367. package/assets/skills/shift-right-testing/SKILL.md +0 -1
  368. package/assets/skills/six-thinking-hats/SKILL.md +0 -1
  369. package/assets/skills/skill-stats/SKILL.md +79 -0
  370. package/assets/skills/strict-tdd/SKILL.md +72 -0
  371. package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
  372. package/assets/skills/tdd-london-chicago/SKILL.md +8 -1
  373. package/assets/skills/technical-writing/SKILL.md +0 -1
  374. package/assets/skills/test-automation-strategy/SKILL.md +13 -65
  375. package/assets/skills/test-data-management/SKILL.md +1 -105
  376. package/assets/skills/test-design-techniques/SKILL.md +2 -152
  377. package/assets/skills/test-environment-management/SKILL.md +0 -48
  378. package/assets/skills/test-failure-investigator/SKILL.md +99 -0
  379. package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
  380. package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
  381. package/assets/skills/trust-tier-manifest.json +135 -61
  382. package/assets/skills/validation-pipeline/SKILL.md +5 -6
  383. package/assets/skills/verification-quality/SKILL.md +15 -1
  384. package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
  385. package/assets/skills/xp-practices/SKILL.md +2 -110
  386. package/dist/adapters/claude-flow/detect.d.ts +5 -0
  387. package/dist/adapters/claude-flow/detect.js +38 -18
  388. package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
  389. package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
  390. package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
  391. package/dist/cli/bundle.js +262 -79
  392. package/dist/cli/commands/claude-flow-setup.js +4 -4
  393. package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
  394. package/dist/domains/learning-optimization/coordinator.js +26 -4
  395. package/dist/domains/learning-optimization/plugin.d.ts +2 -0
  396. package/dist/domains/learning-optimization/plugin.js +2 -0
  397. package/dist/governance/adversarial-defense-integration.js +1 -0
  398. package/dist/governance/continue-gate-integration.d.ts +1 -0
  399. package/dist/governance/continue-gate-integration.js +1 -0
  400. package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
  401. package/dist/governance/deterministic-gateway-integration.js +1 -0
  402. package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
  403. package/dist/governance/evolution-pipeline-integration.js +1 -0
  404. package/dist/governance/memory-write-gate-integration.d.ts +1 -0
  405. package/dist/governance/memory-write-gate-integration.js +1 -0
  406. package/dist/governance/proof-envelope-integration.d.ts +1 -0
  407. package/dist/governance/proof-envelope-integration.js +1 -0
  408. package/dist/governance/shard-retriever-integration.d.ts +1 -0
  409. package/dist/governance/shard-retriever-integration.js +1 -0
  410. package/dist/governance/trust-accumulator-integration.d.ts +1 -0
  411. package/dist/governance/trust-accumulator-integration.js +1 -0
  412. package/dist/init/agents-installer.js +28 -1
  413. package/dist/init/enhancements/claude-flow-adapter.js +15 -2
  414. package/dist/init/init-wizard-hooks.js +3 -3
  415. package/dist/init/kiro-installer.js +10 -4
  416. package/dist/init/opencode-installer.d.ts +13 -1
  417. package/dist/init/opencode-installer.js +52 -14
  418. package/dist/init/phases/07-hooks.js +21 -7
  419. package/dist/init/settings-merge.d.ts +1 -1
  420. package/dist/init/settings-merge.js +12 -13
  421. package/dist/init/skills-installer.d.ts +10 -0
  422. package/dist/init/skills-installer.js +68 -6
  423. package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
  424. package/dist/integrations/ruvector/sona-persistence.js +26 -1
  425. package/dist/mcp/bundle.js +98 -37
  426. package/dist/mcp/entry.js +6 -6
  427. package/dist/migration/agent-compat.js +2 -2
  428. package/package.json +9 -4
  429. package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
  430. package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -326
  431. package/.claude/skills/qe-contract-testing/SKILL.md +0 -224
  432. package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
  433. package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
  434. package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
  435. package/.claude/skills/qe-security-compliance/SKILL.md +0 -261
  436. package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
  437. package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
  438. package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
  439. package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
  440. package/assets/skills/aqe-v2-v3-migration/skill.md +0 -326
  441. package/assets/skills/qe-contract-testing/SKILL.md +0 -224
  442. package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
  443. package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
  444. package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
  445. package/assets/skills/qe-security-compliance/SKILL.md +0 -261
  446. package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
  447. package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
  448. package/assets/skills/qe-security-compliance/scripts/validate-config.json +0 -41
@@ -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 @claude-flow/cli@latest memory store \
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 @claude-flow/cli@latest hooks post-task \
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: "QCSD Refinement phase swarm for Sprint Refinement sessions using SFDIPOT product factors, BDD scenario generation, and requirements validation."
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 @claude-flow/cli@latest memory search --query "qcsd-ideation" --namespace qcsd-ideation --limit 1
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: "Chaos engineering and resilience testing including fault injection, load testing, and system recovery validation."
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, qe-security-compliance
243
+ **Related Skills**: qe-performance, security-testing
@@ -1,12 +1,11 @@
1
1
  ---
2
2
  name: "QE Code Intelligence"
3
- description: "Knowledge graph-based code understanding with semantic search and 80% token reduction through intelligent context retrieval."
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: "O(log n) sublinear coverage gap detection with risk-weighted analysis and intelligent test prioritization."
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: "AI-powered defect prediction, pattern learning, and root cause analysis for proactive quality management."
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
@@ -5,7 +5,6 @@ trust_tier: 2
5
5
  validation:
6
6
  schema_path: schemas/output.json
7
7
  validator_path: scripts/validate-config.json
8
-
9
8
  ---
10
9
 
11
10
  # QE Iterative Loop
@@ -1,12 +1,11 @@
1
1
  ---
2
2
  name: "QE Learning Optimization"
3
- description: "Transfer learning, metrics optimization, and continuous improvement for AI-powered QE agents."
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: "Comprehensive quality gates, metrics analysis, and deployment readiness assessment for continuous quality assurance."
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, qe-security-compliance
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: "Requirements traceability, acceptance criteria validation, and BDD scenario management for complete requirements coverage."
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: "Parallel test execution orchestration with intelligent scheduling, retry logic, and comprehensive result aggregation."
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: "AI-powered test generation using pattern recognition, code analysis, and intelligent test synthesis for comprehensive test coverage."
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
+ ```
@@ -1,12 +1,11 @@
1
1
  ---
2
2
  name: "QE Visual Accessibility"
3
- description: "Visual regression testing, responsive design validation, and WCAG accessibility compliance testing."
3
+ description: "Use when detecting visual regressions, validating responsive design across viewports, testing WCAG accessibility compliance, or ensuring UI consistency after changes."
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-visual-accessibility.yaml
9
-
10
9
  ---
11
10
 
12
11
  # QE Visual Accessibility
@@ -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/quality-metrics.yaml
19
-
20
19
  ---
21
20
 
22
21
  # Quality Metrics
@@ -24,21 +23,9 @@ validation:
24
23
  <default_to_action>
25
24
  When measuring quality or building dashboards:
26
25
  1. MEASURE outcomes (bug escape rate, MTTD) not activities (test count)
27
- 2. FOCUS on DORA metrics: Deployment frequency, Lead time, MTTD, MTTR, Change failure rate
28
- 3. AVOID vanity metrics: 100% coverage means nothing if tests don't catch bugs
29
- 4. SET thresholds that drive behavior (quality gates block bad code)
30
- 5. TREND over time: Direction matters more than absolute numbers
31
-
32
- **Quick Metric Selection:**
33
- - Speed: Deployment frequency, lead time for changes
34
- - Stability: Change failure rate, MTTR
35
- - Quality: Bug escape rate, defect density, test effectiveness
36
- - Process: Code review time, flaky test rate
37
-
38
- **Critical Success Factors:**
39
- - Metrics without action are theater
40
- - What you measure is what you optimize
41
- - Trends matter more than snapshots
26
+ 2. AVOID vanity metrics: 100% coverage means nothing if tests don't catch bugs
27
+ 3. SET thresholds that drive behavior (quality gates block bad code)
28
+ 4. TREND over time: Direction matters more than absolute numbers
42
29
  </default_to_action>
43
30
 
44
31
  ## Quick Reference Card
@@ -49,23 +36,6 @@ When measuring quality or building dashboards:
49
36
  - Evaluating testing effectiveness
50
37
  - Justifying quality investments
51
38
 
52
- ### Meaningful vs Vanity Metrics
53
- | ✅ Meaningful | ❌ Vanity |
54
- |--------------|-----------|
55
- | Bug escape rate | Test case count |
56
- | MTTD (detection) | Lines of test code |
57
- | MTTR (recovery) | Test executions |
58
- | Change failure rate | Coverage % (alone) |
59
- | Lead time for changes | Requirements traced |
60
-
61
- ### DORA Metrics
62
- | Metric | Elite | High | Medium | Low |
63
- |--------|-------|------|--------|-----|
64
- | Deploy Frequency | On-demand | Weekly | Monthly | Yearly |
65
- | Lead Time | < 1 hour | < 1 week | < 1 month | > 6 months |
66
- | Change Failure Rate | < 5% | < 15% | < 30% | > 45% |
67
- | MTTR | < 1 hour | < 1 day | < 1 week | > 1 month |
68
-
69
39
  ### Quality Gate Thresholds
70
40
  | Metric | Blocking Threshold | Warning |
71
41
  |--------|-------------------|---------|
@@ -77,38 +47,6 @@ When measuring quality or building dashboards:
77
47
 
78
48
  ---
79
49
 
80
- ## Core Metrics
81
-
82
- ### Bug Escape Rate
83
- ```
84
- Bug Escape Rate = (Production Bugs / Total Bugs Found) × 100
85
-
86
- Target: < 10% (90% caught before production)
87
- ```
88
-
89
- ### Test Effectiveness
90
- ```
91
- Test Effectiveness = (Bugs Found by Tests / Total Bugs) × 100
92
-
93
- Target: > 70%
94
- ```
95
-
96
- ### Defect Density
97
- ```
98
- Defect Density = Defects / KLOC
99
-
100
- Good: < 1 defect per KLOC
101
- ```
102
-
103
- ### Mean Time to Detect (MTTD)
104
- ```
105
- MTTD = Time(Bug Reported) - Time(Bug Introduced)
106
-
107
- Target: < 1 day for critical, < 1 week for others
108
- ```
109
-
110
- ---
111
-
112
50
  ## Dashboard Design
113
51
 
114
52
  ```typescript
@@ -205,17 +143,6 @@ const metricsFleet = await FleetManager.coordinate({
205
143
 
206
144
  ---
207
145
 
208
- ## Common Traps
209
-
210
- | Trap | Problem | Solution |
211
- |------|---------|----------|
212
- | Coverage worship | 100% coverage, bugs still escape | Measure bug escape rate instead |
213
- | Test count focus | Many tests, slow feedback | Measure execution time |
214
- | Activity metrics | Busy work, no outcomes | Measure outcomes (MTTD, MTTR) |
215
- | Point-in-time | Snapshot without context | Track trends over time |
216
-
217
- ---
218
-
219
146
  ## Related Skills
220
147
  - [agentic-quality-engineering](../agentic-quality-engineering/) - Agent coordination
221
148
  - [cicd-pipeline-qe-orchestrator](../cicd-pipeline-qe-orchestrator/) - Quality gates
@@ -226,6 +153,4 @@ const metricsFleet = await FleetManager.coordinate({
226
153
 
227
154
  ## Remember
228
155
 
229
- **Measure outcomes, not activities.** Bug escape rate > test count. MTTD/MTTR > coverage %. Trends > snapshots. Set gates that block bad code. What you measure is what you optimize.
230
-
231
156
  **With Agents:** Agents track metrics automatically, analyze trends, trigger alerts, and make gate decisions. Use agents to maintain continuous quality visibility.
@@ -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
  # Refactoring Patterns
@@ -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/regression-testing.yaml
19
-
20
19
  ---
21
20
 
22
21
  # Regression Testing
@@ -48,14 +47,6 @@ When verifying changes don't break existing functionality:
48
47
  - After dependency updates
49
48
  - After environment changes
50
49
 
51
- ### Regression Types
52
- | Type | When | Scope |
53
- |------|------|-------|
54
- | **Corrective** | No code change | Full suite |
55
- | **Progressive** | New features | Existing + new |
56
- | **Selective** | Specific changes | Changed + dependent |
57
- | **Complete** | Major refactor | Everything |
58
-
59
50
  ### Test Selection Strategies
60
51
  | Strategy | How | Reduction |
61
52
  |----------|-----|-----------|
@@ -91,22 +82,6 @@ function selectTests(changedFiles: string[]): string[] {
91
82
 
92
83
  ---
93
84
 
94
- ## Regression Suite Pyramid
95
-
96
- ```
97
- /\
98
- / \ Full Regression (weekly)
99
- / \ - All tests (2-4 hours)
100
- /------\
101
- / \ Extended Regression (nightly)
102
- / \ - Unit + integration + critical E2E (30-60 min)
103
- /------------\
104
- / \ Quick Regression (per commit)
105
- /________________\ - Changed code + smoke tests (5-10 min)
106
- ```
107
-
108
- ---
109
-
110
85
  ## CI/CD Integration
111
86
 
112
87
  ```yaml
@@ -141,27 +116,6 @@ jobs:
141
116
 
142
117
  ---
143
118
 
144
- ## Optimization Techniques
145
-
146
- ```javascript
147
- // 1. Parallel execution
148
- module.exports = {
149
- maxWorkers: '50%', // Use half CPU cores
150
- testTimeout: 30000
151
- };
152
-
153
- // 2. Sharding across CI workers
154
- // npm test -- --shard=1/4
155
-
156
- // 3. Incremental testing (only changed since last run)
157
- // Track last run state, skip passing unchanged tests
158
-
159
- // 4. Fast-fail on smoke
160
- // Run critical tests first, abort if they fail
161
- ```
162
-
163
- ---
164
-
165
119
  ## Agent-Driven Regression
166
120
 
167
121
  ```typescript
@@ -226,8 +180,18 @@ const regressionFleet = await FleetManager.coordinate({
226
180
 
227
181
  ## Remember
228
182
 
229
- **Regression testing is insurance against change.** Every code change is a risk. Smart regression testing mitigates that risk by testing what matters based on what changed.
183
+ **With Agents:** `qe-regression-risk-analyzer` provides intelligent test selection achieving 90% defect detection in 10% of execution time. Agents generate regression tests from production bugs automatically.
230
184
 
231
- **Good regression testing is strategic, not exhaustive.** You cannot test everything, every time. Select based on changes, risk, and time budget.
185
+ ## Skill Composition
232
186
 
233
- **With Agents:** `qe-regression-risk-analyzer` provides intelligent test selection achieving 90% defect detection in 10% of execution time. Agents generate regression tests from production bugs automatically.
187
+ - **Test failing?** → Use `/test-failure-investigator` to diagnose root cause
188
+ - **File a bug** → Use `/bug-reporting-excellence` for proper bug reporting
189
+ - **Test selection** → Use `/risk-based-testing` for risk-based prioritization
190
+
191
+ ## Gotchas
192
+
193
+ - Agent defaults to "run everything" despite being told to select — explicitly constrain with `--affected` or file list
194
+ - Change-based selection misses transitive dependencies — a model change can break a controller test 3 hops away
195
+ - Flaky tests in regression suites erode trust faster than missing tests — quarantine immediately, don't skip
196
+ - Agent may report "0 regressions" when tests simply weren't run — verify test count in output, not just pass/fail
197
+ - Running full regression in containers often OOMs — use `--workers=2` and `--shard` for CI environments