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
@@ -0,0 +1,45 @@
1
+ name: qe-a11y-ally
2
+ description: "Comprehensive WCAG accessibility auditing with multi-tool testing (axe-core + pa11y + Lighthouse), TRUE PARALLEL execution with Promise.allSettled, graceful degradation, retry with backoff, context-aware remediation, learning integration, and video accessibility. Uses 3-tier browser cascade: Vibium "
3
+ minModelTier: tier3-best
4
+ tags: ["accessibility", "wcag", "a11y", "video", "captions", "audiodesc", "vtt", "eu-compliance", "context-aware", "remediation", "axe-core", "pa11y", "lighthouse", "parallel", "resilient", "graceful-degradation", "retry", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: this-is-an-llm-powered-skill
7
+ description: "The value of this skill is **Claude's intelligence**, not just running automated tools:"
8
+ tools: ["bash", "read", "edit"]
9
+ prompt: |
10
+ The value of this skill is **Claude's intelligence**, not just running automated tools:
11
+ - name: execution-model
12
+ description: "**CLAUDE EXECUTES ALL STEPS WITHOUT STOPPING.**"
13
+ tools: ["bash", "read", "edit"]
14
+ prompt: |
15
+ **CLAUDE EXECUTES ALL STEPS WITHOUT STOPPING.**
16
+ - name: step-1-browser-automation---content-fetc
17
+ description: "STEP 1: BROWSER AUTOMATION - Content Fetching"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ STEP 1: BROWSER AUTOMATION - Content Fetching
21
+ - name: 11-try-vibium-first-primary
22
+ description: "1.1: Try VIBIUM First (Primary)"
23
+ tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
24
+ prompt: |
25
+ 1.1: Try VIBIUM First (Primary)
26
+ - name: 1b-try-agent-browser-fallback
27
+ description: "1b: Try AGENT-BROWSER Fallback"
28
+ tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
29
+ prompt: |
30
+ 1b: Try AGENT-BROWSER Fallback
31
+ - name: 1c-playwright-stealth-final-fallback
32
+ description: "1c: PLAYWRIGHT + STEALTH (Final Fallback)"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ 1c: PLAYWRIGHT + STEALTH (Final Fallback)
36
+ - name: 1d-parallel-multi-page-audit-optional
37
+ description: "For auditing multiple URLs simultaneously, use parallel execution:"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ For auditing multiple URLs simultaneously, use parallel execution:
41
+ - name: 1e-site-crawl-mode-optional
42
+ description: "For comprehensive site audits, crawl and audit all pages:"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ For comprehensive site audits, crawl and audit all pages:
@@ -0,0 +1,45 @@
1
+ name: qe-accessibility-testing
2
+ description: "WCAG 2.2 compliance testing, screen reader validation, and inclusive design verification. Use when ensuring legal compliance (ADA, Section 508), testing for disabilities, or building accessible applications for 1 billion disabled users globally."
3
+ minModelTier: tier3-best
4
+ tags: ["accessibility", "wcag", "a11y", "screen-reader", "ada", "section-508", "inclusive", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: wcag-22-levels
7
+ description: "WCAG 2.2 Levels"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ WCAG 2.2 Levels
11
+ - name: pour-principles
12
+ description: "POUR Principles"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ POUR Principles
16
+ - name: color-contrast-requirements
17
+ description: "Color Contrast Requirements"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Color Contrast Requirements
21
+ - name: keyboard-navigation-testing
22
+ description: "Keyboard Navigation Testing"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Keyboard Navigation Testing
26
+ - name: automated-testing-with-axe-core
27
+ description: "Automated Testing with axe-core"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ Automated Testing with axe-core
31
+ - name: screen-reader-testing-checklist
32
+ description: "Screen Reader Testing Checklist"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Screen Reader Testing Checklist
36
+ - name: voiceover-macos-testing
37
+ description: "- [ ] Page title announced on load - [ ] Headings hierarchy correct (h1 → h2 → h3) - [ ] Landmarks present (nav, main, footer) - [ ] Images have descriptive alt text - [ ] Form labels read correctly - [ ] Error messages announced - [ ] Dynamic content updates announced (aria-live)"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ - [ ] Page title announced on load - [ ] Headings hierarchy correct (h1 → h2 → h3) - [ ] Landmarks present (nav, main, footer) - [ ] Images have descriptive alt text - [ ] Form labels read correctly - [ ] Error messages announced - [ ] Dynamic content updates announced (aria-live)
41
+ - name: agent-driven-accessibility
42
+ description: "Agent-Driven Accessibility"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Agent-Driven Accessibility
@@ -0,0 +1,45 @@
1
+ name: qe-agentic-jujutsu
2
+ description: "Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination"
3
+ minModelTier: tier2-good
4
+ tags: ["qe", "quality-engineering"]
5
+ steps:
6
+ - name: installation
7
+ description: "Installation"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Installation
11
+ - name: basic-usage
12
+ description: "Basic Usage"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Basic Usage
16
+ - name: core-capabilities
17
+ description: "Core Capabilities"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Core Capabilities
21
+ - name: 1-self-learning-with-reasoningbank
22
+ description: "Track operations, learn patterns, and get intelligent suggestions:"
23
+ tools: ["bash", "read", "edit"]
24
+ prompt: |
25
+ Track operations, learn patterns, and get intelligent suggestions:
26
+ - name: 2-pattern-discovery
27
+ description: "Automatically identify successful operation sequences:"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ Automatically identify successful operation sequences:
31
+ - name: 3-learning-statistics
32
+ description: "Track improvement over time:"
33
+ tools: ["bash", "read", "edit"]
34
+ prompt: |
35
+ Track improvement over time:
36
+ - name: 5-quantum-resistant-security-v230
37
+ description: "Fast integrity verification with quantum-resistant cryptography:"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Fast integrity verification with quantum-resistant cryptography:
41
+ - name: 6-operation-tracking-with-agentdb
42
+ description: "Automatic tracking of all operations:"
43
+ tools: ["bash", "read", "edit"]
44
+ prompt: |
45
+ Automatic tracking of all operations:
@@ -0,0 +1,45 @@
1
+ name: qe-agentic-quality-engineering
2
+ description: "AI agents as force multipliers for quality work. Core skill for all 19 QE agents using PACT principles."
3
+ minModelTier: tier1-any
4
+ tags: ["pact", "agents", "fleet", "coordination", "autonomous", "foundational", "qe", "quality-engineering", "qe-core"]
5
+ steps:
6
+ - name: pact-principles
7
+ description: "PACT Principles"
8
+ tools: ["bash", "read", "edit"]
9
+ prompt: |
10
+ PACT Principles
11
+ - name: 19-agent-fleet
12
+ description: "19-Agent Fleet"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ 19-Agent Fleet
16
+ - name: coordination-patterns
17
+ description: "Coordination Patterns"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Coordination Patterns
21
+ - name: success-criteria
22
+ description: "✅ 10x deployment frequency with same/better quality ✅ Coverage gaps detected in real-time ✅ Bugs caught pre-production ❌ Agents acting without human oversight on critical decisions ❌ Deploying all 19 agents at once (start with 1-2)"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ ✅ 10x deployment frequency with same/better quality ✅ Coverage gaps detected in real-time ✅ Bugs caught pre-production ❌ Agents acting without human oversight on critical decisions ❌ Deploying all 19 agents at once (start with 1-2)
26
+ - name: core-concepts
27
+ description: "Core Concepts"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Core Concepts
31
+ - name: qe-evolution
32
+ description: "QE Evolution"
33
+ tools: ["bash", "read", "edit"]
34
+ prompt: |
35
+ QE Evolution
36
+ - name: key-capabilities
37
+ description: "**1. Intelligent Test Generation**"
38
+ tools: ["bash", "read", "edit", "grep"]
39
+ prompt: |
40
+ **1. Intelligent Test Generation**
41
+ - name: three-phase-memory-protocol
42
+ description: "For coordinated multi-agent tasks, use the STATUS → PROGRESS → COMPLETE pattern:"
43
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
44
+ prompt: |
45
+ For coordinated multi-agent tasks, use the STATUS → PROGRESS → COMPLETE pattern:
@@ -0,0 +1,45 @@
1
+ name: qe-api-testing-patterns
2
+ description: "Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies."
3
+ minModelTier: tier3-best
4
+ tags: ["api", "rest", "graphql", "contract-testing", "pact", "integration", "microservices", "qe", "quality-engineering", "testing-methodologies"]
5
+ steps:
6
+ - name: testing-levels
7
+ description: "Testing Levels"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Testing Levels
11
+ - name: critical-test-scenarios
12
+ description: "Critical Test Scenarios"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Critical Test Scenarios
16
+ - name: contract-testing
17
+ description: "**Pattern: Consumer-Driven Contracts**"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ **Pattern: Consumer-Driven Contracts**
21
+ - name: critical-test-patterns
22
+ description: "Critical Test Patterns"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Critical Test Patterns
26
+ - name: authentication-authorization
27
+ description: "Authentication & Authorization"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Authentication & Authorization
31
+ - name: input-validation
32
+ description: "Input Validation"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Input Validation
36
+ - name: idempotency
37
+ description: "Idempotency"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Idempotency
41
+ - name: concurrency
42
+ description: "Concurrency"
43
+ tools: ["bash", "read", "grep"]
44
+ prompt: |
45
+ Concurrency
@@ -0,0 +1,45 @@
1
+ name: qe-aqe-v2-v3-migration
2
+ description: "Migrate Agentic QE projects from v2 to v3 with zero data loss"
3
+ minModelTier: tier1-any
4
+ tags: ["qe", "quality-engineering"]
5
+ steps:
6
+ - name: quick-reference
7
+ description: "Quick Reference"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Quick Reference
11
+ - name: migration-command
12
+ description: "Migration Command"
13
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
14
+ prompt: |
15
+ Migration Command
16
+ - name: what-gets-migrated
17
+ description: "What Gets Migrated"
18
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
19
+ prompt: |
20
+ What Gets Migrated
21
+ - name: migration-checklist
22
+ description: "Migration Checklist"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Migration Checklist
26
+ - name: pre-migration
27
+ description: "- [ ] Verify v2 installation exists (`.agentic-qe/` directory) - [ ] Check v2 version: `aqe --version` (should be 2.x.x) - [ ] Backup current data: `npm run backup` (in v2 project) - [ ] Note any custom configurations - [ ] Document current test counts and coverage"
28
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
29
+ prompt: |
30
+ - [ ] Verify v2 installation exists (`.agentic-qe/` directory) - [ ] Check v2 version: `aqe --version` (should be 2.x.x) - [ ] Backup current data: `npm run backup` (in v2 project) - [ ] Note any custom configurations - [ ] Document current test counts and coverage
31
+ - name: during-migration
32
+ description: "- [ ] Update to v3: `npm install agentic-qe@latest` - [ ] Run migration: `aqe migrate` - [ ] Review migration report - [ ] Verify data transferred correctly"
33
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
34
+ prompt: |
35
+ - [ ] Update to v3: `npm install agentic-qe@latest` - [ ] Run migration: `aqe migrate` - [ ] Review migration report - [ ] Verify data transferred correctly
36
+ - name: post-migration
37
+ description: "- [ ] Run v3 tests: `aqe test` - [ ] Check coverage: `aqe coverage` - [ ] Verify patterns loaded: `aqe patterns list` - [ ] Test MCP integration with Claude Code"
38
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
39
+ prompt: |
40
+ - [ ] Run v3 tests: `aqe test` - [ ] Check coverage: `aqe coverage` - [ ] Verify patterns loaded: `aqe patterns list` - [ ] Test MCP integration with Claude Code
41
+ - name: architecture-changes-v2-v3
42
+ description: "Architecture Changes (v2 → v3)"
43
+ tools: ["bash", "read", "edit"]
44
+ prompt: |
45
+ Architecture Changes (v2 → v3)
@@ -0,0 +1,45 @@
1
+ name: qe-brutal-honesty-review
2
+ description: "Unvarnished technical criticism combining Linus Torvalds' precision, Gordon Ramsay's standards, and James Bach's BS-detection. Use when code/tests need harsh reality checks, certification schemes smell fishy, or technical decisions lack rigor. No sugar-coating, just surgical truth about what's broke"
3
+ minModelTier: tier2-good
4
+ tags: ["code-review", "honesty", "critical-thinking", "technical-criticism", "quality", "qe", "quality-engineering", "quality-review"]
5
+ steps:
6
+ - name: three-modes
7
+ description: "Three Modes"
8
+ tools: ["bash", "read", "grep"]
9
+ prompt: |
10
+ Three Modes
11
+ - name: the-criticism-structure
12
+ description: "The Criticism Structure"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ The Criticism Structure
16
+ - name: whats-broken
17
+ description: "[Surgical description - specific, technical]"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ [Surgical description - specific, technical]
21
+ - name: why-its-wrong
22
+ description: "[Technical explanation, not opinion]"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ [Technical explanation, not opinion]
26
+ - name: what-correct-looks-like
27
+ description: "[Clear model of excellence]"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ [Clear model of excellence]
31
+ - name: how-to-fix-it
32
+ description: "[Actionable steps, specific to context]"
33
+ tools: ["bash", "read", "edit"]
34
+ prompt: |
35
+ [Actionable steps, specific to context]
36
+ - name: why-this-matters
37
+ description: "[Impact if not fixed]"
38
+ tools: ["bash", "read", "edit"]
39
+ prompt: |
40
+ [Impact if not fixed]
41
+ - name: mode-examples
42
+ description: "Mode Examples"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Mode Examples
@@ -0,0 +1,45 @@
1
+ name: qe-bug-reporting-excellence
2
+ description: "Write high-quality bug reports that get fixed quickly. Use when reporting bugs, training teams on bug reporting, or establishing bug report standards."
3
+ minModelTier: tier2-good
4
+ tags: ["bugs", "reporting", "communication", "triage", "quality", "qe", "quality-engineering", "quality-communication"]
5
+ steps:
6
+ - name: component-issue-title
7
+ description: "**Severity:** Critical/High/Medium/Low **Environment:** Production/Staging/Dev"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ **Severity:** Critical/High/Medium/Low **Environment:** Production/Staging/Dev
11
+ - name: expected-behavior
12
+ description: "What should happen"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ What should happen
16
+ - name: actual-behavior
17
+ description: "What actually happens (with error messages)"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ What actually happens (with error messages)
21
+ - name: steps-to-reproduce
22
+ description: "1. Step one 2. Step two 3. Observe issue"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ 1. Step one 2. Step two 3. Observe issue
26
+ - name: impact
27
+ description: "How this affects users/business"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ How this affects users/business
31
+ - name: severity-levels
32
+ description: "Severity Levels"
33
+ tools: ["bash", "read", "grep"]
34
+ prompt: |
35
+ Severity Levels
36
+ - name: title-formula
37
+ description: "❌ Bad: \"Checkout broken\" ✅ Good: \"Payment fails with Visa cards when order total > $1000\""
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ ❌ Bad: "Checkout broken" ✅ Good: "Payment fails with Visa cards when order total > $1000"
41
+ - name: essential-information
42
+ description: "Essential Information"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Essential Information
@@ -0,0 +1,30 @@
1
+ name: qe-chaos-engineering-resilience
2
+ description: "Chaos engineering principles, controlled failure injection, resilience testing, and system recovery validation. Use when testing distributed systems, building confidence in fault tolerance, or validating disaster recovery."
3
+ minModelTier: tier3-best
4
+ tags: ["chaos", "resilience", "fault-injection", "distributed-systems", "recovery", "netflix", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: failure-types-to-inject
7
+ description: "Failure Types to Inject"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Failure Types to Inject
11
+ - name: blast-radius-progression
12
+ description: "Blast Radius Progression"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Blast Radius Progression
16
+ - name: steady-state-metrics
17
+ description: "Steady State Metrics"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Steady State Metrics
21
+ - name: chaos-experiment-structure
22
+ description: "Chaos Experiment Structure"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Chaos Experiment Structure
26
+ - name: agent-driven-chaos
27
+ description: "Agent-Driven Chaos"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Agent-Driven Chaos
@@ -0,0 +1,45 @@
1
+ name: qe-chaos-resilience
2
+ description: "Chaos engineering and resilience testing including fault injection, load testing, and system recovery validation."
3
+ minModelTier: tier3-best
4
+ tags: ["qe", "quality-engineering"]
5
+ steps:
6
+ - name: agent-workflow
7
+ description: "Agent Workflow"
8
+ tools: ["bash", "read", "grep"]
9
+ prompt: |
10
+ Agent Workflow
11
+ - name: chaos-experiments
12
+ description: "Chaos Experiments"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Chaos Experiments
16
+ - name: 1-fault-injection
17
+ description: "1. Fault Injection"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ 1. Fault Injection
21
+ - name: 2-load-testing
22
+ description: "2. Load Testing"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ 2. Load Testing
26
+ - name: 3-stress-testing
27
+ description: "3. Stress Testing"
28
+ tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
29
+ prompt: |
30
+ 3. Stress Testing
31
+ - name: 4-resilience-validation
32
+ description: "4. Resilience Validation"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ 4. Resilience Validation
36
+ - name: fault-types
37
+ description: "Fault Types"
38
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
39
+ prompt: |
40
+ Fault Types
41
+ - name: chaos-report
42
+ description: "Chaos Report"
43
+ tools: ["bash", "read", "grep"]
44
+ prompt: |
45
+ Chaos Report
@@ -0,0 +1,45 @@
1
+ name: qe-cicd-pipeline-qe-orchestrator
2
+ description: "Orchestrate quality engineering across CI/CD pipeline phases. Use when designing test strategies, planning quality gates, or implementing shift-left/shift-right testing."
3
+ minModelTier: tier3-best
4
+ tags: ["cicd", "pipeline", "orchestration", "quality-gates", "shift-left", "shift-right", "fleet", "qe", "quality-engineering", "infrastructure"]
5
+ steps:
6
+ - name: phase-agent-matrix
7
+ description: "Phase-Agent Matrix"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Phase-Agent Matrix
11
+ - name: quality-gate-thresholds
12
+ description: "Quality Gate Thresholds"
13
+ tools: ["bash", "read", "edit"]
14
+ prompt: |
15
+ Quality Gate Thresholds
16
+ - name: fleet-configuration
17
+ description: "- **Topology**: hierarchical - **Max Agents**: 10 per phase - **Coordination**: aqe/* memory namespace"
18
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
19
+ prompt: |
20
+ - **Topology**: hierarchical - **Max Agents**: 10 per phase - **Coordination**: aqe/* memory namespace
21
+ - name: pipeline-phases
22
+ description: "Pipeline Phases"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Pipeline Phases
26
+ - name: commit-shift-left
27
+ description: "**Goal:** Catch defects early, ensure testability"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ **Goal:** Catch defects early, ensure testability
31
+ - name: build
32
+ description: "**Goal:** Validate integration, ensure coverage"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ **Goal:** Validate integration, ensure coverage
36
+ - name: integrationtest
37
+ description: "**Goal:** Validate contracts, performance, security"
38
+ tools: ["bash", "read", "edit"]
39
+ prompt: |
40
+ **Goal:** Validate contracts, performance, security
41
+ - name: staging
42
+ description: "**Goal:** Validate production-like environment, resilience"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ **Goal:** Validate production-like environment, resilience
@@ -0,0 +1,45 @@
1
+ name: qe-code-intelligence
2
+ description: "Knowledge graph-based code understanding with semantic search and 80% token reduction through intelligent context retrieval."
3
+ minModelTier: tier3-best
4
+ tags: ["qe", "quality-engineering"]
5
+ steps:
6
+ - name: agent-workflow
7
+ description: "Agent Workflow"
8
+ tools: ["bash", "read", "grep"]
9
+ prompt: |
10
+ Agent Workflow
11
+ - name: knowledge-graph-operations
12
+ description: "Knowledge Graph Operations"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Knowledge Graph Operations
16
+ - name: 1-codebase-indexing
17
+ description: "1. Codebase Indexing"
18
+ tools: ["bash", "read", "edit"]
19
+ prompt: |
20
+ 1. Codebase Indexing
21
+ - name: 2-semantic-search
22
+ description: "2. Semantic Search"
23
+ tools: ["bash", "read", "grep"]
24
+ prompt: |
25
+ 2. Semantic Search
26
+ - name: 3-dependency-analysis
27
+ description: "3. Dependency Analysis"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ 3. Dependency Analysis
31
+ - name: token-reduction-strategy
32
+ description: "Token Reduction Strategy"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Token Reduction Strategy
36
+ - name: knowledge-graph-schema
37
+ description: "Knowledge Graph Schema"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Knowledge Graph Schema
41
+ - name: search-results
42
+ description: "Search Results"
43
+ tools: ["bash", "read", "grep"]
44
+ prompt: |
45
+ Search Results
@@ -0,0 +1,45 @@
1
+ name: qe-code-review-quality
2
+ description: "Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices."
3
+ minModelTier: tier2-good
4
+ tags: ["code-review", "feedback", "quality", "testability", "maintainability", "pr-review", "qe", "quality-engineering", "development-practices"]
5
+ steps:
6
+ - name: feedback-priority-levels
7
+ description: "Feedback Priority Levels"
8
+ tools: ["bash", "read", "edit"]
9
+ prompt: |
10
+ Feedback Priority Levels
11
+ - name: review-scope-limits
12
+ description: "Review Scope Limits"
13
+ tools: ["bash", "read", "edit"]
14
+ prompt: |
15
+ Review Scope Limits
16
+ - name: what-to-focus-on
17
+ description: "What to Focus On"
18
+ tools: ["bash", "read", "edit"]
19
+ prompt: |
20
+ What to Focus On
21
+ - name: feedback-templates
22
+ description: "Feedback Templates"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Feedback Templates
26
+ - name: blocker-must-fix
27
+ description: "Blocker (Must Fix)"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ Blocker (Must Fix)
31
+ - name: major-should-fix
32
+ description: "Major (Should Fix)"
33
+ tools: ["bash", "read", "edit"]
34
+ prompt: |
35
+ Major (Should Fix)
36
+ - name: minor-nice-to-fix
37
+ description: "Minor (Nice to Fix)"
38
+ tools: ["bash", "read", "edit"]
39
+ prompt: |
40
+ Minor (Nice to Fix)
41
+ - name: suggestion-consider
42
+ description: "Suggestion (Consider)"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Suggestion (Consider)
@@ -0,0 +1,35 @@
1
+ name: qe-compatibility-testing
2
+ description: "Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support, testing responsive design, or ensuring platform compatibility."
3
+ minModelTier: tier3-best
4
+ tags: ["compatibility", "cross-browser", "responsive", "browserstack", "playwright", "devices", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: browser-matrix
7
+ description: "Browser Matrix"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Browser Matrix
11
+ - name: screen-breakpoints
12
+ description: "Screen Breakpoints"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Screen Breakpoints
16
+ - name: responsive-design-testing
17
+ description: "Responsive Design Testing"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Responsive Design Testing
21
+ - name: cross-browser-with-playwright
22
+ description: "Cross-Browser with Playwright"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Cross-Browser with Playwright
26
+ - name: cloud-testing-integration
27
+ description: "Cloud Testing Integration"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Cloud Testing Integration
31
+ - name: agent-driven-compatibility-testing
32
+ description: "Agent-Driven Compatibility Testing"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Agent-Driven Compatibility Testing
@@ -0,0 +1,35 @@
1
+ name: qe-compliance-testing
2
+ description: "Regulatory compliance testing for GDPR, CCPA, HIPAA, SOC2, PCI-DSS and industry-specific regulations. Use when ensuring legal compliance, preparing for audits, or handling sensitive data."
3
+ minModelTier: tier3-best
4
+ tags: ["compliance", "gdpr", "hipaa", "pci-dss", "ccpa", "soc2", "privacy", "audit", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: major-regulations
7
+ description: "Major Regulations"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Major Regulations
11
+ - name: penalties
12
+ description: "Penalties"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Penalties
16
+ - name: gdpr-compliance-testing
17
+ description: "GDPR Compliance Testing"
18
+ tools: ["bash", "read", "grep"]
19
+ prompt: |
20
+ GDPR Compliance Testing
21
+ - name: hipaa-compliance-testing
22
+ description: "HIPAA Compliance Testing"
23
+ tools: ["bash", "read", "grep"]
24
+ prompt: |
25
+ HIPAA Compliance Testing
26
+ - name: pci-dss-compliance-testing
27
+ description: "PCI-DSS Compliance Testing"
28
+ tools: ["bash", "read", "edit", "grep"]
29
+ prompt: |
30
+ PCI-DSS Compliance Testing
31
+ - name: agent-driven-compliance
32
+ description: "Agent-Driven Compliance"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Agent-Driven Compliance