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
@@ -49,10 +49,10 @@ done
49
49
 
50
50
  ```bash
51
51
  # Using claude-flow hooks for iterative task
52
- npx @claude-flow/cli@latest hooks pre-task --description "Implement auth with iteration" --taskId "auth-impl"
52
+ npx --no-install ruflo hooks pre-task --description "Implement auth with iteration" --taskId "auth-impl"
53
53
 
54
54
  # Store iteration state in memory
55
- npx @claude-flow/cli@latest memory store \
55
+ npx --no-install ruflo memory store \
56
56
  --key "iteration-auth" \
57
57
  --value '{"iteration": 1, "maxIterations": 20, "criteria": "all tests pass"}' \
58
58
  --namespace iterations
@@ -232,18 +232,18 @@ Record metrics each iteration for trend analysis
232
232
 
233
233
  ```bash
234
234
  # Store iteration state
235
- npx @claude-flow/cli@latest memory store \
235
+ npx --no-install ruflo memory store \
236
236
  --key "current-iteration" \
237
237
  --value '{"task": "auth", "iteration": 5, "lastResult": "2 tests failing"}' \
238
238
  --namespace iterations
239
239
 
240
240
  # Search for similar past iterations
241
- npx @claude-flow/cli@latest memory search \
241
+ npx --no-install ruflo memory search \
242
242
  --query "auth implementation" \
243
243
  --namespace iterations
244
244
 
245
245
  # Learn from successful completions
246
- npx @claude-flow/cli@latest hooks post-task \
246
+ npx --no-install ruflo hooks post-task \
247
247
  --taskId "auth-impl" \
248
248
  --success true \
249
249
  --quality 0.9
@@ -255,7 +255,7 @@ For complex tasks, use multiple agents iterating in parallel:
255
255
 
256
256
  ```bash
257
257
  # Initialize swarm for parallel iteration
258
- npx @claude-flow/cli@latest swarm init --topology mesh --max-agents 5
258
+ npx --no-install ruflo swarm init --topology mesh --max-agents 5
259
259
 
260
260
  # Spawn specialized iterators
261
261
  Task("Iterate on unit tests", "Fix failing unit tests until all pass", "tester")
@@ -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/localization-testing.yaml
19
-
20
19
  ---
21
20
 
22
21
  # Localization & Internationalization Testing
@@ -50,19 +49,6 @@ When testing multi-language/region support:
50
49
  - Before international releases
51
50
  - After UI changes
52
51
 
53
- ### i18n vs l10n
54
- | Term | Full Name | Focus |
55
- |------|-----------|-------|
56
- | **i18n** | Internationalization | Building for localization |
57
- | **l10n** | Localization | Adapting for specific locale |
58
-
59
- ### Common Locale Formats
60
- | Type | US (en-US) | UK (en-GB) | Japan (ja-JP) |
61
- |------|------------|------------|---------------|
62
- | **Date** | 10/24/2025 | 24/10/2025 | 2025/10/24 |
63
- | **Currency** | $1,234.56 | £1,234.56 | ¥1,235 |
64
- | **Number** | 1,234.56 | 1,234.56 | 1,234.56 |
65
-
66
52
  ---
67
53
 
68
54
  ## Translation Coverage Testing
@@ -220,8 +206,4 @@ const l10nFleet = await FleetManager.coordinate({
220
206
 
221
207
  ## Remember
222
208
 
223
- **Don't hardcode. Externalize all user-facing strings.** Every string visible to users must come from translation files, not code.
224
-
225
- **Test with native speakers, not just translation files.** Machine translations and translation files can have context issues that only native speakers catch.
226
-
227
209
  **With Agents:** Agents validate translation coverage, detect hardcoded strings, test locale-specific formatting, and verify RTL layouts automatically across all supported languages.
@@ -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/mobile-testing.yaml
19
-
20
19
  ---
21
20
 
22
21
  # Mobile Testing
@@ -66,51 +65,6 @@ When testing mobile applications:
66
65
  | **Tier 2** | 30% users | iPhone 14/13, Pixel 8 |
67
66
  | **Tier 3** | 10% users | Older devices, other manufacturers |
68
67
 
69
- ### Mobile Performance Goals
70
- | Metric | Target |
71
- |--------|--------|
72
- | App launch | < 2 seconds |
73
- | Screen transition | < 300ms |
74
- | Frame rate | 60 FPS |
75
- | Battery drain | < 5%/hour background |
76
-
77
- ---
78
-
79
- ## Touch Gesture Testing
80
-
81
- ```javascript
82
- // Appium gesture examples
83
- // Tap
84
- await driver.touchAction({ action: 'tap', x: 100, y: 200 });
85
-
86
- // Swipe (scroll down)
87
- await driver.touchAction([
88
- { action: 'press', x: 200, y: 400 },
89
- { action: 'moveTo', x: 200, y: 100 },
90
- { action: 'release' }
91
- ]);
92
-
93
- // Pinch to zoom
94
- const finger1 = [
95
- { action: 'press', x: 100, y: 200 },
96
- { action: 'moveTo', x: 50, y: 150 },
97
- { action: 'release' }
98
- ];
99
- const finger2 = [
100
- { action: 'press', x: 200, y: 200 },
101
- { action: 'moveTo', x: 250, y: 250 },
102
- { action: 'release' }
103
- ];
104
- await driver.multiTouchAction([finger1, finger2]);
105
-
106
- // Long press
107
- await driver.touchAction({
108
- action: 'longPress',
109
- x: 100, y: 200,
110
- duration: 2000
111
- });
112
- ```
113
-
114
68
  ---
115
69
 
116
70
  ## Mobile-Specific Scenarios
@@ -218,8 +172,6 @@ const mobileFleet = await FleetManager.coordinate({
218
172
 
219
173
  ## Remember
220
174
 
221
- **Mobile is not a smaller desktop - it's a different platform.** 60%+ of web traffic is mobile. Device fragmentation (1000+ Android devices), touch gestures, sensors, permissions, offline scenarios - all require specific testing.
222
-
223
- **Test on real devices for critical flows.** Emulators catch 80% of bugs but real devices needed for actual performance, sensor behavior, and platform quirks.
175
+ **Test on real devices for critical flows.** Emulators catch 80% of bugs but real devices are needed for actual performance, sensor behavior, and platform quirks.
224
176
 
225
- **With Agents:** `qe-test-executor` orchestrates testing across device farms, manages platform differences, and tests 10+ devices in parallel. Reduces mobile testing from days to hours.
177
+ **With Agents:** `qe-test-executor` orchestrates testing across device farms, manages platform differences, and tests 10+ devices in parallel.
@@ -11,7 +11,6 @@ last_optimized: 2025-12-02
11
11
  dependencies: []
12
12
  quick_reference_card: true
13
13
  tags: [mutation, stryker, test-quality, kill-rate, assertions, effectiveness]
14
-
15
14
  # ADR-056 Trust Tier 3 Validation
16
15
  trust_tier: 3
17
16
  validation:
@@ -234,3 +233,29 @@ const mutationFleet = await FleetManager.coordinate({
234
233
  **Focus on critical paths first.** Don't mutation test everything - prioritize payment, authentication, data integrity code.
235
234
 
236
235
  **With Agents:** Agents run mutation analysis, identify surviving mutants, and generate missing test cases to kill them. Automated improvement of test quality.
236
+
237
+ ## Run History
238
+
239
+ After each mutation test run, append results to `run-history.json` in this skill directory:
240
+ ```bash
241
+ node -e "
242
+ const fs = require('fs');
243
+ const h = JSON.parse(fs.readFileSync('.claude/skills/mutation-testing/run-history.json'));
244
+ h.runs.push({date: new Date().toISOString().split('T')[0], mutation_score_pct: SCORE, killed: KILLED, survived: SURVIVED});
245
+ fs.writeFileSync('.claude/skills/mutation-testing/run-history.json', JSON.stringify(h, null, 2));
246
+ "
247
+ ```
248
+ Read `run-history.json` before each run to track score improvements over time.
249
+
250
+ ## Skill Composition
251
+
252
+ - **Before mutation testing** → Run `/qe-test-generation` to ensure tests exist
253
+ - **After mutation results** → Use `/qe-coverage-analysis` to prioritize improvement areas
254
+ - **Quality gate** → Feed results into `/qe-quality-assessment` for ship/no-ship decision
255
+
256
+ ## Gotchas
257
+
258
+ - Stryker requires `--testRunner jest` explicitly if both jest and vitest are installed
259
+ - Mutating `>=` to `>` in date comparisons rarely gets killed — add boundary tests
260
+ - Running on files >500 LOC will timeout; use `--mutate` to target specific functions
261
+ - `--concurrency` defaults to CPU count which OOMs in containers — set to 2
@@ -0,0 +1,14 @@
1
+ {
2
+ "$schema": "./config-schema.json",
3
+ "_description": "Mutation Testing configuration. Auto-created on first run. Edit to customize.",
4
+ "mutator": "stryker",
5
+ "concurrency": 2,
6
+ "score_threshold": 80,
7
+ "options": {
8
+ "testRunner": null,
9
+ "mutateGlob": "src/**/*.{ts,js}",
10
+ "excludeGlob": "src/**/*.test.{ts,js}",
11
+ "timeoutMs": 60000
12
+ },
13
+ "_setupPrompt": "If testRunner is null, ask: 'Which test runner does this project use? (jest/vitest/mocha)'. Warn: concurrency defaults to 2 to avoid OOM in containers."
14
+ }
@@ -0,0 +1,38 @@
1
+ # Mutation Operators Reference
2
+
3
+ ## Arithmetic Operators
4
+ | Original | Mutant | What It Tests |
5
+ |----------|--------|--------------|
6
+ | `a + b` | `a - b` | Addition logic |
7
+ | `a * b` | `a / b` | Multiplication logic |
8
+ | `a % b` | `a * b` | Modulo logic |
9
+
10
+ ## Conditional Operators
11
+ | Original | Mutant | What It Tests |
12
+ |----------|--------|--------------|
13
+ | `a > b` | `a >= b` | Off-by-one in boundaries |
14
+ | `a >= b` | `a > b` | Boundary inclusion |
15
+ | `a === b` | `a !== b` | Equality checks |
16
+ | `a && b` | `a \|\| b` | Logical conjunction |
17
+
18
+ ## Statement Mutations
19
+ | Original | Mutant | What It Tests |
20
+ |----------|--------|--------------|
21
+ | `return x` | `return !x` | Return value negation |
22
+ | `if (cond)` | `if (true)` | Condition relevance |
23
+ | `if (cond)` | `if (false)` | Dead code detection |
24
+ | `statement` | _(removed)_ | Statement necessity |
25
+
26
+ ## Common Surviving Mutants and Fixes
27
+
28
+ **`>=` to `>` survives**: Add boundary test with exact boundary value
29
+ **`&&` to `||` survives**: Add test where only one condition is true
30
+ **Removed `return` survives**: Function's return value isn't being checked
31
+ **`+1` to `-1` survives**: Increment/decrement logic untested
32
+
33
+ ## Stryker Configuration Tips
34
+ - `--testRunner jest` — explicit when multiple runners installed
35
+ - `--concurrency 2` — prevents OOM in containers
36
+ - `--mutate 'src/**/*.ts,!src/**/*.d.ts'` — skip type definitions
37
+ - `--timeoutMS 60000` — increase for slow test suites
38
+ - `--thresholds.high 80 --thresholds.low 60` — score quality bands
@@ -0,0 +1,6 @@
1
+ {
2
+ "_description": "Mutation testing run history. Append after each run. Claude reads this to track mutation score trends.",
3
+ "_format": "Each entry: {date, scope, mutation_score_pct, killed, survived, timeout, no_coverage, improvement_areas}",
4
+ "_instructions": "After running mutation testing, append results here. Track score improvements over time. Flag if score drops below threshold.",
5
+ "runs": []
6
+ }
@@ -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/n8n-expression-testing.yaml
19
-
20
19
  ---
21
20
 
22
21
  # n8n Expression Testing
@@ -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/n8n-integration-testing-patterns.yaml
19
-
20
19
  ---
21
20
 
22
21
  # n8n Integration Testing 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/n8n-security-testing.yaml
19
-
20
19
  ---
21
20
 
22
21
  # n8n Security Testing
@@ -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/n8n-trigger-testing-strategies.yaml
19
-
20
19
  ---
21
20
 
22
21
  # n8n Trigger Testing Strategies
@@ -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/n8n-workflow-testing-fundamentals.yaml
19
-
20
19
  ---
21
20
 
22
21
  # n8n Workflow Testing Fundamentals
@@ -0,0 +1,74 @@
1
+ ---
2
+ name: no-skip
3
+ description: "Use when you want to prevent .skip(), .only(), xit(), and xdescribe() from being committed to test files. Activate with /no-skip for session-scoped test skip prevention."
4
+ user-invocable: true
5
+ ---
6
+
7
+ # No-Skip Mode
8
+
9
+ When activated, blocks any write that adds test-skipping patterns to test files.
10
+
11
+ ## What It Does
12
+
13
+ Prevents these patterns from being written to test files:
14
+ - `.skip()` — skips individual tests
15
+ - `.only()` — runs only one test (excludes all others)
16
+ - `xit(` / `xdescribe(` — Jasmine skip syntax
17
+ - `test.todo(` — unimplemented test placeholders
18
+ - `@Skip` / `@Disabled` — JUnit skip annotations
19
+
20
+ ## Activation
21
+
22
+ ```
23
+ /no-skip
24
+ ```
25
+
26
+ ## Hook Configuration
27
+
28
+ ```json
29
+ {
30
+ "hooks": {
31
+ "PreToolUse": [
32
+ {
33
+ "matcher": "Write|Edit",
34
+ "hook": ".claude/skills/no-skip/scripts/check-skips.sh",
35
+ "condition": "file matches **/*.test.{ts,js,tsx,jsx} OR **/*.spec.{ts,js}"
36
+ }
37
+ ]
38
+ }
39
+ }
40
+ ```
41
+
42
+ ## Enforcement Logic
43
+
44
+ ```bash
45
+ #!/bin/bash
46
+ # check-skips.sh
47
+ CONTENT="$1"
48
+
49
+ SKIP_PATTERNS=(
50
+ '\.skip\s*\('
51
+ '\.only\s*\('
52
+ '\bxit\s*\('
53
+ '\bxdescribe\s*\('
54
+ '\bxcontext\s*\('
55
+ 'test\.todo\s*\('
56
+ '@Skip'
57
+ '@Disabled'
58
+ '@Ignore'
59
+ )
60
+
61
+ for pattern in "${SKIP_PATTERNS[@]}"; do
62
+ if echo "$CONTENT" | grep -qP "$pattern"; then
63
+ echo "BLOCKED: Found skip pattern '$pattern'"
64
+ echo "Remove the skip and either fix the test or delete it."
65
+ exit 1
66
+ fi
67
+ done
68
+ ```
69
+
70
+ ## Gotchas
71
+
72
+ - This catches NEW skips being written, not existing ones — run `grep -r '.skip(' tests/` to find existing skips
73
+ - `.only()` is sometimes used intentionally during debugging — deactivate with `/no-skip off` if needed
74
+ - Some frameworks use `pending()` instead of `.skip()` — add to patterns if using Jasmine
@@ -0,0 +1,28 @@
1
+ #!/bin/bash
2
+ # check-skips.sh — No-Skip hook
3
+ # Blocks writes that add test-skipping patterns to test files.
4
+ # Called by PreToolUse hook on Write/Edit to **/*.test.* or **/*.spec.*
5
+
6
+ CONTENT="$1"
7
+
8
+ if [ -z "$CONTENT" ]; then
9
+ # If no content passed, read from stdin
10
+ CONTENT=$(cat)
11
+ fi
12
+
13
+ FOUND=0
14
+
15
+ # Check for skip patterns
16
+ for pattern in '\.skip\s*(' '\.only\s*(' '\bxit\s*(' '\bxdescribe\s*(' '\bxcontext\s*(' 'test\.todo\s*(' '@Skip' '@Disabled' '@Ignore'; do
17
+ if echo "$CONTENT" | grep -qP "$pattern" 2>/dev/null || echo "$CONTENT" | grep -q "$pattern" 2>/dev/null; then
18
+ echo "BLOCKED: Found skip pattern: $pattern"
19
+ FOUND=1
20
+ fi
21
+ done
22
+
23
+ if [ $FOUND -eq 1 ]; then
24
+ echo "Remove the skip and either fix the test or delete it."
25
+ exit 1
26
+ fi
27
+
28
+ exit 0
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: Pair Programming
3
- description: AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.
3
+ description: "Use when pair programming with AI assistance, practicing TDD with a navigator, debugging collaboratively, refactoring with real-time verification, or running learning sessions with continuous code review and quality monitoring."
4
4
  ---
5
5
 
6
6
  # Pair Programming
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: pentest-validation
3
- description: "Orchestrate security finding validation through graduated exploitation. 4-phase pipeline: recon (SAST/DAST), analysis (code review), validation (exploit proof), report (No Exploit, No Report gate). Eliminates false positives by proving exploitability."
3
+ description: "Use when validating security findings from SAST/DAST scans, proving exploitability of reported vulnerabilities, eliminating false positives, or running the 4-phase pentest pipeline (recon, analysis, validation, report)."
4
4
  category: specialized-testing
5
5
  priority: critical
6
6
  tokenEstimate: 1500
@@ -253,8 +253,7 @@ aqe/pentest/
253
253
 
254
254
  ## Related Skills
255
255
 
256
- - [security-testing](../security-testing/) - OWASP vulnerability scanning
257
- - [qe-security-compliance](../qe-security-compliance/) - SAST/DAST automation
256
+ - [security-testing](../security-testing/) - OWASP vulnerability scanning, SAST/DAST automation
258
257
  - [compliance-testing](../compliance-testing/) - Regulatory compliance
259
258
  - [api-testing-patterns](../api-testing-patterns/) - API security testing
260
259
  - [chaos-engineering-resilience](../chaos-engineering-resilience/) - Security under chaos
@@ -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: Scope-aware GitHub PR review with user-friendly tone and trust tier validation
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, aqe-v2-v3-migration
28
- - If the PR touches skills, verify the count/scope matches expectations (~78 AQE 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 (~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: "QCSD Verification phase swarm for CI/CD pipeline quality gates using regression analysis, flaky test detection, quality gate enforcement, and deployment readiness assessment. Consumes Development outputs (SHIP/CONDITIONAL/HOLD decisions, quality metrics) and produces signals for Production monitoring."
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: "QCSD Development phase swarm for in-sprint code quality assurance using TDD adherence, code complexity analysis, coverage gap detection, and defect prediction. Consumes Refinement outputs (BDD scenarios, SFDIPOT priorities) and produces signals for Verification."
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: "QCSD Ideation phase swarm for Quality Criteria sessions using HTSM v6.3, Risk Storming, and Testability analysis before development begins. Uses 5-tier browser cascade: Vibium -> agent-browser -> Playwright+Stealth -> WebFetch -> WebSearch-fallback."
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: "QCSD Production Telemetry phase swarm for post-release production health assessment using DORA metrics, root cause analysis, defect prediction, and cross-phase feedback loops. Consumes CI/CD outputs (RELEASE/REMEDIATE/BLOCK decisions, release readiness metrics) and produces feedback signals to Ideation and Refinement."
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 @claude-flow/cli@latest memory search --query "qcsd-cicd" --namespace qcsd-cicd --limit 1
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):**