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-shift-right-testing
2
+ description: "Testing in production with feature flags, canary deployments, synthetic monitoring, and chaos engineering. Use when implementing production observability or progressive delivery."
3
+ minModelTier: tier3-best
4
+ tags: ["shift-right", "production-testing", "canary", "feature-flags", "chaos-engineering", "monitoring", "qe", "quality-engineering", "testing-methodologies"]
5
+ steps:
6
+ - name: shift-right-techniques
7
+ description: "Shift-Right Techniques"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Shift-Right Techniques
11
+ - name: progressive-rollout-pattern
12
+ description: "Progressive Rollout Pattern"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Progressive Rollout Pattern
16
+ - name: key-metrics-to-monitor
17
+ description: "Key Metrics to Monitor"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Key Metrics to Monitor
21
+ - name: feature-flags
22
+ description: "Feature Flags"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Feature Flags
26
+ - name: canary-deployment
27
+ description: "Canary Deployment"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Canary Deployment
31
+ - name: synthetic-monitoring
32
+ description: "Synthetic Monitoring"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Synthetic Monitoring
36
+ - name: chaos-engineering
37
+ description: "Chaos Engineering"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Chaos Engineering
41
+ - name: production-pre-production-feedback-loop
42
+ description: "Production → Pre-Production Feedback Loop"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Production → Pre-Production Feedback Loop
@@ -0,0 +1,45 @@
1
+ name: qe-six-thinking-hats
2
+ description: "Apply Edward de Bono's Six Thinking Hats methodology to software testing for comprehensive quality analysis. Use when designing test strategies, conducting test retrospectives, analyzing test failures, evaluating testing approaches, or facilitating testing discussions. Each hat provides a distinct t"
3
+ minModelTier: tier1-any
4
+ tags: ["thinking", "methodology", "decision-making", "collaboration", "analysis", "qe", "quality-engineering"]
5
+ steps:
6
+ - name: the-six-hats
7
+ description: "The Six Hats"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ The Six Hats
11
+ - name: hat-details
12
+ description: "Hat Details"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Hat Details
16
+ - name: -white-hat---facts-data
17
+ description: "**Output: Quantitative testing baseline**"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ **Output: Quantitative testing baseline**
21
+ - name: -black-hat---risks-cautions
22
+ description: "**Output: Comprehensive risk assessment**"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ **Output: Comprehensive risk assessment**
26
+ - name: -yellow-hat---benefits-optimism
27
+ description: "**Output: Strengths and opportunities**"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ **Output: Strengths and opportunities**
31
+ - name: -green-hat---creativity
32
+ description: "**Output: Innovative testing ideas**"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ **Output: Innovative testing ideas**
36
+ - name: -red-hat---emotions
37
+ description: "**Output: Team gut feelings (NO justification needed)**"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ **Output: Team gut feelings (NO justification needed)**
41
+ - name: -blue-hat---process
42
+ description: "**Output: Action plan with owners and timelines**"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ **Output: Action plan with owners and timelines**
@@ -0,0 +1,45 @@
1
+ name: qe-skill-builder
2
+ description: "Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification."
3
+ minModelTier: tier2-good
4
+ tags: ["qe", "quality-engineering"]
5
+ steps:
6
+ - name: what-this-skill-does
7
+ description: "Creates production-ready Claude Code Skills with proper YAML frontmatter, progressive disclosure architecture, and complete file/folder structure. This skill guides you through building skills that Claude can autonomously discover and use across all surfaces (Claude.ai, Claude Code, SDK, API)."
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Creates production-ready Claude Code Skills with proper YAML frontmatter, progressive disclosure architecture, and complete file/folder structure. This skill guides you through building skills that Claude can autonomously discover and use across all surfaces (Claude.ai, Claude Code, SDK, API).
11
+ - name: creating-your-first-skill
12
+ description: "Creating Your First Skill"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Creating Your First Skill
16
+ - name: what-this-skill-does
17
+ description: "[Your instructions here]"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ [Your instructions here]
21
+ - name: complete-specification
22
+ description: "Complete Specification"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Complete Specification
26
+ - name: -yaml-frontmatter-required
27
+ description: "Every SKILL.md **must** start with YAML frontmatter containing exactly two required fields:"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Every SKILL.md **must** start with YAML frontmatter containing exactly two required fields:
31
+ - name: -directory-structure
32
+ description: "📂 Directory Structure"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ 📂 Directory Structure
36
+ - name: -progressive-disclosure-architecture
37
+ description: "Claude Code uses a **3-level progressive disclosure system** to scale to 100+ skills without context penalty:"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Claude Code uses a **3-level progressive disclosure system** to scale to 100+ skills without context penalty:
41
+ - name: what-this-skill-does
42
+ description: "[Main instructions - loaded only when skill is active]"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ [Main instructions - loaded only when skill is active]
@@ -0,0 +1,45 @@
1
+ name: qe-sparc-methodology
2
+ description: "SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration"
3
+ minModelTier: tier2-good
4
+ tags: ["qe", "quality-engineering", "development"]
5
+ steps:
6
+ - name: overview
7
+ description: "SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) is a systematic development methodology integrated with Claude Flow's multi-agent orchestration capabilities. It provides 17 specialized modes for comprehensive software development, from initial research through deployment and "
8
+ tools: ["bash", "read", "grep"]
9
+ prompt: |
10
+ SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) is a systematic development methodology integrated with Claude Flow's multi-agent orchestration capabilities. It provides 17 specialized modes for comprehensive software development, from initial research through deployment and
11
+ - name: table-of-contents
12
+ description: "1. [Core Philosophy](#core-philosophy) 2. [Development Phases](#development-phases) 3. [Available Modes](#available-modes) 4. [Activation Methods](#activation-methods) 5. [Orchestration Patterns](#orchestration-patterns) 6. [TDD Workflows](#tdd-workflows) 7. [Best Practices](#best-practices) 8. [Int"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ 1. [Core Philosophy](#core-philosophy) 2. [Development Phases](#development-phases) 3. [Available Modes](#available-modes) 4. [Activation Methods](#activation-methods) 5. [Orchestration Patterns](#orchestration-patterns) 6. [TDD Workflows](#tdd-workflows) 7. [Best Practices](#best-practices) 8. [Int
16
+ - name: core-philosophy
17
+ description: "SPARC methodology emphasizes:"
18
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
19
+ prompt: |
20
+ SPARC methodology emphasizes:
21
+ - name: key-principles
22
+ description: "1. **Specification Before Code**: Define requirements and constraints clearly 2. **Design Before Implementation**: Plan architecture and components 3. **Tests Before Features**: Write failing tests, then make them pass 4. **Review Everything**: Code quality, security, and performance checks 5. **Doc"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ 1. **Specification Before Code**: Define requirements and constraints clearly 2. **Design Before Implementation**: Plan architecture and components 3. **Tests Before Features**: Write failing tests, then make them pass 4. **Review Everything**: Code quality, security, and performance checks 5. **Doc
26
+ - name: development-phases
27
+ description: "Development Phases"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Development Phases
31
+ - name: specification
32
+ description: "**Goal**: Define requirements, constraints, and success criteria"
33
+ tools: ["bash", "read", "grep", "mcp:agentic-qe:*"]
34
+ prompt: |
35
+ **Goal**: Define requirements, constraints, and success criteria
36
+ - name: architecture
37
+ description: "**Goal**: Design system structure and component interfaces"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ **Goal**: Design system structure and component interfaces
41
+ - name: refinement-tdd-implementation
42
+ description: "**Goal**: Implement features with test-first approach"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ **Goal**: Implement features with test-first approach
@@ -0,0 +1,45 @@
1
+ name: qe-stream-chain
2
+ description: "Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows"
3
+ minModelTier: tier2-good
4
+ tags: ["streaming", "pipeline", "chaining", "multi-agent", "workflow", "qe", "quality-engineering"]
5
+ steps:
6
+ - name: overview
7
+ description: "Stream-Chain provides two powerful modes for orchestrating multi-agent workflows:"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Stream-Chain provides two powerful modes for orchestrating multi-agent workflows:
11
+ - name: run-a-custom-chain
12
+ description: "Run a Custom Chain"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Run a Custom Chain
16
+ - name: execute-a-pipeline
17
+ description: "Execute a Pipeline"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Execute a Pipeline
21
+ - name: custom-chains-run
22
+ description: "Execute custom stream chains with your own prompts for maximum flexibility."
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Execute custom stream chains with your own prompts for maximum flexibility.
26
+ - name: syntax
27
+ description: "Syntax"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Syntax
31
+ - name: options
32
+ description: "Options"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Options
36
+ - name: how-context-flows
37
+ description: "Each step receives the previous output as context:"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Each step receives the previous output as context:
41
+ - name: examples
42
+ description: "Examples"
43
+ tools: ["bash", "read", "edit"]
44
+ prompt: |
45
+ Examples
@@ -0,0 +1,45 @@
1
+ name: qe-tdd-london-chicago
2
+ description: "Apply London (mock-based) and Chicago (state-based) TDD schools. Use when practicing test-driven development or choosing testing style for your context."
3
+ minModelTier: tier2-good
4
+ tags: ["tdd", "testing", "london-school", "chicago-school", "red-green-refactor", "mocks", "qe", "quality-engineering", "development-practices"]
5
+ steps:
6
+ - name: tdd-cycle
7
+ description: "TDD Cycle"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ TDD Cycle
11
+ - name: school-comparison
12
+ description: "School Comparison"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ School Comparison
16
+ - name: chicago-school-state-based
17
+ description: "**Philosophy:** Test observable behavior through public API. Keep tests close to consumer usage."
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ **Philosophy:** Test observable behavior through public API. Keep tests close to consumer usage.
21
+ - name: london-school-mock-based
22
+ description: "**Philosophy:** Test each unit in isolation. Focus on how objects collaborate."
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ **Philosophy:** Test each unit in isolation. Focus on how objects collaborate.
26
+ - name: mixed-approach-recommended
27
+ description: "Mixed Approach (Recommended)"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Mixed Approach (Recommended)
31
+ - name: -over-mocking-london
32
+ description: "❌ Over-Mocking (London)"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ ❌ Over-Mocking (London)
36
+ - name: -mocking-internals
37
+ description: "❌ Mocking Internals"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ ❌ Mocking Internals
41
+ - name: -test-pain-design-pain
42
+ description: "- Need many mocks? → Too many dependencies - Hard to set up? → Constructor does too much - Can't test without database? → Coupling issue"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ - Need many mocks? → Too many dependencies - Hard to set up? → Constructor does too much - Can't test without database? → Coupling issue
@@ -0,0 +1,45 @@
1
+ name: qe-technical-writing
2
+ description: "Write clear, engaging technical content from real experience. Use when writing blog posts, documentation, tutorials, or technical articles."
3
+ minModelTier: tier1-any
4
+ tags: ["writing", "documentation", "communication", "blogs", "tutorials", "qe", "quality-engineering"]
5
+ steps:
6
+ - name: opening-2-3-paragraphs
7
+ description: "- Hook: The problem or insight - Context: Why this matters - Promise: What they'll learn"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ - Hook: The problem or insight - Context: Why this matters - Promise: What they'll learn
11
+ - name: body-3-5-sections
12
+ description: "- One clear idea per section - Support with examples/code/data"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ - One clear idea per section - Support with examples/code/data
16
+ - name: closing
17
+ description: "- Key takeaway (1-2 sentences) - Action reader can take"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ - Key takeaway (1-2 sentences) - Action reader can take
21
+ - name: core-principles
22
+ description: "Core Principles"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Core Principles
26
+ - name: words-to-cut
27
+ description: "Words to Cut"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Words to Cut
31
+ - name: audience-specific-writing
32
+ description: "Audience-Specific Writing"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Audience-Specific Writing
36
+ - name: for-developers
37
+ description: "- Lead with code or concrete problem - Show implementation details - Discuss trade-offs and alternatives - Link to repos or examples"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ - Lead with code or concrete problem - Show implementation details - Discuss trade-offs and alternatives - Link to repos or examples
41
+ - name: for-qaqe
42
+ description: "- Start with testing challenge - Show strategy, not just tools - Include risk assessment - Provide adaptable heuristics"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ - Start with testing challenge - Show strategy, not just tools - Include risk assessment - Provide adaptable heuristics
@@ -0,0 +1,35 @@
1
+ name: qe-test-automation-strategy
2
+ description: "Design and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency."
3
+ minModelTier: tier3-best
4
+ tags: ["automation", "test-pyramid", "page-object", "first-principles", "ci-cd", "flaky-tests", "qe", "quality-engineering", "testing-methodologies"]
5
+ steps:
6
+ - name: test-pyramid
7
+ description: "Test Pyramid"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Test Pyramid
11
+ - name: first-principles
12
+ description: "F.I.R.S.T. Principles"
13
+ tools: ["bash", "read", "edit"]
14
+ prompt: |
15
+ F.I.R.S.T. Principles
16
+ - name: page-object-model
17
+ description: "Page Object Model"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Page Object Model
21
+ - name: cicd-integration
22
+ description: "CI/CD Integration"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ CI/CD Integration
26
+ - name: flaky-test-management
27
+ description: "Flaky Test Management"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ Flaky Test Management
31
+ - name: agent-assisted-automation
32
+ description: "Agent-Assisted Automation"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Agent-Assisted Automation
@@ -0,0 +1,45 @@
1
+ name: qe-test-data-management
2
+ description: "Strategic test data generation, management, and privacy compliance. Use when creating test data, handling PII, ensuring GDPR/CCPA compliance, or scaling data generation for realistic testing scenarios."
3
+ minModelTier: tier3-best
4
+ tags: ["test-data", "faker", "synthetic", "gdpr", "pii", "anonymization", "factories", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: data-strategies
7
+ description: "Data Strategies"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Data Strategies
11
+ - name: privacy-techniques
12
+ description: "Privacy Techniques"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Privacy Techniques
16
+ - name: synthetic-data-generation
17
+ description: "Synthetic Data Generation"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Synthetic Data Generation
21
+ - name: test-data-builder-pattern
22
+ description: "Test Data Builder Pattern"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Test Data Builder Pattern
26
+ - name: data-anonymization
27
+ description: "Data Anonymization"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ Data Anonymization
31
+ - name: database-transaction-isolation
32
+ description: "Database Transaction Isolation"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Database Transaction Isolation
36
+ - name: volume-data-generation
37
+ description: "Volume Data Generation"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Volume Data Generation
41
+ - name: agent-driven-data-generation
42
+ description: "Agent-Driven Data Generation"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Agent-Driven Data Generation
@@ -0,0 +1,40 @@
1
+ name: qe-test-design-techniques
2
+ description: "Systematic test design with boundary value analysis, equivalence partitioning, decision tables, state transition testing, and combinatorial testing. Use when designing comprehensive test cases, reducing redundant tests, or ensuring systematic coverage."
3
+ minModelTier: tier3-best
4
+ tags: ["test-design", "bva", "equivalence-partitioning", "decision-tables", "pairwise", "state-transition", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: technique-selection-guide
7
+ description: "Technique Selection Guide"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Technique Selection Guide
11
+ - name: boundary-value-analysis-bva
12
+ description: "**Principle:** Bugs cluster at boundaries."
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ **Principle:** Bugs cluster at boundaries.
16
+ - name: equivalence-partitioning-ep
17
+ description: "**Principle:** One test per equivalent class."
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ **Principle:** One test per equivalent class.
21
+ - name: decision-tables
22
+ description: "**Use for:** Complex business rules with multiple conditions."
23
+ tools: ["bash", "read", "edit"]
24
+ prompt: |
25
+ **Use for:** Complex business rules with multiple conditions.
26
+ - name: state-transition-testing
27
+ description: "**Model state changes:**"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ **Model state changes:**
31
+ - name: pairwise-combinatorial-testing
32
+ description: "**Problem:** All combinations explode exponentially."
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ **Problem:** All combinations explode exponentially.
36
+ - name: agent-driven-test-design
37
+ description: "Agent-Driven Test Design"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Agent-Driven Test Design
@@ -0,0 +1,40 @@
1
+ name: qe-test-environment-management
2
+ description: "Test environment provisioning, infrastructure as code for testing, Docker/Kubernetes for test environments, service virtualization, and cost optimization. Use when managing test infrastructure, ensuring environment parity, or optimizing testing costs."
3
+ minModelTier: tier1-any
4
+ tags: ["environment", "docker", "kubernetes", "infrastructure", "parity", "cost-optimization", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: environment-types
7
+ description: "Environment Types"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Environment Types
11
+ - name: devprod-parity-checklist
12
+ description: "Dev/Prod Parity Checklist"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Dev/Prod Parity Checklist
16
+ - name: docker-for-test-environments
17
+ description: "Docker for Test Environments"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Docker for Test Environments
21
+ - name: infrastructure-as-code
22
+ description: "Infrastructure as Code"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Infrastructure as Code
26
+ - name: service-virtualization
27
+ description: "Service Virtualization"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Service Virtualization
31
+ - name: cost-optimization
32
+ description: "Cost Optimization"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Cost Optimization
36
+ - name: agent-driven-environment-management
37
+ description: "Agent-Driven Environment Management"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Agent-Driven Environment Management
@@ -0,0 +1,45 @@
1
+ name: qe-test-execution
2
+ description: "Parallel test execution orchestration with intelligent scheduling, retry logic, and comprehensive result aggregation."
3
+ minModelTier: tier3-best
4
+ tags: ["qe", "quality-engineering"]
5
+ steps:
6
+ - name: agent-workflow
7
+ description: "Agent Workflow"
8
+ tools: ["bash", "read", "edit"]
9
+ prompt: |
10
+ Agent Workflow
11
+ - name: execution-strategies
12
+ description: "Execution Strategies"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Execution Strategies
16
+ - name: 1-parallel-execution
17
+ description: "1. Parallel Execution"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ 1. Parallel Execution
21
+ - name: 2-smart-test-selection
22
+ description: "2. Smart Test Selection"
23
+ tools: ["bash", "read", "edit"]
24
+ prompt: |
25
+ 2. Smart Test Selection
26
+ - name: 3-flaky-test-handling
27
+ description: "3. Flaky Test Handling"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ 3. Flaky Test Handling
31
+ - name: execution-configuration
32
+ description: "Execution Configuration"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Execution Configuration
36
+ - name: cicd-integration
37
+ description: "CI/CD Integration"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ CI/CD Integration
41
+ - name: result-aggregation
42
+ description: "Result Aggregation"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Result Aggregation
@@ -0,0 +1,45 @@
1
+ name: qe-test-generation
2
+ description: "AI-powered test generation using pattern recognition, code analysis, and intelligent test synthesis for comprehensive test coverage."
3
+ minModelTier: tier3-best
4
+ tags: ["qe", "quality-engineering"]
5
+ steps:
6
+ - name: agent-workflow
7
+ description: "Agent Workflow"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Agent Workflow
11
+ - name: test-generation-strategies
12
+ description: "Test Generation Strategies"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Test Generation Strategies
16
+ - name: 1-code-analysis-based
17
+ description: "1. Code Analysis Based"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ 1. Code Analysis Based
21
+ - name: 2-pattern-based-generation
22
+ description: "2. Pattern-Based Generation"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ 2. Pattern-Based Generation
26
+ - name: 3-coverage-driven-generation
27
+ description: "3. Coverage-Driven Generation"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ 3. Coverage-Driven Generation
31
+ - name: framework-support
32
+ description: "Framework Support"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Framework Support
36
+ - name: test-quality-checks
37
+ description: "Test Quality Checks"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Test Quality Checks
41
+ - name: coordination
42
+ description: "**Primary Agents**: qe-test-generator, qe-pattern-matcher, qe-test-architect **Coordinator**: qe-test-generation-coordinator **Related Skills**: qe-coverage-analysis, qe-test-execution"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ **Primary Agents**: qe-test-generator, qe-pattern-matcher, qe-test-architect **Coordinator**: qe-test-generation-coordinator **Related Skills**: qe-coverage-analysis, qe-test-execution
@@ -0,0 +1,45 @@
1
+ name: qe-test-idea-rewriting
2
+ description: "Transform passive 'Verify X' test descriptions into active, observable test actions. Use when test ideas lack specificity, use vague language, or fail quality validation. Converts to action-verb format for clearer, more testable descriptions."
3
+ minModelTier: tier2-good
4
+ tags: ["test-ideas", "rewriting", "action-verbs", "quality", "transformation", "qe", "quality-engineering", "test-design"]
5
+ steps:
6
+ - name: transformation-pattern
7
+ description: "Transformation Pattern"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Transformation Pattern
11
+ - name: action-verb-quick-reference
12
+ description: "Action Verb Quick Reference"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Action Verb Quick Reference
16
+ - name: common-transformations
17
+ description: "Common Transformations"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Common Transformations
21
+ - name: transformation-rules
22
+ description: "Transformation Rules"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Transformation Rules
26
+ - name: pattern-detection
27
+ description: "Pattern Detection"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Pattern Detection
31
+ - name: transformation-categories
32
+ description: "Transformation Categories"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Transformation Categories
36
+ - name: action-verb-reference
37
+ description: "Action Verb Reference"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Action Verb Reference
41
+ - name: interaction-verbs
42
+ description: "Interaction Verbs"
43
+ tools: ["bash", "read", "edit"]
44
+ prompt: |
45
+ Interaction Verbs