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.
- package/.claude/agents/v3/qe-security-scanner.md +2 -2
- package/.claude/commands/claude-flow-help.md +1 -1
- package/.claude/helpers/github-setup.sh +4 -4
- package/.claude/helpers/post-commit +1 -1
- package/.claude/helpers/pre-commit +1 -1
- package/.claude/helpers/quick-start.sh +4 -4
- package/.claude/helpers/setup-mcp.sh +3 -3
- package/.claude/helpers/statusline-v3.cjs +1 -1
- package/.claude/helpers/validation-pipeline.cjs +625 -0
- package/.claude/skills/a11y-ally/SKILL.md +0 -1
- package/.claude/skills/accessibility-testing/SKILL.md +0 -1
- package/.claude/skills/agentic-quality-engineering/SKILL.md +0 -1
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -1
- package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
- package/.claude/skills/bug-reporting-excellence/SKILL.md +0 -1
- package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/.claude/skills/code-review-quality/SKILL.md +0 -1
- package/.claude/skills/compliance-testing/SKILL.md +0 -1
- package/.claude/skills/consultancy-practices/SKILL.md +0 -1
- package/.claude/skills/context-driven-testing/SKILL.md +0 -1
- package/.claude/skills/exploratory-testing-advanced/SKILL.md +0 -1
- package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
- package/.claude/skills/iterative-loop/SKILL.md +6 -6
- package/.claude/skills/localization-testing/SKILL.md +0 -1
- package/.claude/skills/mobile-testing/SKILL.md +0 -1
- package/.claude/skills/mutation-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +0 -1
- package/.claude/skills/qcsd-development-swarm/SKILL.md +0 -1
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +0 -1
- package/.claude/skills/qcsd-production-swarm/SKILL.md +0 -1
- package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +0 -1
- package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +0 -1
- package/.claude/skills/qe-code-intelligence/SKILL.md +0 -1
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -1
- package/.claude/skills/qe-coverage-analysis/SKILL.md +0 -1
- package/.claude/skills/qe-defect-intelligence/SKILL.md +0 -1
- package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +0 -1
- package/.claude/skills/qe-quality-assessment/SKILL.md +0 -1
- package/.claude/skills/qe-requirements-validation/SKILL.md +0 -1
- package/.claude/skills/qe-security-compliance/SKILL.md +0 -1
- package/.claude/skills/qe-test-execution/SKILL.md +0 -1
- package/.claude/skills/qe-test-generation/SKILL.md +0 -1
- package/.claude/skills/qe-visual-accessibility/SKILL.md +0 -1
- package/.claude/skills/quality-metrics/SKILL.md +0 -1
- package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
- package/.claude/skills/regression-testing/SKILL.md +0 -1
- package/.claude/skills/risk-based-testing/SKILL.md +0 -1
- package/.claude/skills/security-visual-testing/SKILL.md +0 -1
- package/.claude/skills/sherlock-review/SKILL.md +0 -1
- package/.claude/skills/shift-left-testing/SKILL.md +0 -1
- package/.claude/skills/shift-right-testing/SKILL.md +0 -1
- package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/tdd-london-chicago/SKILL.md +0 -1
- package/.claude/skills/technical-writing/SKILL.md +0 -1
- package/.claude/skills/test-automation-strategy/SKILL.md +0 -1
- package/.claude/skills/test-data-management/SKILL.md +0 -1
- package/.claude/skills/test-design-techniques/SKILL.md +0 -1
- package/.claude/skills/test-environment-management/SKILL.md +0 -1
- package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
- package/.claude/skills/validation-pipeline/SKILL.md +4 -5
- package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
- package/.claude/skills/xp-practices/SKILL.md +0 -1
- package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
- package/.opencode/agents/ddd-domain-expert.yaml +49 -0
- package/.opencode/agents/memory-specialist.yaml +49 -0
- package/.opencode/agents/performance-engineer.yaml +53 -0
- package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
- package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
- package/.opencode/agents/qe-bdd-generator.yaml +83 -0
- package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
- package/.opencode/agents/qe-code-complexity.yaml +82 -0
- package/.opencode/agents/qe-code-intelligence.yaml +80 -0
- package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
- package/.opencode/agents/qe-defect-predictor.yaml +81 -0
- package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
- package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
- package/.opencode/agents/qe-devils-advocate.yaml +63 -0
- package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
- package/.opencode/agents/qe-fleet-commander.yaml +83 -0
- package/.opencode/agents/qe-gap-detector.yaml +81 -0
- package/.opencode/agents/qe-graphql-tester.yaml +84 -0
- package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
- package/.opencode/agents/qe-integration-architect.yaml +46 -0
- package/.opencode/agents/qe-integration-tester.yaml +84 -0
- package/.opencode/agents/qe-kg-builder.yaml +75 -0
- package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
- package/.opencode/agents/qe-load-tester.yaml +84 -0
- package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
- package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
- package/.opencode/agents/qe-middleware-validator.yaml +92 -0
- package/.opencode/agents/qe-mutation-tester.yaml +84 -0
- package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
- package/.opencode/agents/qe-parallel-executor.yaml +79 -0
- package/.opencode/agents/qe-pattern-learner.yaml +80 -0
- package/.opencode/agents/qe-pentest-validator.yaml +137 -0
- package/.opencode/agents/qe-performance-tester.yaml +83 -0
- package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
- package/.opencode/agents/qe-property-tester.yaml +82 -0
- package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
- package/.opencode/agents/qe-quality-gate.yaml +80 -0
- package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
- package/.opencode/agents/qe-qx-partner.yaml +75 -0
- package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
- package/.opencode/agents/qe-requirements-validator.yaml +111 -0
- package/.opencode/agents/qe-responsive-tester.yaml +85 -0
- package/.opencode/agents/qe-retry-handler.yaml +82 -0
- package/.opencode/agents/qe-risk-assessor.yaml +81 -0
- package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
- package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
- package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
- package/.opencode/agents/qe-security-auditor.yaml +90 -0
- package/.opencode/agents/qe-security-scanner.yaml +80 -0
- package/.opencode/agents/qe-soap-tester.yaml +93 -0
- package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
- package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
- package/.opencode/agents/qe-test-generator.yaml +78 -0
- package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
- package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
- package/.opencode/agents/qe-visual-tester.yaml +82 -0
- package/.opencode/agents/security-architect.yaml +51 -0
- package/.opencode/agents/security-auditor.yaml +50 -0
- package/.opencode/permissions.yaml +74 -0
- package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
- package/.opencode/skills/qe-a11y-ally.yaml +45 -0
- package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
- package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
- package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
- package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
- package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
- package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
- package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
- package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
- package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
- package/.opencode/skills/qe-code-intelligence.yaml +45 -0
- package/.opencode/skills/qe-code-review-quality.yaml +45 -0
- package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
- package/.opencode/skills/qe-compliance-testing.yaml +35 -0
- package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
- package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
- package/.opencode/skills/qe-contract-testing.yaml +45 -0
- package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
- package/.opencode/skills/qe-database-testing.yaml +40 -0
- package/.opencode/skills/qe-debug-loop.yaml +45 -0
- package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
- package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
- package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
- package/.opencode/skills/qe-github-code-review.yaml +45 -0
- package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
- package/.opencode/skills/qe-github-project-management.yaml +45 -0
- package/.opencode/skills/qe-github-release-management.yaml +45 -0
- package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
- package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
- package/.opencode/skills/qe-iterative-loop.yaml +45 -0
- package/.opencode/skills/qe-learning-optimization.yaml +45 -0
- package/.opencode/skills/qe-localization-testing.yaml +40 -0
- package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-mobile-testing.yaml +35 -0
- package/.opencode/skills/qe-mutation-testing.yaml +35 -0
- package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
- package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
- package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-pair-programming.yaml +45 -0
- package/.opencode/skills/qe-pentest-validation.yaml +45 -0
- package/.opencode/skills/qe-performance-analysis.yaml +45 -0
- package/.opencode/skills/qe-performance-testing.yaml +45 -0
- package/.opencode/skills/qe-pr-review.yaml +45 -0
- package/.opencode/skills/qe-quality-assessment.yaml +45 -0
- package/.opencode/skills/qe-quality-metrics.yaml +45 -0
- package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
- package/.opencode/skills/qe-regression-testing.yaml +40 -0
- package/.opencode/skills/qe-release.yaml +45 -0
- package/.opencode/skills/qe-requirements-validation.yaml +45 -0
- package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
- package/.opencode/skills/qe-security-compliance.yaml +45 -0
- package/.opencode/skills/qe-security-testing.yaml +45 -0
- package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
- package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
- package/.opencode/skills/qe-sherlock-review.yaml +45 -0
- package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
- package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
- package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
- package/.opencode/skills/qe-skill-builder.yaml +45 -0
- package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
- package/.opencode/skills/qe-stream-chain.yaml +45 -0
- package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
- package/.opencode/skills/qe-technical-writing.yaml +45 -0
- package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
- package/.opencode/skills/qe-test-data-management.yaml +45 -0
- package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
- package/.opencode/skills/qe-test-environment-management.yaml +40 -0
- package/.opencode/skills/qe-test-execution.yaml +45 -0
- package/.opencode/skills/qe-test-generation.yaml +45 -0
- package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
- package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
- package/.opencode/skills/qe-testability-scoring.yaml +45 -0
- package/.opencode/skills/qe-verification-quality.yaml +45 -0
- package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
- package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
- package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-xp-practices.yaml +45 -0
- package/.opencode/tools/qe-defect-scan.ts +79 -0
- package/.opencode/tools/qe-fleet-status.ts +59 -0
- package/.opencode/tools/qe-full-audit.ts +81 -0
- package/.opencode/tools/qe-learning-report.ts +74 -0
- package/.opencode/tools/qe-test-and-verify.ts +97 -0
- package/CHANGELOG.md +21 -0
- package/assets/agents/v3/qe-security-scanner.md +2 -2
- package/assets/helpers/statusline-v3.cjs +1 -1
- package/assets/helpers/validation-pipeline.cjs +625 -0
- package/assets/skills/a11y-ally/SKILL.md +0 -1
- package/assets/skills/accessibility-testing/SKILL.md +0 -1
- package/assets/skills/agentic-quality-engineering/SKILL.md +0 -1
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -1
- package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
- package/assets/skills/bug-reporting-excellence/SKILL.md +0 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/assets/skills/code-review-quality/SKILL.md +0 -1
- package/assets/skills/compliance-testing/SKILL.md +0 -1
- package/assets/skills/consultancy-practices/SKILL.md +0 -1
- package/assets/skills/context-driven-testing/SKILL.md +0 -1
- package/assets/skills/exploratory-testing-advanced/SKILL.md +0 -1
- package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
- package/assets/skills/localization-testing/SKILL.md +0 -1
- package/assets/skills/mobile-testing/SKILL.md +0 -1
- package/assets/skills/mutation-testing/SKILL.md +0 -1
- package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/assets/skills/n8n-security-testing/SKILL.md +0 -1
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +0 -1
- package/assets/skills/qcsd-development-swarm/SKILL.md +0 -1
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +0 -1
- package/assets/skills/qcsd-production-swarm/SKILL.md +0 -1
- package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +0 -1
- package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +0 -1
- package/assets/skills/qe-code-intelligence/SKILL.md +0 -1
- package/assets/skills/qe-contract-testing/SKILL.md +0 -1
- package/assets/skills/qe-coverage-analysis/SKILL.md +0 -1
- package/assets/skills/qe-defect-intelligence/SKILL.md +0 -1
- package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +0 -1
- package/assets/skills/qe-quality-assessment/SKILL.md +0 -1
- package/assets/skills/qe-requirements-validation/SKILL.md +0 -1
- package/assets/skills/qe-security-compliance/SKILL.md +0 -1
- package/assets/skills/qe-test-execution/SKILL.md +0 -1
- package/assets/skills/qe-test-generation/SKILL.md +0 -1
- package/assets/skills/qe-visual-accessibility/SKILL.md +0 -1
- package/assets/skills/quality-metrics/SKILL.md +0 -1
- package/assets/skills/refactoring-patterns/SKILL.md +0 -1
- package/assets/skills/regression-testing/SKILL.md +0 -1
- package/assets/skills/risk-based-testing/SKILL.md +0 -1
- package/assets/skills/security-visual-testing/SKILL.md +0 -1
- package/assets/skills/sherlock-review/SKILL.md +0 -1
- package/assets/skills/shift-left-testing/SKILL.md +0 -1
- package/assets/skills/shift-right-testing/SKILL.md +0 -1
- package/assets/skills/six-thinking-hats/SKILL.md +0 -1
- package/assets/skills/tdd-london-chicago/SKILL.md +0 -1
- package/assets/skills/technical-writing/SKILL.md +0 -1
- package/assets/skills/test-automation-strategy/SKILL.md +0 -1
- package/assets/skills/test-data-management/SKILL.md +0 -1
- package/assets/skills/test-design-techniques/SKILL.md +0 -1
- package/assets/skills/test-environment-management/SKILL.md +0 -1
- package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
- package/assets/skills/validation-pipeline/SKILL.md +4 -5
- package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
- package/assets/skills/xp-practices/SKILL.md +0 -1
- package/dist/adapters/claude-flow/detect.d.ts +5 -0
- package/dist/adapters/claude-flow/detect.js +38 -18
- package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
- package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
- package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
- package/dist/cli/bundle.js +159 -62
- package/dist/cli/commands/claude-flow-setup.js +4 -4
- package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
- package/dist/domains/learning-optimization/coordinator.js +26 -4
- package/dist/domains/learning-optimization/plugin.d.ts +2 -0
- package/dist/domains/learning-optimization/plugin.js +2 -0
- package/dist/governance/adversarial-defense-integration.js +1 -0
- package/dist/governance/continue-gate-integration.d.ts +1 -0
- package/dist/governance/continue-gate-integration.js +1 -0
- package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
- package/dist/governance/deterministic-gateway-integration.js +1 -0
- package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
- package/dist/governance/evolution-pipeline-integration.js +1 -0
- package/dist/governance/memory-write-gate-integration.d.ts +1 -0
- package/dist/governance/memory-write-gate-integration.js +1 -0
- package/dist/governance/proof-envelope-integration.d.ts +1 -0
- package/dist/governance/proof-envelope-integration.js +1 -0
- package/dist/governance/shard-retriever-integration.d.ts +1 -0
- package/dist/governance/shard-retriever-integration.js +1 -0
- package/dist/governance/trust-accumulator-integration.d.ts +1 -0
- package/dist/governance/trust-accumulator-integration.js +1 -0
- package/dist/init/agents-installer.js +28 -1
- package/dist/init/enhancements/claude-flow-adapter.js +15 -2
- package/dist/init/init-wizard-hooks.js +3 -3
- package/dist/init/kiro-installer.js +10 -4
- package/dist/init/opencode-installer.d.ts +13 -1
- package/dist/init/opencode-installer.js +50 -11
- package/dist/init/phases/07-hooks.js +21 -7
- package/dist/init/settings-merge.d.ts +1 -1
- package/dist/init/settings-merge.js +13 -13
- package/dist/mcp/bundle.js +70 -30
- 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
|