agentic-qe 3.8.1 → 3.8.2

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 (325) 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/a11y-ally/SKILL.md +0 -1
  11. package/.claude/skills/accessibility-testing/SKILL.md +0 -1
  12. package/.claude/skills/agentic-quality-engineering/SKILL.md +0 -1
  13. package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -1
  14. package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
  15. package/.claude/skills/bug-reporting-excellence/SKILL.md +0 -1
  16. package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
  17. package/.claude/skills/code-review-quality/SKILL.md +0 -1
  18. package/.claude/skills/compliance-testing/SKILL.md +0 -1
  19. package/.claude/skills/consultancy-practices/SKILL.md +0 -1
  20. package/.claude/skills/context-driven-testing/SKILL.md +0 -1
  21. package/.claude/skills/exploratory-testing-advanced/SKILL.md +0 -1
  22. package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
  23. package/.claude/skills/iterative-loop/SKILL.md +6 -6
  24. package/.claude/skills/localization-testing/SKILL.md +0 -1
  25. package/.claude/skills/mobile-testing/SKILL.md +0 -1
  26. package/.claude/skills/mutation-testing/SKILL.md +0 -1
  27. package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
  28. package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
  29. package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
  30. package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
  31. package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
  32. package/.claude/skills/qcsd-cicd-swarm/SKILL.md +0 -1
  33. package/.claude/skills/qcsd-development-swarm/SKILL.md +0 -1
  34. package/.claude/skills/qcsd-ideation-swarm/SKILL.md +0 -1
  35. package/.claude/skills/qcsd-production-swarm/SKILL.md +0 -1
  36. package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
  37. package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
  38. package/.claude/skills/qcsd-refinement-swarm/SKILL.md +0 -1
  39. package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
  40. package/.claude/skills/qe-chaos-resilience/SKILL.md +0 -1
  41. package/.claude/skills/qe-code-intelligence/SKILL.md +0 -1
  42. package/.claude/skills/qe-contract-testing/SKILL.md +0 -1
  43. package/.claude/skills/qe-coverage-analysis/SKILL.md +0 -1
  44. package/.claude/skills/qe-defect-intelligence/SKILL.md +0 -1
  45. package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
  46. package/.claude/skills/qe-learning-optimization/SKILL.md +0 -1
  47. package/.claude/skills/qe-quality-assessment/SKILL.md +0 -1
  48. package/.claude/skills/qe-requirements-validation/SKILL.md +0 -1
  49. package/.claude/skills/qe-security-compliance/SKILL.md +0 -1
  50. package/.claude/skills/qe-test-execution/SKILL.md +0 -1
  51. package/.claude/skills/qe-test-generation/SKILL.md +0 -1
  52. package/.claude/skills/qe-visual-accessibility/SKILL.md +0 -1
  53. package/.claude/skills/quality-metrics/SKILL.md +0 -1
  54. package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
  55. package/.claude/skills/regression-testing/SKILL.md +0 -1
  56. package/.claude/skills/risk-based-testing/SKILL.md +0 -1
  57. package/.claude/skills/security-visual-testing/SKILL.md +0 -1
  58. package/.claude/skills/sherlock-review/SKILL.md +0 -1
  59. package/.claude/skills/shift-left-testing/SKILL.md +0 -1
  60. package/.claude/skills/shift-right-testing/SKILL.md +0 -1
  61. package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
  62. package/.claude/skills/skills-manifest.json +1 -1
  63. package/.claude/skills/tdd-london-chicago/SKILL.md +0 -1
  64. package/.claude/skills/technical-writing/SKILL.md +0 -1
  65. package/.claude/skills/test-automation-strategy/SKILL.md +0 -1
  66. package/.claude/skills/test-data-management/SKILL.md +0 -1
  67. package/.claude/skills/test-design-techniques/SKILL.md +0 -1
  68. package/.claude/skills/test-environment-management/SKILL.md +0 -1
  69. package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
  70. package/.claude/skills/validation-pipeline/SKILL.md +4 -5
  71. package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
  72. package/.claude/skills/xp-practices/SKILL.md +0 -1
  73. package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
  74. package/.opencode/agents/ddd-domain-expert.yaml +49 -0
  75. package/.opencode/agents/memory-specialist.yaml +49 -0
  76. package/.opencode/agents/performance-engineer.yaml +53 -0
  77. package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
  78. package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
  79. package/.opencode/agents/qe-bdd-generator.yaml +83 -0
  80. package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
  81. package/.opencode/agents/qe-code-complexity.yaml +82 -0
  82. package/.opencode/agents/qe-code-intelligence.yaml +80 -0
  83. package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
  84. package/.opencode/agents/qe-defect-predictor.yaml +81 -0
  85. package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
  86. package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
  87. package/.opencode/agents/qe-devils-advocate.yaml +63 -0
  88. package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
  89. package/.opencode/agents/qe-fleet-commander.yaml +83 -0
  90. package/.opencode/agents/qe-gap-detector.yaml +81 -0
  91. package/.opencode/agents/qe-graphql-tester.yaml +84 -0
  92. package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
  93. package/.opencode/agents/qe-integration-architect.yaml +46 -0
  94. package/.opencode/agents/qe-integration-tester.yaml +84 -0
  95. package/.opencode/agents/qe-kg-builder.yaml +75 -0
  96. package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
  97. package/.opencode/agents/qe-load-tester.yaml +84 -0
  98. package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
  99. package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
  100. package/.opencode/agents/qe-middleware-validator.yaml +92 -0
  101. package/.opencode/agents/qe-mutation-tester.yaml +84 -0
  102. package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
  103. package/.opencode/agents/qe-parallel-executor.yaml +79 -0
  104. package/.opencode/agents/qe-pattern-learner.yaml +80 -0
  105. package/.opencode/agents/qe-pentest-validator.yaml +137 -0
  106. package/.opencode/agents/qe-performance-tester.yaml +83 -0
  107. package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
  108. package/.opencode/agents/qe-property-tester.yaml +82 -0
  109. package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
  110. package/.opencode/agents/qe-quality-gate.yaml +80 -0
  111. package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
  112. package/.opencode/agents/qe-qx-partner.yaml +75 -0
  113. package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
  114. package/.opencode/agents/qe-requirements-validator.yaml +111 -0
  115. package/.opencode/agents/qe-responsive-tester.yaml +85 -0
  116. package/.opencode/agents/qe-retry-handler.yaml +82 -0
  117. package/.opencode/agents/qe-risk-assessor.yaml +81 -0
  118. package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
  119. package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
  120. package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
  121. package/.opencode/agents/qe-security-auditor.yaml +90 -0
  122. package/.opencode/agents/qe-security-scanner.yaml +80 -0
  123. package/.opencode/agents/qe-soap-tester.yaml +93 -0
  124. package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
  125. package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
  126. package/.opencode/agents/qe-test-generator.yaml +78 -0
  127. package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
  128. package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
  129. package/.opencode/agents/qe-visual-tester.yaml +82 -0
  130. package/.opencode/agents/security-architect.yaml +51 -0
  131. package/.opencode/agents/security-auditor.yaml +50 -0
  132. package/.opencode/permissions.yaml +74 -0
  133. package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
  134. package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
  135. package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
  136. package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
  137. package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
  138. package/.opencode/skills/qe-a11y-ally.yaml +45 -0
  139. package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
  140. package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
  141. package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
  142. package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
  143. package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
  144. package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
  145. package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
  146. package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
  147. package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
  148. package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
  149. package/.opencode/skills/qe-code-intelligence.yaml +45 -0
  150. package/.opencode/skills/qe-code-review-quality.yaml +45 -0
  151. package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
  152. package/.opencode/skills/qe-compliance-testing.yaml +35 -0
  153. package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
  154. package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
  155. package/.opencode/skills/qe-contract-testing.yaml +45 -0
  156. package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
  157. package/.opencode/skills/qe-database-testing.yaml +40 -0
  158. package/.opencode/skills/qe-debug-loop.yaml +45 -0
  159. package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
  160. package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
  161. package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
  162. package/.opencode/skills/qe-github-code-review.yaml +45 -0
  163. package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
  164. package/.opencode/skills/qe-github-project-management.yaml +45 -0
  165. package/.opencode/skills/qe-github-release-management.yaml +45 -0
  166. package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
  167. package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
  168. package/.opencode/skills/qe-iterative-loop.yaml +45 -0
  169. package/.opencode/skills/qe-learning-optimization.yaml +45 -0
  170. package/.opencode/skills/qe-localization-testing.yaml +40 -0
  171. package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
  172. package/.opencode/skills/qe-mobile-testing.yaml +35 -0
  173. package/.opencode/skills/qe-mutation-testing.yaml +35 -0
  174. package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
  175. package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
  176. package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
  177. package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
  178. package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
  179. package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
  180. package/.opencode/skills/qe-pair-programming.yaml +45 -0
  181. package/.opencode/skills/qe-pentest-validation.yaml +45 -0
  182. package/.opencode/skills/qe-performance-analysis.yaml +45 -0
  183. package/.opencode/skills/qe-performance-testing.yaml +45 -0
  184. package/.opencode/skills/qe-pr-review.yaml +45 -0
  185. package/.opencode/skills/qe-quality-assessment.yaml +45 -0
  186. package/.opencode/skills/qe-quality-metrics.yaml +45 -0
  187. package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
  188. package/.opencode/skills/qe-regression-testing.yaml +40 -0
  189. package/.opencode/skills/qe-release.yaml +45 -0
  190. package/.opencode/skills/qe-requirements-validation.yaml +45 -0
  191. package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
  192. package/.opencode/skills/qe-security-compliance.yaml +45 -0
  193. package/.opencode/skills/qe-security-testing.yaml +45 -0
  194. package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
  195. package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
  196. package/.opencode/skills/qe-sherlock-review.yaml +45 -0
  197. package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
  198. package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
  199. package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
  200. package/.opencode/skills/qe-skill-builder.yaml +45 -0
  201. package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
  202. package/.opencode/skills/qe-stream-chain.yaml +45 -0
  203. package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
  204. package/.opencode/skills/qe-technical-writing.yaml +45 -0
  205. package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
  206. package/.opencode/skills/qe-test-data-management.yaml +45 -0
  207. package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
  208. package/.opencode/skills/qe-test-environment-management.yaml +40 -0
  209. package/.opencode/skills/qe-test-execution.yaml +45 -0
  210. package/.opencode/skills/qe-test-generation.yaml +45 -0
  211. package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
  212. package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
  213. package/.opencode/skills/qe-testability-scoring.yaml +45 -0
  214. package/.opencode/skills/qe-verification-quality.yaml +45 -0
  215. package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
  216. package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
  217. package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
  218. package/.opencode/skills/qe-xp-practices.yaml +45 -0
  219. package/.opencode/tools/qe-defect-scan.ts +79 -0
  220. package/.opencode/tools/qe-fleet-status.ts +59 -0
  221. package/.opencode/tools/qe-full-audit.ts +81 -0
  222. package/.opencode/tools/qe-learning-report.ts +74 -0
  223. package/.opencode/tools/qe-test-and-verify.ts +97 -0
  224. package/CHANGELOG.md +21 -0
  225. package/assets/agents/v3/qe-security-scanner.md +2 -2
  226. package/assets/helpers/statusline-v3.cjs +1 -1
  227. package/assets/helpers/validation-pipeline.cjs +625 -0
  228. package/assets/skills/a11y-ally/SKILL.md +0 -1
  229. package/assets/skills/accessibility-testing/SKILL.md +0 -1
  230. package/assets/skills/agentic-quality-engineering/SKILL.md +0 -1
  231. package/assets/skills/aqe-v2-v3-migration/skill.md +0 -1
  232. package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
  233. package/assets/skills/bug-reporting-excellence/SKILL.md +0 -1
  234. package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
  235. package/assets/skills/code-review-quality/SKILL.md +0 -1
  236. package/assets/skills/compliance-testing/SKILL.md +0 -1
  237. package/assets/skills/consultancy-practices/SKILL.md +0 -1
  238. package/assets/skills/context-driven-testing/SKILL.md +0 -1
  239. package/assets/skills/exploratory-testing-advanced/SKILL.md +0 -1
  240. package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
  241. package/assets/skills/localization-testing/SKILL.md +0 -1
  242. package/assets/skills/mobile-testing/SKILL.md +0 -1
  243. package/assets/skills/mutation-testing/SKILL.md +0 -1
  244. package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
  245. package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
  246. package/assets/skills/n8n-security-testing/SKILL.md +0 -1
  247. package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
  248. package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
  249. package/assets/skills/qcsd-cicd-swarm/SKILL.md +0 -1
  250. package/assets/skills/qcsd-development-swarm/SKILL.md +0 -1
  251. package/assets/skills/qcsd-ideation-swarm/SKILL.md +0 -1
  252. package/assets/skills/qcsd-production-swarm/SKILL.md +0 -1
  253. package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
  254. package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
  255. package/assets/skills/qcsd-refinement-swarm/SKILL.md +0 -1
  256. package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
  257. package/assets/skills/qe-chaos-resilience/SKILL.md +0 -1
  258. package/assets/skills/qe-code-intelligence/SKILL.md +0 -1
  259. package/assets/skills/qe-contract-testing/SKILL.md +0 -1
  260. package/assets/skills/qe-coverage-analysis/SKILL.md +0 -1
  261. package/assets/skills/qe-defect-intelligence/SKILL.md +0 -1
  262. package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
  263. package/assets/skills/qe-learning-optimization/SKILL.md +0 -1
  264. package/assets/skills/qe-quality-assessment/SKILL.md +0 -1
  265. package/assets/skills/qe-requirements-validation/SKILL.md +0 -1
  266. package/assets/skills/qe-security-compliance/SKILL.md +0 -1
  267. package/assets/skills/qe-test-execution/SKILL.md +0 -1
  268. package/assets/skills/qe-test-generation/SKILL.md +0 -1
  269. package/assets/skills/qe-visual-accessibility/SKILL.md +0 -1
  270. package/assets/skills/quality-metrics/SKILL.md +0 -1
  271. package/assets/skills/refactoring-patterns/SKILL.md +0 -1
  272. package/assets/skills/regression-testing/SKILL.md +0 -1
  273. package/assets/skills/risk-based-testing/SKILL.md +0 -1
  274. package/assets/skills/security-visual-testing/SKILL.md +0 -1
  275. package/assets/skills/sherlock-review/SKILL.md +0 -1
  276. package/assets/skills/shift-left-testing/SKILL.md +0 -1
  277. package/assets/skills/shift-right-testing/SKILL.md +0 -1
  278. package/assets/skills/six-thinking-hats/SKILL.md +0 -1
  279. package/assets/skills/tdd-london-chicago/SKILL.md +0 -1
  280. package/assets/skills/technical-writing/SKILL.md +0 -1
  281. package/assets/skills/test-automation-strategy/SKILL.md +0 -1
  282. package/assets/skills/test-data-management/SKILL.md +0 -1
  283. package/assets/skills/test-design-techniques/SKILL.md +0 -1
  284. package/assets/skills/test-environment-management/SKILL.md +0 -1
  285. package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
  286. package/assets/skills/validation-pipeline/SKILL.md +4 -5
  287. package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
  288. package/assets/skills/xp-practices/SKILL.md +0 -1
  289. package/dist/adapters/claude-flow/detect.d.ts +5 -0
  290. package/dist/adapters/claude-flow/detect.js +38 -18
  291. package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
  292. package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
  293. package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
  294. package/dist/cli/bundle.js +159 -62
  295. package/dist/cli/commands/claude-flow-setup.js +4 -4
  296. package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
  297. package/dist/domains/learning-optimization/coordinator.js +26 -4
  298. package/dist/domains/learning-optimization/plugin.d.ts +2 -0
  299. package/dist/domains/learning-optimization/plugin.js +2 -0
  300. package/dist/governance/adversarial-defense-integration.js +1 -0
  301. package/dist/governance/continue-gate-integration.d.ts +1 -0
  302. package/dist/governance/continue-gate-integration.js +1 -0
  303. package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
  304. package/dist/governance/deterministic-gateway-integration.js +1 -0
  305. package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
  306. package/dist/governance/evolution-pipeline-integration.js +1 -0
  307. package/dist/governance/memory-write-gate-integration.d.ts +1 -0
  308. package/dist/governance/memory-write-gate-integration.js +1 -0
  309. package/dist/governance/proof-envelope-integration.d.ts +1 -0
  310. package/dist/governance/proof-envelope-integration.js +1 -0
  311. package/dist/governance/shard-retriever-integration.d.ts +1 -0
  312. package/dist/governance/shard-retriever-integration.js +1 -0
  313. package/dist/governance/trust-accumulator-integration.d.ts +1 -0
  314. package/dist/governance/trust-accumulator-integration.js +1 -0
  315. package/dist/init/agents-installer.js +28 -1
  316. package/dist/init/enhancements/claude-flow-adapter.js +15 -2
  317. package/dist/init/init-wizard-hooks.js +3 -3
  318. package/dist/init/kiro-installer.js +10 -4
  319. package/dist/init/opencode-installer.d.ts +13 -1
  320. package/dist/init/opencode-installer.js +50 -11
  321. package/dist/init/phases/07-hooks.js +21 -7
  322. package/dist/init/settings-merge.d.ts +1 -1
  323. package/dist/init/settings-merge.js +13 -13
  324. package/dist/mcp/bundle.js +70 -30
  325. package/package.json +8 -3
@@ -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
@@ -0,0 +1,45 @@
1
+ name: qe-consultancy-practices
2
+ description: "Apply effective software quality consultancy practices. Use when consulting, advising clients, or establishing consultancy workflows."
3
+ minModelTier: tier1-any
4
+ tags: ["consulting", "advisory", "client-engagement", "quality-assessment", "transformation", "qe", "quality-engineering", "professional-practice"]
5
+ steps:
6
+ - name: the-consulting-process
7
+ description: "The Consulting Process"
8
+ tools: ["bash", "read", "edit", "grep"]
9
+ prompt: |
10
+ The Consulting Process
11
+ - name: impacteffort-matrix
12
+ description: "Impact/Effort Matrix"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Impact/Effort Matrix
16
+ - name: common-patterns
17
+ description: "Common Patterns"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Common Patterns
21
+ - name: we-need-test-automation
22
+ description: "**What they say:** \"We need test automation\" **What they mean:** \"Manual testing is too slow/expensive\""
23
+ tools: ["bash", "read", "grep"]
24
+ prompt: |
25
+ **What they say:** "We need test automation" **What they mean:** "Manual testing is too slow/expensive"
26
+ - name: fix-our-quality-problem
27
+ description: "**What they say:** \"We have too many bugs\" **What they mean:** \"Something is broken but we don't know what\""
28
+ tools: ["bash", "read", "edit", "grep"]
29
+ prompt: |
30
+ **What they say:** "We have too many bugs" **What they mean:** "Something is broken but we don't know what"
31
+ - name: we-want-to-scale-quality
32
+ description: "**What they say:** \"Growing fast, quality can't keep up\" **What they mean:** \"Can't hire enough QA fast enough\""
33
+ tools: ["bash", "read", "grep"]
34
+ prompt: |
35
+ **What they say:** "Growing fast, quality can't keep up" **What they mean:** "Can't hire enough QA fast enough"
36
+ - name: difficult-situations
37
+ description: "**\"We already tried that\"** → \"Tell me what you tried and what didn't work\" (learn from their experience)"
38
+ tools: ["bash", "read", "edit", "grep"]
39
+ prompt: |
40
+ **"We already tried that"** → "Tell me what you tried and what didn't work" (learn from their experience)
41
+ - name: agent-integration
42
+ description: "Agent Integration"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Agent Integration
@@ -0,0 +1,45 @@
1
+ name: qe-context-driven-testing
2
+ description: "Apply context-driven testing principles where practices are chosen based on project context, not universal 'best practices'. Use when making testing decisions, questioning dogma, or adapting approaches to specific project needs."
3
+ minModelTier: tier1-any
4
+ tags: ["context-driven", "rst", "exploratory", "heuristics", "oracles", "skilled-testing", "qe", "quality-engineering", "testing-methodologies"]
5
+ steps:
6
+ - name: seven-context-driven-principles
7
+ description: "1. Value of any practice depends on its context 2. Good practices in context, no universal best practices 3. People working together are most important 4. Projects unfold in unpredictable ways 5. Product is a solution - if problem not solved, product fails 6. Good testing is challenging intellectual"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ 1. Value of any practice depends on its context 2. Good practices in context, no universal best practices 3. People working together are most important 4. Projects unfold in unpredictable ways 5. Product is a solution - if problem not solved, product fails 6. Good testing is challenging intellectual
11
+ - name: context-factors
12
+ description: "Context Factors"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Context Factors
16
+ - name: rst-heuristics
17
+ description: "RST Heuristics"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ RST Heuristics
21
+ - name: context-driven-decisions
22
+ description: "Context-Driven Decisions"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Context-Driven Decisions
26
+ - name: example-test-automation-level
27
+ description: "**Startup Context:** - Small team, rapid changes, unclear product-market fit - **Decision:** Light automation on critical paths, heavy exploratory - **Rationale:** Requirements change too fast for extensive automation"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ **Startup Context:** - Small team, rapid changes, unclear product-market fit - **Decision:** Light automation on critical paths, heavy exploratory - **Rationale:** Requirements change too fast for extensive automation
31
+ - name: example-documentation
32
+ description: "**Regulated (FDA/medical):** - **Decision:** Detailed test protocols, traceability matrices - **Rationale:** Regulatory compliance isn't optional"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ **Regulated (FDA/medical):** - **Decision:** Detailed test protocols, traceability matrices - **Rationale:** Regulatory compliance isn't optional
36
+ - name: investigation-vs-checking
37
+ description: "Investigation vs. Checking"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Investigation vs. Checking
41
+ - name: red-flags-not-context-driven
42
+ description: "- Follow process \"because that's how it's done\" - Can't explain *why* you're doing something - Measure test cases executed, not problems found - Test plan could apply to any project - Stop thinking once you have a script"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ - Follow process "because that's how it's done" - Can't explain *why* you're doing something - Measure test cases executed, not problems found - Test plan could apply to any project - Stop thinking once you have a script
@@ -0,0 +1,45 @@
1
+ name: qe-contract-testing
2
+ description: "Consumer-driven contract testing for APIs including REST, GraphQL, and event-driven systems with schema validation."
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: contract-testing-types
12
+ description: "Contract Testing Types"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Contract Testing Types
16
+ - name: 1-consumer-driven-contracts-pact
17
+ description: "1. Consumer-Driven Contracts (Pact)"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ 1. Consumer-Driven Contracts (Pact)
21
+ - name: 2-schema-validation
22
+ description: "2. Schema Validation"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ 2. Schema Validation
26
+ - name: 3-graphql-contract-testing
27
+ description: "3. GraphQL Contract Testing"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ 3. GraphQL Contract Testing
31
+ - name: 4-event-contract-testing
32
+ description: "4. Event Contract Testing"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ 4. Event Contract Testing
36
+ - name: breaking-change-detection
37
+ description: "Breaking Change Detection"
38
+ tools: ["bash", "read", "edit"]
39
+ prompt: |
40
+ Breaking Change Detection
41
+ - name: contract-report
42
+ description: "Contract Report"
43
+ tools: ["bash", "read", "edit"]
44
+ prompt: |
45
+ Contract Report
@@ -0,0 +1,45 @@
1
+ name: qe-coverage-analysis
2
+ description: "O(log n) sublinear coverage gap detection with risk-weighted analysis and intelligent test prioritization."
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: analysis-strategies
12
+ description: "Analysis Strategies"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Analysis Strategies
16
+ - name: 1-sublinear-gap-detection
17
+ description: "1. Sublinear Gap Detection"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ 1. Sublinear Gap Detection
21
+ - name: 2-risk-weighted-coverage
22
+ description: "2. Risk-Weighted Coverage"
23
+ tools: ["bash", "read", "edit"]
24
+ prompt: |
25
+ 2. Risk-Weighted Coverage
26
+ - name: 3-differential-coverage
27
+ description: "3. Differential Coverage"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ 3. Differential Coverage
31
+ - name: coverage-thresholds
32
+ description: "Coverage Thresholds"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Coverage Thresholds
36
+ - name: coverage-report
37
+ description: "Coverage Report"
38
+ tools: ["bash", "read", "edit"]
39
+ prompt: |
40
+ Coverage Report
41
+ - name: quality-gates
42
+ description: "Quality Gates"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Quality Gates
@@ -0,0 +1,40 @@
1
+ name: qe-database-testing
2
+ description: "Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations."
3
+ minModelTier: tier3-best
4
+ tags: ["database", "schema", "migration", "transactions", "integrity", "sql", "performance", "qe", "quality-engineering", "specialized-testing"]
5
+ steps:
6
+ - name: database-test-types
7
+ description: "Database Test Types"
8
+ tools: ["bash", "read", "edit"]
9
+ prompt: |
10
+ Database Test Types
11
+ - name: acid-properties
12
+ description: "ACID Properties"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ ACID Properties
16
+ - name: schema-testing
17
+ description: "Schema Testing"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Schema Testing
21
+ - name: data-integrity-testing
22
+ description: "Data Integrity Testing"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Data Integrity Testing
26
+ - name: migration-testing
27
+ description: "Migration Testing"
28
+ tools: ["bash", "read", "grep"]
29
+ prompt: |
30
+ Migration Testing
31
+ - name: transaction-testing
32
+ description: "Transaction Testing"
33
+ tools: ["bash", "read", "grep"]
34
+ prompt: |
35
+ Transaction Testing
36
+ - name: agent-driven-database-testing
37
+ description: "Agent-Driven Database Testing"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ Agent-Driven Database Testing
@@ -0,0 +1,45 @@
1
+ name: qe-debug-loop
2
+ description: "Hypothesis-driven autonomous debugging with real command validation"
3
+ minModelTier: tier3-best
4
+ tags: ["qe", "quality-engineering", "debugging"]
5
+ steps:
6
+ - name: arguments
7
+ description: "- `<symptom>` — Description of the bug or unexpected behavior. If omitted, prompt the user."
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ - `<symptom>` — Description of the bug or unexpected behavior. If omitted, prompt the user.
11
+ - name: phases
12
+ description: "Phases"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Phases
16
+ - name: reproduce
17
+ description: "Run the exact command that shows the bug. Capture and display the REAL output. Confirm the bug is visible."
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Run the exact command that shows the bug. Capture and display the REAL output. Confirm the bug is visible.
21
+ - name: hypothesize-and-test-up-to-5-iterations
22
+ description: "For each iteration: 1. State a specific hypothesis (e.g., \"the query targets v2 tables but data is in v3 tables\") 2. Run a REAL command to test it (e.g., `sqlite3 [db path] '.tables'` then `SELECT COUNT(*) FROM [table]`) 3. Record whether the hypothesis was confirmed or rejected 4. If rejected, form"
23
+ tools: ["bash", "read", "edit"]
24
+ prompt: |
25
+ For each iteration: 1. State a specific hypothesis (e.g., "the query targets v2 tables but data is in v3 tables") 2. Run a REAL command to test it (e.g., `sqlite3 [db path] '.tables'` then `SELECT COUNT(*) FROM [table]`) 3. Record whether the hypothesis was confirmed or rejected 4. If rejected, form
26
+ - name: fix
27
+ description: "Make the minimal targeted fix. Explain: - What the root cause was - What you're changing and why - What the blast radius is (which other code paths are affected)"
28
+ tools: ["bash", "read", "edit", "grep"]
29
+ prompt: |
30
+ Make the minimal targeted fix. Explain: - What the root cause was - What you're changing and why - What the blast radius is (which other code paths are affected)
31
+ - name: verify
32
+ description: "Run the SAME reproduction command from Phase 1. The output must now show correct values. If it doesn't, go back to Phase 2."
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Run the SAME reproduction command from Phase 1. The output must now show correct values. If it doesn't, go back to Phase 2.
36
+ - name: regression
37
+ description: "Regression"
38
+ tools: ["bash", "read", "edit"]
39
+ prompt: |
40
+ Regression
41
+ - name: rules
42
+ description: "- NEVER guess or simulate output — always run real commands - NEVER make code changes before confirming root cause - Always check for the pattern across the entire codebase, not just one file - If blocked after 5 hypotheses, stop and ask the user for guidance"
43
+ tools: ["bash", "read", "edit"]
44
+ prompt: |
45
+ - NEVER guess or simulate output — always run real commands - NEVER make code changes before confirming root cause - Always check for the pattern across the entire codebase, not just one file - If blocked after 5 hypotheses, stop and ask the user for guidance
@@ -0,0 +1,45 @@
1
+ name: qe-defect-intelligence
2
+ description: "AI-powered defect prediction, pattern learning, and root cause analysis for proactive quality management."
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: prediction-models
12
+ description: "Prediction Models"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Prediction Models
16
+ - name: 1-change-based-prediction
17
+ description: "1. Change-Based Prediction"
18
+ tools: ["bash", "read", "edit"]
19
+ prompt: |
20
+ 1. Change-Based Prediction
21
+ - name: 2-pattern-learning
22
+ description: "2. Pattern Learning"
23
+ tools: ["bash", "read", "edit"]
24
+ prompt: |
25
+ 2. Pattern Learning
26
+ - name: 3-root-cause-analysis
27
+ description: "3. Root Cause Analysis"
28
+ tools: ["bash", "read", "edit"]
29
+ prompt: |
30
+ 3. Root Cause Analysis
31
+ - name: defect-prediction-report
32
+ description: "Defect Prediction Report"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Defect Prediction Report
36
+ - name: pattern-categories
37
+ description: "Pattern Categories"
38
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
39
+ prompt: |
40
+ Pattern Categories
41
+ - name: root-cause-templates
42
+ description: "Root Cause Templates"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Root Cause Templates
@@ -0,0 +1,45 @@
1
+ name: qe-enterprise-integration-testing
2
+ description: "Orchestration skill for enterprise integration testing across SAP, middleware, WMS, and backend systems. Covers E2E enterprise flows, SAP-specific patterns (RFC, BAPI, IDoc, OData, Fiori), cross-system data validation, and enterprise quality gates."
3
+ minModelTier: tier3-best
4
+ tags: ["enterprise", "sap", "esb", "middleware", "integration", "e2e", "order-to-cash", "qe", "quality-engineering", "enterprise-integration"]
5
+ steps:
6
+ - name: enterprise-integration-types
7
+ description: "Enterprise Integration Types"
8
+ tools: ["bash", "read", "edit"]
9
+ prompt: |
10
+ Enterprise Integration Types
11
+ - name: critical-test-scenarios
12
+ description: "Critical Test Scenarios"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Critical Test Scenarios
16
+ - name: e2e-enterprise-flow-testing
17
+ description: "E2E Enterprise Flow Testing"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ E2E Enterprise Flow Testing
21
+ - name: order-to-cash-flow
22
+ description: "Order-to-Cash Flow"
23
+ tools: ["bash", "read", "edit", "grep"]
24
+ prompt: |
25
+ Order-to-Cash Flow
26
+ - name: procure-to-pay-flow
27
+ description: "Procure-to-Pay Flow"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Procure-to-Pay Flow
31
+ - name: sap-specific-testing-patterns
32
+ description: "SAP-Specific Testing Patterns"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ SAP-Specific Testing Patterns
36
+ - name: rfcbapi-testing
37
+ description: "RFC/BAPI Testing"
38
+ tools: ["bash", "read"]
39
+ prompt: |
40
+ RFC/BAPI Testing
41
+ - name: idoc-testing
42
+ description: "IDoc Testing"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ IDoc Testing
@@ -0,0 +1,45 @@
1
+ name: qe-exploratory-testing-advanced
2
+ description: "Advanced exploratory testing techniques with Session-Based Test Management (SBTM), RST heuristics, and test tours. Use when planning exploration sessions, investigating bugs, or discovering unknown quality risks."
3
+ minModelTier: tier1-any
4
+ tags: ["exploratory", "sbtm", "rst", "heuristics", "test-tours", "session-based", "qe", "quality-engineering", "testing-methodologies"]
5
+ steps:
6
+ - name: session-structure-sbtm
7
+ description: "Session Structure (SBTM)"
8
+ tools: ["bash", "read", "grep"]
9
+ prompt: |
10
+ Session Structure (SBTM)
11
+ - name: sfdipot-heuristic-what-to-test
12
+ description: "SFDIPOT Heuristic (What to Test)"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ SFDIPOT Heuristic (What to Test)
16
+ - name: few-hiccupps-oracle-recognize-problems
17
+ description: "FEW HICCUPPS Oracle (Recognize Problems)"
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ FEW HICCUPPS Oracle (Recognize Problems)
21
+ - name: test-tours-12-types
22
+ description: "Test Tours (12 Types)"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Test Tours (12 Types)
26
+ - name: session-note-template
27
+ description: "Session Note Template"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Session Note Template
31
+ - name: session-notes
32
+ description: "- [timestamp] Observation/finding - [timestamp] Bug: [description] - [severity] - [timestamp] Question: [unclear behavior]"
33
+ tools: ["bash", "read", "grep"]
34
+ prompt: |
35
+ - [timestamp] Observation/finding - [timestamp] Bug: [description] - [severity] - [timestamp] Question: [unclear behavior]
36
+ - name: findings-summary
37
+ description: "- Bugs: X (Critical: Y, Major: Z) - Questions: X - Ideas: X"
38
+ tools: ["bash", "read", "grep"]
39
+ prompt: |
40
+ - Bugs: X (Critical: Y, Major: Z) - Questions: X - Ideas: X
41
+ - name: coverage
42
+ description: "- Areas explored: [list] - Heuristics used: [SFDIPOT areas] - % Time on: Bug investigation 30%, Exploration 50%, Setup 20%"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ - Areas explored: [list] - Heuristics used: [SFDIPOT areas] - % Time on: Bug investigation 30%, Exploration 50%, Setup 20%
@@ -0,0 +1,45 @@
1
+ name: qe-github-code-review
2
+ description: "Comprehensive GitHub code review with AI-powered swarm coordination"
3
+ minModelTier: tier2-good
4
+ tags: ["code-review", "github", "swarm", "pr-management", "automation", "qe", "quality-engineering"]
5
+ steps:
6
+ - name: simple-review
7
+ description: "Simple Review"
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Simple Review
11
+ - name: complete-review-workflow
12
+ description: "Complete Review Workflow"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Complete Review Workflow
16
+ - name: -table-of-contents
17
+ description: "📚 Table of Contents"
18
+ tools: ["bash", "read", "edit"]
19
+ prompt: |
20
+ 📚 Table of Contents
21
+ - name: -core-features
22
+ description: "🚀 Core Features"
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ 🚀 Core Features
26
+ - name: multi-agent-review-system
27
+ description: "Deploy specialized AI agents for comprehensive code review:"
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Deploy specialized AI agents for comprehensive code review:
31
+ - name: -specialized-review-agents
32
+ description: "🤖 Specialized Review Agents"
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ 🤖 Specialized Review Agents
36
+ - name: security-review-agent
37
+ description: "**Focus:** Identify security vulnerabilities and suggest fixes"
38
+ tools: ["bash", "read", "edit", "grep"]
39
+ prompt: |
40
+ **Focus:** Identify security vulnerabilities and suggest fixes
41
+ - name: performance-review-agent
42
+ description: "**Focus:** Analyze performance impact and optimization opportunities"
43
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
44
+ prompt: |
45
+ **Focus:** Analyze performance impact and optimization opportunities
@@ -0,0 +1,45 @@
1
+ name: qe-github-multi-repo
2
+ description: "Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration"
3
+ minModelTier: tier2-good
4
+ tags: ["multi-repo", "synchronization", "architecture", "coordination", "github", "qe", "quality-engineering", "github-integration"]
5
+ steps:
6
+ - name: overview
7
+ description: "Advanced multi-repository coordination system that combines swarm intelligence, package synchronization, and repository architecture optimization. This skill enables organization-wide automation, cross-project collaboration, and scalable repository management."
8
+ tools: ["bash", "read"]
9
+ prompt: |
10
+ Advanced multi-repository coordination system that combines swarm intelligence, package synchronization, and repository architecture optimization. This skill enables organization-wide automation, cross-project collaboration, and scalable repository management.
11
+ - name: core-capabilities
12
+ description: "Core Capabilities"
13
+ tools: ["bash", "read"]
14
+ prompt: |
15
+ Core Capabilities
16
+ - name: -multi-repository-swarm-coordination
17
+ description: "Cross-repository AI swarm orchestration for distributed development workflows."
18
+ tools: ["bash", "read"]
19
+ prompt: |
20
+ Cross-repository AI swarm orchestration for distributed development workflows.
21
+ - name: -package-synchronization
22
+ description: "Intelligent dependency resolution and version alignment across multiple packages."
23
+ tools: ["bash", "read"]
24
+ prompt: |
25
+ Intelligent dependency resolution and version alignment across multiple packages.
26
+ - name: -repository-architecture
27
+ description: "Structure optimization and template management for scalable projects."
28
+ tools: ["bash", "read"]
29
+ prompt: |
30
+ Structure optimization and template management for scalable projects.
31
+ - name: -integration-management
32
+ description: "Cross-package integration testing and deployment coordination."
33
+ tools: ["bash", "read"]
34
+ prompt: |
35
+ Cross-package integration testing and deployment coordination.
36
+ - name: initialize-multi-repo-coordination
37
+ description: "Initialize Multi-Repo Coordination"
38
+ tools: ["bash", "read", "mcp:agentic-qe:*"]
39
+ prompt: |
40
+ Initialize Multi-Repo Coordination
41
+ - name: synchronize-packages
42
+ description: "Synchronize Packages"
43
+ tools: ["bash", "read"]
44
+ prompt: |
45
+ Synchronize Packages