agentic-qe 3.7.9 → 3.7.10
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/skills/.validation/README.md +111 -111
- package/.claude/skills/.validation/examples/chaos-engineering-output.example.json +530 -530
- package/.claude/skills/.validation/examples/performance-testing-output.example.json +252 -252
- package/.claude/skills/.validation/examples/security-testing-output.example.json +413 -413
- package/.claude/skills/.validation/examples/testability-scoring-output.example.json +350 -350
- package/.claude/skills/.validation/schemas/skill-eval.schema.json +462 -462
- package/.claude/skills/.validation/schemas/skill-frontmatter.schema.json +341 -341
- package/.claude/skills/.validation/schemas/skill-output-meta.schema.json +199 -199
- package/.claude/skills/.validation/schemas/skill-output.template.json +610 -610
- package/.claude/skills/.validation/skill-validation-mcp-integration.md +250 -250
- package/.claude/skills/.validation/templates/eval.template.yaml +366 -366
- package/.claude/skills/.validation/templates/schemas/output.json +145 -145
- package/.claude/skills/.validation/templates/security-testing-eval.template.yaml +725 -725
- package/.claude/skills/.validation/templates/skill-frontmatter.example.yaml +225 -225
- package/.claude/skills/.validation/test-data/invalid-output.json +5 -5
- package/.claude/skills/.validation/test-data/minimal-output.json +9 -9
- package/.claude/skills/.validation/test-data/sample-output.json +73 -73
- package/.claude/skills/a11y-ally/evals/a11y-ally.yaml +376 -376
- package/.claude/skills/a11y-ally/schemas/output.json +549 -549
- package/.claude/skills/accessibility-testing/evals/accessibility-testing.yaml +719 -719
- package/.claude/skills/accessibility-testing/schemas/output.json +776 -776
- package/.claude/skills/accessibility-testing/test-data/sample-output.json +191 -191
- package/.claude/skills/agentic-quality-engineering/schemas/output.json +577 -577
- package/.claude/skills/api-testing-patterns/evals/api-testing-patterns.yaml +696 -696
- package/.claude/skills/api-testing-patterns/schemas/output.json +845 -845
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +513 -513
- package/.claude/skills/brutal-honesty-review/schemas/output.json +291 -291
- package/.claude/skills/bug-reporting-excellence/schemas/output.json +288 -288
- package/.claude/skills/chaos-engineering-resilience/evals/chaos-engineering-resilience.yaml +761 -761
- package/.claude/skills/chaos-engineering-resilience/schemas/output.json +1205 -1205
- package/.claude/skills/cicd-pipeline-qe-orchestrator/evals/cicd-pipeline-qe-orchestrator.yaml +157 -157
- package/.claude/skills/cicd-pipeline-qe-orchestrator/schemas/output.json +542 -542
- package/.claude/skills/code-review-quality/schemas/output.json +264 -264
- package/.claude/skills/compatibility-testing/evals/compatibility-testing.yaml +410 -410
- package/.claude/skills/compatibility-testing/schemas/output.json +551 -551
- package/.claude/skills/compliance-testing/evals/compliance-testing.yaml +1107 -1107
- package/.claude/skills/compliance-testing/schemas/output.json +845 -845
- package/.claude/skills/consultancy-practices/schemas/output.json +282 -282
- package/.claude/skills/contract-testing/evals/contract-testing.yaml +748 -748
- package/.claude/skills/contract-testing/schemas/output.json +638 -638
- package/.claude/skills/database-testing/evals/database-testing.yaml +968 -968
- package/.claude/skills/database-testing/schemas/output.json +1446 -1446
- package/.claude/skills/debug-loop/SKILL.md +61 -61
- package/.claude/skills/enterprise-integration-testing/SKILL.md +735 -735
- package/.claude/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -158
- package/.claude/skills/enterprise-integration-testing/schemas/output.json +74 -74
- package/.claude/skills/enterprise-integration-testing/scripts/validate-config.json +25 -25
- package/.claude/skills/iterative-loop/SKILL.md +371 -371
- package/.claude/skills/localization-testing/evals/localization-testing.yaml +544 -544
- package/.claude/skills/localization-testing/schemas/output.json +325 -325
- package/.claude/skills/middleware-testing-patterns/SKILL.md +798 -798
- package/.claude/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -153
- package/.claude/skills/middleware-testing-patterns/schemas/output.json +58 -58
- package/.claude/skills/middleware-testing-patterns/scripts/validate-config.json +25 -25
- package/.claude/skills/mobile-testing/evals/mobile-testing.yaml +537 -537
- package/.claude/skills/mobile-testing/schemas/output.json +318 -318
- package/.claude/skills/mutation-testing/evals/mutation-testing.yaml +652 -652
- package/.claude/skills/mutation-testing/schemas/output.json +707 -707
- package/.claude/skills/mutation-testing/test-data/sample-output.json +295 -295
- package/.claude/skills/n8n-expression-testing/evals/n8n-expression-testing.yaml +450 -450
- package/.claude/skills/n8n-expression-testing/schemas/output.json +369 -369
- package/.claude/skills/n8n-integration-testing-patterns/evals/n8n-integration-testing-patterns.yaml +522 -522
- package/.claude/skills/n8n-integration-testing-patterns/schemas/output.json +291 -291
- package/.claude/skills/n8n-security-testing/evals/n8n-security-testing.yaml +493 -493
- package/.claude/skills/n8n-security-testing/schemas/output.json +293 -293
- package/.claude/skills/n8n-trigger-testing-strategies/evals/n8n-trigger-testing-strategies.yaml +500 -500
- package/.claude/skills/n8n-trigger-testing-strategies/schemas/output.json +295 -295
- package/.claude/skills/n8n-workflow-testing-fundamentals/evals/n8n-workflow-testing-fundamentals.yaml +497 -497
- package/.claude/skills/n8n-workflow-testing-fundamentals/schemas/output.json +254 -254
- package/.claude/skills/observability-testing-patterns/SKILL.md +930 -930
- package/.claude/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -157
- package/.claude/skills/observability-testing-patterns/schemas/output.json +58 -58
- package/.claude/skills/observability-testing-patterns/scripts/validate-config.json +25 -25
- package/.claude/skills/pentest-validation/SKILL.md +268 -268
- package/.claude/skills/pentest-validation/evals/pentest-validation.yaml +708 -708
- package/.claude/skills/pentest-validation/schemas/output.json +281 -281
- package/.claude/skills/performance-analysis/evals/performance-analysis.yaml +144 -144
- package/.claude/skills/performance-analysis/schemas/output.json +588 -588
- package/.claude/skills/performance-testing/evals/performance-testing.yaml +772 -772
- package/.claude/skills/performance-testing/schemas/output.json +1184 -1184
- package/.claude/skills/pr-review/SKILL.md +61 -61
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +2206 -2206
- package/.claude/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -211
- package/.claude/skills/qcsd-cicd-swarm/schemas/output.json +86 -86
- package/.claude/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -30
- package/.claude/skills/qcsd-development-swarm/SKILL.md +2154 -2154
- package/.claude/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -162
- package/.claude/skills/qcsd-development-swarm/schemas/output.json +72 -72
- package/.claude/skills/qcsd-development-swarm/scripts/validate-config.json +25 -25
- package/.claude/skills/qcsd-ideation-swarm/evals/qcsd-ideation-swarm.yaml +138 -138
- package/.claude/skills/qcsd-ideation-swarm/schemas/output.json +568 -568
- package/.claude/skills/qcsd-production-swarm/SKILL.md +2781 -2781
- package/.claude/skills/qcsd-production-swarm/evals/qcsd-production-swarm.yaml +246 -246
- package/.claude/skills/qcsd-production-swarm/schemas/output.json +505 -505
- package/.claude/skills/qcsd-production-swarm/scripts/validate-config.json +25 -25
- package/.claude/skills/qe-chaos-resilience/evals/qe-chaos-resilience.yaml +443 -443
- package/.claude/skills/qe-chaos-resilience/schemas/output.json +314 -314
- package/.claude/skills/qe-code-intelligence/evals/qe-code-intelligence.yaml +459 -459
- package/.claude/skills/qe-code-intelligence/schemas/output.json +315 -315
- package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +513 -513
- package/.claude/skills/qe-contract-testing/schemas/output.json +295 -295
- package/.claude/skills/qe-coverage-analysis/evals/qe-coverage-analysis.yaml +494 -494
- package/.claude/skills/qe-coverage-analysis/schemas/output.json +286 -286
- package/.claude/skills/qe-defect-intelligence/evals/qe-defect-intelligence.yaml +511 -511
- package/.claude/skills/qe-defect-intelligence/schemas/output.json +283 -283
- package/.claude/skills/qe-iterative-loop/schemas/output.json +264 -264
- package/.claude/skills/qe-learning-optimization/evals/qe-learning-optimization.yaml +144 -144
- package/.claude/skills/qe-learning-optimization/schemas/output.json +288 -288
- package/.claude/skills/qe-quality-assessment/evals/qe-quality-assessment.yaml +506 -506
- package/.claude/skills/qe-quality-assessment/schemas/output.json +550 -550
- package/.claude/skills/qe-requirements-validation/evals/qe-requirements-validation.yaml +598 -598
- package/.claude/skills/qe-requirements-validation/schemas/output.json +587 -587
- package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +595 -595
- package/.claude/skills/qe-security-compliance/schemas/output.json +498 -498
- package/.claude/skills/qe-test-execution/evals/qe-test-execution.yaml +607 -607
- package/.claude/skills/qe-test-execution/schemas/output.json +529 -529
- package/.claude/skills/qe-test-generation/evals/qe-test-generation.yaml +148 -148
- package/.claude/skills/qe-test-generation/schemas/output.json +439 -439
- package/.claude/skills/qe-visual-accessibility/evals/qe-visual-accessibility.yaml +142 -142
- package/.claude/skills/qe-visual-accessibility/schemas/output.json +491 -491
- package/.claude/skills/quality-metrics/evals/quality-metrics.yaml +494 -494
- package/.claude/skills/quality-metrics/schemas/output.json +403 -403
- package/.claude/skills/refactoring-patterns/schemas/output.json +475 -475
- package/.claude/skills/regression-testing/evals/regression-testing.yaml +504 -504
- package/.claude/skills/regression-testing/schemas/output.json +311 -311
- package/.claude/skills/release/SKILL.md +347 -347
- package/.claude/skills/risk-based-testing/evals/risk-based-testing.yaml +141 -141
- package/.claude/skills/risk-based-testing/schemas/output.json +480 -480
- package/.claude/skills/security-testing/evals/security-testing.yaml +789 -789
- package/.claude/skills/security-testing/schemas/output.json +879 -879
- package/.claude/skills/security-visual-testing/evals/security-visual-testing.yaml +163 -163
- package/.claude/skills/security-visual-testing/schemas/output.json +486 -486
- package/.claude/skills/sfdipot-product-factors/SKILL.md +239 -239
- package/.claude/skills/sherlock-review/schemas/output.json +297 -297
- package/.claude/skills/shift-left-testing/evals/shift-left-testing.yaml +145 -145
- package/.claude/skills/shift-left-testing/schemas/output.json +459 -459
- package/.claude/skills/shift-right-testing/evals/shift-right-testing.yaml +147 -147
- package/.claude/skills/shift-right-testing/schemas/output.json +418 -418
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/tdd-london-chicago/schemas/output.json +444 -444
- package/.claude/skills/technical-writing/schemas/output.json +268 -268
- package/.claude/skills/test-automation-strategy/evals/test-automation-strategy.yaml +148 -148
- package/.claude/skills/test-automation-strategy/schemas/output.json +444 -444
- package/.claude/skills/test-data-management/evals/test-data-management.yaml +504 -504
- package/.claude/skills/test-data-management/schemas/output.json +284 -284
- package/.claude/skills/test-design-techniques/evals/test-design-techniques.yaml +142 -142
- package/.claude/skills/test-design-techniques/schemas/output.json +295 -295
- package/.claude/skills/test-environment-management/schemas/output.json +310 -310
- package/.claude/skills/test-idea-rewriting/SKILL.md +229 -229
- package/.claude/skills/test-reporting-analytics/evals/test-reporting-analytics.yaml +155 -155
- package/.claude/skills/test-reporting-analytics/schemas/output.json +329 -329
- package/.claude/skills/testability-scoring/evals/testability-scoring.yaml +814 -814
- package/.claude/skills/testability-scoring/resources/templates/config.template.js +84 -84
- package/.claude/skills/testability-scoring/schemas/output.json +606 -606
- package/.claude/skills/testability-scoring/scripts/generate-html-report.js +1007 -1007
- package/.claude/skills/verification-quality/evals/verification-quality.yaml +150 -150
- package/.claude/skills/verification-quality/schemas/output.json +432 -432
- package/.claude/skills/visual-testing-advanced/evals/visual-testing-advanced.yaml +154 -154
- package/.claude/skills/visual-testing-advanced/schemas/output.json +294 -294
- package/.claude/skills/wms-testing-patterns/evals/wms-testing-patterns.yaml +165 -165
- package/.claude/skills/wms-testing-patterns/schemas/output.json +150 -150
- package/.claude/skills/wms-testing-patterns/scripts/validate-config.json +51 -51
- package/CHANGELOG.md +14 -0
- package/README.md +169 -900
- package/assets/agents/v3/helpers/quality-criteria/evidence-classification.md +116 -116
- package/assets/agents/v3/helpers/quality-criteria/htsm-categories.md +139 -139
- package/assets/governance/constitution.md +202 -202
- package/assets/governance/shards/chaos-resilience.shard.md +221 -221
- package/assets/governance/shards/code-intelligence.shard.md +178 -178
- package/assets/governance/shards/contract-testing.shard.md +206 -206
- package/assets/governance/shards/coverage-analysis.shard.md +146 -146
- package/assets/governance/shards/defect-intelligence.shard.md +182 -182
- package/assets/governance/shards/learning-optimization.shard.md +248 -248
- package/assets/governance/shards/quality-assessment.shard.md +165 -165
- package/assets/governance/shards/requirements-validation.shard.md +177 -177
- package/assets/governance/shards/security-compliance.shard.md +196 -196
- package/assets/governance/shards/test-execution.shard.md +156 -156
- package/assets/governance/shards/test-generation.shard.md +128 -128
- package/assets/governance/shards/visual-accessibility.shard.md +209 -209
- package/assets/hooks/cross-phase-memory.yaml +253 -253
- package/assets/patterns/adr-051-booster-patterns.json +78 -78
- package/assets/patterns/adr-051-embedding-patterns.json +147 -147
- package/assets/patterns/adr-051-integration-summary.json +62 -62
- package/assets/patterns/adr-051-reasoning-patterns.json +166 -166
- package/assets/patterns/adr-051-router-patterns.json +113 -113
- package/assets/patterns/index.json +136 -136
- package/assets/skills/.validation/README.md +111 -111
- package/assets/skills/.validation/examples/chaos-engineering-output.example.json +530 -530
- package/assets/skills/.validation/examples/performance-testing-output.example.json +252 -252
- package/assets/skills/.validation/examples/security-testing-output.example.json +413 -413
- package/assets/skills/.validation/examples/testability-scoring-output.example.json +350 -350
- package/assets/skills/.validation/schemas/skill-eval.schema.json +462 -462
- package/assets/skills/.validation/schemas/skill-frontmatter.schema.json +341 -341
- package/assets/skills/.validation/schemas/skill-output-meta.schema.json +199 -199
- package/assets/skills/.validation/schemas/skill-output.template.json +610 -610
- package/assets/skills/.validation/skill-validation-mcp-integration.md +250 -250
- package/assets/skills/.validation/templates/eval.template.yaml +366 -366
- package/assets/skills/.validation/templates/schemas/output.json +145 -145
- package/assets/skills/.validation/templates/security-testing-eval.template.yaml +725 -725
- package/assets/skills/.validation/templates/skill-frontmatter.example.yaml +225 -225
- package/assets/skills/.validation/test-data/invalid-output.json +5 -5
- package/assets/skills/.validation/test-data/minimal-output.json +9 -9
- package/assets/skills/.validation/test-data/sample-output.json +73 -73
- package/assets/skills/a11y-ally/evals/a11y-ally.yaml +376 -376
- package/assets/skills/a11y-ally/schemas/output.json +549 -549
- package/assets/skills/accessibility-testing/evals/accessibility-testing.yaml +719 -719
- package/assets/skills/accessibility-testing/schemas/output.json +776 -776
- package/assets/skills/accessibility-testing/test-data/sample-output.json +191 -191
- package/assets/skills/agentic-quality-engineering/schemas/output.json +577 -577
- package/assets/skills/api-testing-patterns/evals/api-testing-patterns.yaml +696 -696
- package/assets/skills/api-testing-patterns/schemas/output.json +845 -845
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +513 -513
- package/assets/skills/brutal-honesty-review/schemas/output.json +291 -291
- package/assets/skills/bug-reporting-excellence/schemas/output.json +288 -288
- package/assets/skills/chaos-engineering-resilience/evals/chaos-engineering-resilience.yaml +761 -761
- package/assets/skills/chaos-engineering-resilience/schemas/output.json +1205 -1205
- package/assets/skills/cicd-pipeline-qe-orchestrator/evals/cicd-pipeline-qe-orchestrator.yaml +157 -157
- package/assets/skills/cicd-pipeline-qe-orchestrator/schemas/output.json +542 -542
- package/assets/skills/code-review-quality/schemas/output.json +264 -264
- package/assets/skills/compatibility-testing/evals/compatibility-testing.yaml +410 -410
- package/assets/skills/compatibility-testing/schemas/output.json +551 -551
- package/assets/skills/compliance-testing/evals/compliance-testing.yaml +1107 -1107
- package/assets/skills/compliance-testing/schemas/output.json +845 -845
- package/assets/skills/consultancy-practices/schemas/output.json +282 -282
- package/assets/skills/contract-testing/evals/contract-testing.yaml +748 -748
- package/assets/skills/contract-testing/schemas/output.json +638 -638
- package/assets/skills/database-testing/evals/database-testing.yaml +968 -968
- package/assets/skills/database-testing/schemas/output.json +1446 -1446
- package/assets/skills/debug-loop/SKILL.md +61 -61
- package/assets/skills/enterprise-integration-testing/SKILL.md +735 -735
- package/assets/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -158
- package/assets/skills/enterprise-integration-testing/schemas/output.json +74 -74
- package/assets/skills/enterprise-integration-testing/scripts/validate-config.json +25 -25
- package/assets/skills/localization-testing/evals/localization-testing.yaml +544 -544
- package/assets/skills/localization-testing/schemas/output.json +325 -325
- package/assets/skills/middleware-testing-patterns/SKILL.md +798 -798
- package/assets/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -153
- package/assets/skills/middleware-testing-patterns/schemas/output.json +58 -58
- package/assets/skills/middleware-testing-patterns/scripts/validate-config.json +25 -25
- package/assets/skills/mobile-testing/evals/mobile-testing.yaml +537 -537
- package/assets/skills/mobile-testing/schemas/output.json +318 -318
- package/assets/skills/mutation-testing/evals/mutation-testing.yaml +652 -652
- package/assets/skills/mutation-testing/schemas/output.json +707 -707
- package/assets/skills/mutation-testing/test-data/sample-output.json +295 -295
- package/assets/skills/n8n-expression-testing/evals/n8n-expression-testing.yaml +450 -450
- package/assets/skills/n8n-expression-testing/schemas/output.json +369 -369
- package/assets/skills/n8n-integration-testing-patterns/evals/n8n-integration-testing-patterns.yaml +522 -522
- package/assets/skills/n8n-integration-testing-patterns/schemas/output.json +291 -291
- package/assets/skills/n8n-security-testing/evals/n8n-security-testing.yaml +493 -493
- package/assets/skills/n8n-security-testing/schemas/output.json +293 -293
- package/assets/skills/n8n-trigger-testing-strategies/evals/n8n-trigger-testing-strategies.yaml +500 -500
- package/assets/skills/n8n-trigger-testing-strategies/schemas/output.json +295 -295
- package/assets/skills/n8n-workflow-testing-fundamentals/evals/n8n-workflow-testing-fundamentals.yaml +497 -497
- package/assets/skills/n8n-workflow-testing-fundamentals/schemas/output.json +254 -254
- package/assets/skills/observability-testing-patterns/SKILL.md +930 -930
- package/assets/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -157
- package/assets/skills/observability-testing-patterns/schemas/output.json +58 -58
- package/assets/skills/observability-testing-patterns/scripts/validate-config.json +25 -25
- package/assets/skills/pentest-validation/SKILL.md +268 -268
- package/assets/skills/pentest-validation/evals/pentest-validation.yaml +708 -708
- package/assets/skills/pentest-validation/schemas/output.json +281 -281
- package/assets/skills/performance-testing/evals/performance-testing.yaml +772 -772
- package/assets/skills/performance-testing/schemas/output.json +1184 -1184
- package/assets/skills/pr-review/SKILL.md +61 -61
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +2206 -2206
- package/assets/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -211
- package/assets/skills/qcsd-cicd-swarm/schemas/output.json +86 -86
- package/assets/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -30
- package/assets/skills/qcsd-development-swarm/SKILL.md +2154 -2154
- package/assets/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -162
- package/assets/skills/qcsd-development-swarm/schemas/output.json +72 -72
- package/assets/skills/qcsd-development-swarm/scripts/validate-config.json +25 -25
- package/assets/skills/qcsd-ideation-swarm/evals/qcsd-ideation-swarm.yaml +138 -138
- package/assets/skills/qcsd-ideation-swarm/schemas/output.json +568 -568
- package/assets/skills/qcsd-production-swarm/SKILL.md +2781 -2781
- package/assets/skills/qcsd-production-swarm/evals/qcsd-production-swarm.yaml +246 -246
- package/assets/skills/qcsd-production-swarm/schemas/output.json +505 -505
- package/assets/skills/qcsd-production-swarm/scripts/validate-config.json +25 -25
- package/assets/skills/qe-chaos-resilience/evals/qe-chaos-resilience.yaml +443 -443
- package/assets/skills/qe-chaos-resilience/schemas/output.json +314 -314
- package/assets/skills/qe-code-intelligence/evals/qe-code-intelligence.yaml +459 -459
- package/assets/skills/qe-code-intelligence/schemas/output.json +315 -315
- package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +513 -513
- package/assets/skills/qe-contract-testing/schemas/output.json +295 -295
- package/assets/skills/qe-coverage-analysis/evals/qe-coverage-analysis.yaml +494 -494
- package/assets/skills/qe-coverage-analysis/schemas/output.json +286 -286
- package/assets/skills/qe-defect-intelligence/evals/qe-defect-intelligence.yaml +511 -511
- package/assets/skills/qe-defect-intelligence/schemas/output.json +283 -283
- package/assets/skills/qe-iterative-loop/schemas/output.json +264 -264
- package/assets/skills/qe-learning-optimization/evals/qe-learning-optimization.yaml +144 -144
- package/assets/skills/qe-learning-optimization/schemas/output.json +288 -288
- package/assets/skills/qe-quality-assessment/evals/qe-quality-assessment.yaml +506 -506
- package/assets/skills/qe-quality-assessment/schemas/output.json +550 -550
- package/assets/skills/qe-requirements-validation/evals/qe-requirements-validation.yaml +598 -598
- package/assets/skills/qe-requirements-validation/schemas/output.json +587 -587
- package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +595 -595
- package/assets/skills/qe-security-compliance/schemas/output.json +498 -498
- package/assets/skills/qe-test-execution/evals/qe-test-execution.yaml +607 -607
- package/assets/skills/qe-test-execution/schemas/output.json +529 -529
- package/assets/skills/qe-test-generation/evals/qe-test-generation.yaml +148 -148
- package/assets/skills/qe-test-generation/schemas/output.json +439 -439
- package/assets/skills/qe-visual-accessibility/evals/qe-visual-accessibility.yaml +142 -142
- package/assets/skills/qe-visual-accessibility/schemas/output.json +491 -491
- package/assets/skills/quality-metrics/evals/quality-metrics.yaml +494 -494
- package/assets/skills/quality-metrics/schemas/output.json +403 -403
- package/assets/skills/refactoring-patterns/schemas/output.json +475 -475
- package/assets/skills/regression-testing/evals/regression-testing.yaml +504 -504
- package/assets/skills/regression-testing/schemas/output.json +311 -311
- package/assets/skills/risk-based-testing/evals/risk-based-testing.yaml +141 -141
- package/assets/skills/risk-based-testing/schemas/output.json +480 -480
- package/assets/skills/security-testing/evals/security-testing.yaml +789 -789
- package/assets/skills/security-testing/schemas/output.json +879 -879
- package/assets/skills/security-visual-testing/evals/security-visual-testing.yaml +163 -163
- package/assets/skills/security-visual-testing/schemas/output.json +486 -486
- package/assets/skills/sfdipot-product-factors/SKILL.md +239 -239
- package/assets/skills/sherlock-review/schemas/output.json +297 -297
- package/assets/skills/shift-left-testing/evals/shift-left-testing.yaml +145 -145
- package/assets/skills/shift-left-testing/schemas/output.json +459 -459
- package/assets/skills/shift-right-testing/evals/shift-right-testing.yaml +147 -147
- package/assets/skills/shift-right-testing/schemas/output.json +418 -418
- package/assets/skills/tdd-london-chicago/schemas/output.json +444 -444
- package/assets/skills/technical-writing/schemas/output.json +268 -268
- package/assets/skills/test-automation-strategy/evals/test-automation-strategy.yaml +148 -148
- package/assets/skills/test-automation-strategy/schemas/output.json +444 -444
- package/assets/skills/test-data-management/evals/test-data-management.yaml +504 -504
- package/assets/skills/test-data-management/schemas/output.json +284 -284
- package/assets/skills/test-design-techniques/evals/test-design-techniques.yaml +142 -142
- package/assets/skills/test-design-techniques/schemas/output.json +295 -295
- package/assets/skills/test-environment-management/schemas/output.json +310 -310
- package/assets/skills/test-idea-rewriting/SKILL.md +229 -229
- package/assets/skills/test-reporting-analytics/evals/test-reporting-analytics.yaml +155 -155
- package/assets/skills/test-reporting-analytics/schemas/output.json +329 -329
- package/assets/skills/testability-scoring/evals/testability-scoring.yaml +814 -814
- package/assets/skills/testability-scoring/resources/templates/config.template.js +84 -84
- package/assets/skills/testability-scoring/schemas/output.json +606 -606
- package/assets/skills/testability-scoring/scripts/generate-html-report.js +1007 -1007
- package/assets/skills/verification-quality/evals/verification-quality.yaml +150 -150
- package/assets/skills/verification-quality/schemas/output.json +432 -432
- package/assets/skills/visual-testing-advanced/evals/visual-testing-advanced.yaml +154 -154
- package/assets/skills/visual-testing-advanced/schemas/output.json +294 -294
- package/assets/skills/wms-testing-patterns/evals/wms-testing-patterns.yaml +165 -165
- package/assets/skills/wms-testing-patterns/schemas/output.json +150 -150
- package/assets/skills/wms-testing-patterns/scripts/validate-config.json +51 -51
- package/assets/templates/validation-summary.json +56 -56
- package/dist/cli/bundle.js +54 -31
- package/dist/cli/commands/mcp.d.ts.map +1 -1
- package/dist/cli/commands/mcp.js +11 -9
- package/dist/cli/commands/mcp.js.map +1 -1
- package/dist/init/phases/10-workers.js +2 -2
- package/dist/init/phases/10-workers.js.map +1 -1
- package/dist/mcp/bundle.js +42 -19
- package/dist/shared/language-detector.js +1 -1
- package/dist/shared/language-detector.js.map +1 -1
- package/dist/shared/parsers/multi-language-parser.d.ts.map +1 -1
- package/dist/shared/parsers/multi-language-parser.js +55 -16
- package/dist/shared/parsers/multi-language-parser.js.map +1 -1
- package/package.json +1 -1
- package/scripts/prepare-assets.sh +8 -0
|
@@ -1,511 +1,511 @@
|
|
|
1
|
-
# =============================================================================
|
|
2
|
-
# AQE Skill Evaluation Test Suite: QE Defect Intelligence v1.0.0
|
|
3
|
-
# =============================================================================
|
|
4
|
-
#
|
|
5
|
-
# Comprehensive evaluation suite for the qe-defect-intelligence skill.
|
|
6
|
-
# Tests ML-based defect prediction, pattern learning from historical data,
|
|
7
|
-
# root cause analysis, and proactive quality management.
|
|
8
|
-
#
|
|
9
|
-
# Schema: .claude/skills/.validation/schemas/skill-eval.schema.json
|
|
10
|
-
# Validator: .claude/skills/qe-defect-intelligence/scripts/validate-config.json
|
|
11
|
-
#
|
|
12
|
-
# Coverage:
|
|
13
|
-
# - Change-based defect prediction
|
|
14
|
-
# - Pattern learning from defect history
|
|
15
|
-
# - Root cause analysis (5-whys, fishbone, fault tree)
|
|
16
|
-
# - Failure pattern detection
|
|
17
|
-
# - Risk scoring and prioritization
|
|
18
|
-
#
|
|
19
|
-
# =============================================================================
|
|
20
|
-
|
|
21
|
-
skill: qe-defect-intelligence
|
|
22
|
-
version: 1.0.0
|
|
23
|
-
description: >
|
|
24
|
-
Comprehensive evaluation suite for the qe-defect-intelligence skill.
|
|
25
|
-
Tests AI-powered defect prediction, pattern learning from historical data,
|
|
26
|
-
root cause analysis using multiple methodologies, failure pattern detection,
|
|
27
|
-
and proactive quality management with risk scoring.
|
|
28
|
-
|
|
29
|
-
# =============================================================================
|
|
30
|
-
# Multi-Model Configuration
|
|
31
|
-
# =============================================================================
|
|
32
|
-
|
|
33
|
-
models_to_test:
|
|
34
|
-
- claude-3.5-sonnet
|
|
35
|
-
- claude-3-haiku
|
|
36
|
-
|
|
37
|
-
# =============================================================================
|
|
38
|
-
# MCP Integration Configuration
|
|
39
|
-
# =============================================================================
|
|
40
|
-
|
|
41
|
-
mcp_integration:
|
|
42
|
-
enabled: true
|
|
43
|
-
namespace: skill-validation
|
|
44
|
-
|
|
45
|
-
query_patterns: true
|
|
46
|
-
track_outcomes: true
|
|
47
|
-
store_patterns: true
|
|
48
|
-
share_learning: true
|
|
49
|
-
update_quality_gate: true
|
|
50
|
-
|
|
51
|
-
target_agents:
|
|
52
|
-
- qe-learning-coordinator
|
|
53
|
-
- qe-queen-coordinator
|
|
54
|
-
- qe-defect-predictor
|
|
55
|
-
- qe-root-cause-analyzer
|
|
56
|
-
|
|
57
|
-
# =============================================================================
|
|
58
|
-
# ReasoningBank Learning Configuration
|
|
59
|
-
# =============================================================================
|
|
60
|
-
|
|
61
|
-
learning:
|
|
62
|
-
store_success_patterns: true
|
|
63
|
-
store_failure_patterns: true
|
|
64
|
-
pattern_ttl_days: 90
|
|
65
|
-
min_confidence_to_store: 0.7
|
|
66
|
-
cross_model_comparison: true
|
|
67
|
-
|
|
68
|
-
# =============================================================================
|
|
69
|
-
# Result Format Configuration
|
|
70
|
-
# =============================================================================
|
|
71
|
-
|
|
72
|
-
result_format:
|
|
73
|
-
json_output: true
|
|
74
|
-
markdown_report: true
|
|
75
|
-
include_raw_output: false
|
|
76
|
-
include_timing: true
|
|
77
|
-
include_token_usage: true
|
|
78
|
-
|
|
79
|
-
# =============================================================================
|
|
80
|
-
# Environment Setup
|
|
81
|
-
# =============================================================================
|
|
82
|
-
|
|
83
|
-
setup:
|
|
84
|
-
required_tools:
|
|
85
|
-
- jq
|
|
86
|
-
environment_variables:
|
|
87
|
-
DEFECT_PREDICTION_MODEL: "ml"
|
|
88
|
-
PATTERN_LEARNING_ENABLED: "true"
|
|
89
|
-
RCA_DEPTH: "5"
|
|
90
|
-
fixtures: []
|
|
91
|
-
|
|
92
|
-
# =============================================================================
|
|
93
|
-
# TEST CASES
|
|
94
|
-
# =============================================================================
|
|
95
|
-
|
|
96
|
-
test_cases:
|
|
97
|
-
# ---------------------------------------------------------------------------
|
|
98
|
-
# CATEGORY: Defect Prediction
|
|
99
|
-
# ---------------------------------------------------------------------------
|
|
100
|
-
|
|
101
|
-
- id: tc001_change_based_defect_prediction
|
|
102
|
-
description: "Predict defect likelihood from code changes"
|
|
103
|
-
category: prediction
|
|
104
|
-
priority: critical
|
|
105
|
-
|
|
106
|
-
input:
|
|
107
|
-
prompt: |
|
|
108
|
-
Predict defects in PR #456 changes using:
|
|
109
|
-
1. Code churn (weight: 0.2) - how much code changed
|
|
110
|
-
2. Complexity (weight: 0.25) - cyclomatic complexity
|
|
111
|
-
3. Author experience (weight: 0.15) - familiar with module?
|
|
112
|
-
4. File history (weight: 0.2) - past defects in file
|
|
113
|
-
5. Test coverage gaps (weight: 0.2) - uncovered changes
|
|
114
|
-
|
|
115
|
-
For each high-risk change, assign risk score 0-1.
|
|
116
|
-
Which would you flag for extra review?
|
|
117
|
-
context:
|
|
118
|
-
pr_number: 456
|
|
119
|
-
factors: "all"
|
|
120
|
-
threshold_high: 0.7
|
|
121
|
-
threshold_medium: 0.4
|
|
122
|
-
|
|
123
|
-
expected_output:
|
|
124
|
-
must_contain:
|
|
125
|
-
- "defect"
|
|
126
|
-
- "predict"
|
|
127
|
-
- "risk"
|
|
128
|
-
- "score"
|
|
129
|
-
- "churn"
|
|
130
|
-
- "complexity"
|
|
131
|
-
must_not_contain:
|
|
132
|
-
- "certain"
|
|
133
|
-
- "will fail"
|
|
134
|
-
severity_classification: critical
|
|
135
|
-
finding_count:
|
|
136
|
-
min: 1
|
|
137
|
-
|
|
138
|
-
validation:
|
|
139
|
-
schema_check: true
|
|
140
|
-
keyword_match_threshold: 0.8
|
|
141
|
-
reasoning_quality_min: 0.75
|
|
142
|
-
|
|
143
|
-
- id: tc002_defect_risk_scoring
|
|
144
|
-
description: "Score defect risk across multiple factors"
|
|
145
|
-
category: prediction
|
|
146
|
-
priority: critical
|
|
147
|
-
|
|
148
|
-
input:
|
|
149
|
-
prompt: |
|
|
150
|
-
Score defect risk for modified PaymentService:
|
|
151
|
-
- Complexity: cyclomatic 18 (high: > 10)
|
|
152
|
-
- Change frequency: modified 8 times in 90 days (high)
|
|
153
|
-
- Bug history: 3 bugs in file past 180 days (concerning)
|
|
154
|
-
- Test coverage: 65% (below 85% target)
|
|
155
|
-
- Author experience: first-time modifier (unfamiliar)
|
|
156
|
-
|
|
157
|
-
Calculate overall risk score and recommend actions.
|
|
158
|
-
context:
|
|
159
|
-
factors_detailed: true
|
|
160
|
-
recommendations: true
|
|
161
|
-
|
|
162
|
-
expected_output:
|
|
163
|
-
must_contain:
|
|
164
|
-
- "risk"
|
|
165
|
-
- "score"
|
|
166
|
-
- "high"
|
|
167
|
-
- "complexity"
|
|
168
|
-
- "coverage"
|
|
169
|
-
- "recommend"
|
|
170
|
-
must_not_contain:
|
|
171
|
-
- "low risk"
|
|
172
|
-
- "unlikely"
|
|
173
|
-
severity_classification: critical
|
|
174
|
-
|
|
175
|
-
validation:
|
|
176
|
-
schema_check: true
|
|
177
|
-
keyword_match_threshold: 0.8
|
|
178
|
-
|
|
179
|
-
# ---------------------------------------------------------------------------
|
|
180
|
-
# CATEGORY: Pattern Learning
|
|
181
|
-
# ---------------------------------------------------------------------------
|
|
182
|
-
|
|
183
|
-
- id: tc003_defect_pattern_learning
|
|
184
|
-
description: "Learn patterns from historical defect data"
|
|
185
|
-
category: patterns
|
|
186
|
-
priority: critical
|
|
187
|
-
|
|
188
|
-
input:
|
|
189
|
-
prompt: |
|
|
190
|
-
Learn patterns from past 6 months of defects:
|
|
191
|
-
1. Code-smell-to-defect correlation (e.g., long methods)
|
|
192
|
-
2. Change coupling patterns (e.g., changes to A, B, C together)
|
|
193
|
-
3. Test gap correlation (files with < 60% coverage)
|
|
194
|
-
4. Complexity defect density (high complexity -> more bugs)
|
|
195
|
-
5. File age patterns (older files more stable)
|
|
196
|
-
|
|
197
|
-
What patterns would reduce future defects?
|
|
198
|
-
context:
|
|
199
|
-
defects: "jira:past-6-months"
|
|
200
|
-
patterns: "all"
|
|
201
|
-
output: "rules_and_recommendations"
|
|
202
|
-
|
|
203
|
-
expected_output:
|
|
204
|
-
must_contain:
|
|
205
|
-
- "pattern"
|
|
206
|
-
- "learn"
|
|
207
|
-
- "correlation"
|
|
208
|
-
- "defect"
|
|
209
|
-
- "rule"
|
|
210
|
-
must_not_contain:
|
|
211
|
-
- "no patterns"
|
|
212
|
-
- "random"
|
|
213
|
-
severity_classification: critical
|
|
214
|
-
|
|
215
|
-
validation:
|
|
216
|
-
schema_check: true
|
|
217
|
-
keyword_match_threshold: 0.8
|
|
218
|
-
reasoning_quality_min: 0.75
|
|
219
|
-
|
|
220
|
-
- id: tc004_similar_failure_detection
|
|
221
|
-
description: "Find similar failures in history to predict patterns"
|
|
222
|
-
category: patterns
|
|
223
|
-
priority: high
|
|
224
|
-
|
|
225
|
-
input:
|
|
226
|
-
prompt: |
|
|
227
|
-
Test failure: "AuthService.login() timeout in production"
|
|
228
|
-
|
|
229
|
-
Search history for:
|
|
230
|
-
1. Same module failures
|
|
231
|
-
2. Same error type (timeout)
|
|
232
|
-
3. Same time window (peak traffic hours)
|
|
233
|
-
4. Same root causes
|
|
234
|
-
5. Resolutions that worked
|
|
235
|
-
|
|
236
|
-
How would you help prevent recurrence?
|
|
237
|
-
context:
|
|
238
|
-
failure_analysis: true
|
|
239
|
-
history_window: "90d"
|
|
240
|
-
|
|
241
|
-
expected_output:
|
|
242
|
-
must_contain:
|
|
243
|
-
- "similar"
|
|
244
|
-
- "failure"
|
|
245
|
-
- "pattern"
|
|
246
|
-
- "history"
|
|
247
|
-
- "root cause"
|
|
248
|
-
finding_count:
|
|
249
|
-
min: 1
|
|
250
|
-
|
|
251
|
-
validation:
|
|
252
|
-
schema_check: true
|
|
253
|
-
keyword_match_threshold: 0.75
|
|
254
|
-
|
|
255
|
-
# ---------------------------------------------------------------------------
|
|
256
|
-
# CATEGORY: Root Cause Analysis
|
|
257
|
-
# ---------------------------------------------------------------------------
|
|
258
|
-
|
|
259
|
-
- id: tc005_five_whys_analysis
|
|
260
|
-
description: "Perform 5-whys root cause analysis"
|
|
261
|
-
category: rca
|
|
262
|
-
priority: critical
|
|
263
|
-
|
|
264
|
-
input:
|
|
265
|
-
prompt: |
|
|
266
|
-
Apply 5-whys for test failure:
|
|
267
|
-
"UserService.getById() returns null for valid ID"
|
|
268
|
-
|
|
269
|
-
1. Why does it return null?
|
|
270
|
-
- Because query returns no rows
|
|
271
|
-
2. Why does query return no rows?
|
|
272
|
-
- Because ID was not saved to database
|
|
273
|
-
3. Why was ID not saved?
|
|
274
|
-
- Because transaction rolled back
|
|
275
|
-
4. Why did transaction rollback?
|
|
276
|
-
- Because timeout on DB connection
|
|
277
|
-
5. Why is timeout occurring?
|
|
278
|
-
- Because connection pool exhausted
|
|
279
|
-
ROOT CAUSE: Connection pool misconfiguration
|
|
280
|
-
|
|
281
|
-
What's the fix?
|
|
282
|
-
context:
|
|
283
|
-
method: "five-whys"
|
|
284
|
-
depth: 5
|
|
285
|
-
|
|
286
|
-
expected_output:
|
|
287
|
-
must_contain:
|
|
288
|
-
- "why"
|
|
289
|
-
- "root cause"
|
|
290
|
-
- "transaction"
|
|
291
|
-
- "fix"
|
|
292
|
-
- "connection"
|
|
293
|
-
must_not_contain:
|
|
294
|
-
- "unclear"
|
|
295
|
-
- "unknown"
|
|
296
|
-
severity_classification: critical
|
|
297
|
-
|
|
298
|
-
validation:
|
|
299
|
-
schema_check: true
|
|
300
|
-
keyword_match_threshold: 0.8
|
|
301
|
-
reasoning_quality_min: 0.75
|
|
302
|
-
|
|
303
|
-
- id: tc006_fishbone_diagram_analysis
|
|
304
|
-
description: "Use fishbone (Ishikawa) analysis for RCA"
|
|
305
|
-
category: rca
|
|
306
|
-
priority: high
|
|
307
|
-
|
|
308
|
-
input:
|
|
309
|
-
prompt: |
|
|
310
|
-
Organize RCA using fishbone with categories:
|
|
311
|
-
- PEOPLE: Lack of training, new team member
|
|
312
|
-
- PROCESS: Missing validation, no error handling
|
|
313
|
-
- TOOLS: Outdated logger, missing monitoring
|
|
314
|
-
- ENVIRONMENT: Wrong config, insufficient resources
|
|
315
|
-
- MATERIALS: Bad test data, missing mocks
|
|
316
|
-
- MEASUREMENT: No metrics for this code path
|
|
317
|
-
|
|
318
|
-
For test failures in authentication, what causes in each category?
|
|
319
|
-
context:
|
|
320
|
-
categories: ["people", "process", "tools", "environment", "materials", "measurement"]
|
|
321
|
-
problem: "authentication_failures"
|
|
322
|
-
|
|
323
|
-
expected_output:
|
|
324
|
-
must_contain:
|
|
325
|
-
- "fishbone"
|
|
326
|
-
- "people"
|
|
327
|
-
- "process"
|
|
328
|
-
- "tools"
|
|
329
|
-
- "environment"
|
|
330
|
-
finding_count:
|
|
331
|
-
min: 1
|
|
332
|
-
|
|
333
|
-
validation:
|
|
334
|
-
schema_check: true
|
|
335
|
-
keyword_match_threshold: 0.75
|
|
336
|
-
|
|
337
|
-
- id: tc007_fault_tree_analysis
|
|
338
|
-
description: "Build fault tree for system failures"
|
|
339
|
-
category: rca
|
|
340
|
-
priority: high
|
|
341
|
-
|
|
342
|
-
input:
|
|
343
|
-
prompt: |
|
|
344
|
-
Build fault tree for "Login Service Unavailable":
|
|
345
|
-
|
|
346
|
-
Top Event: Login Service Unavailable
|
|
347
|
-
|
|
348
|
-
Intermediate Events:
|
|
349
|
-
- Database Down OR
|
|
350
|
-
- API Timeout OR
|
|
351
|
-
- Authentication Failed
|
|
352
|
-
|
|
353
|
-
Basic Events:
|
|
354
|
-
- DB connection lost, DB queries slow
|
|
355
|
-
- Network latency, service crashed
|
|
356
|
-
- Invalid credentials, expired token
|
|
357
|
-
|
|
358
|
-
How would you use this to prevent failures?
|
|
359
|
-
context:
|
|
360
|
-
top_event: "login_unavailable"
|
|
361
|
-
gate_types: ["AND", "OR", "NOT"]
|
|
362
|
-
|
|
363
|
-
expected_output:
|
|
364
|
-
must_contain:
|
|
365
|
-
- "fault tree"
|
|
366
|
-
- "event"
|
|
367
|
-
- "basic"
|
|
368
|
-
- "gate"
|
|
369
|
-
- "prevent"
|
|
370
|
-
severity_classification: high
|
|
371
|
-
|
|
372
|
-
validation:
|
|
373
|
-
schema_check: true
|
|
374
|
-
keyword_match_threshold: 0.75
|
|
375
|
-
|
|
376
|
-
# ---------------------------------------------------------------------------
|
|
377
|
-
# CATEGORY: Failure Pattern Recognition
|
|
378
|
-
# ---------------------------------------------------------------------------
|
|
379
|
-
|
|
380
|
-
- id: tc008_flaky_test_pattern_detection
|
|
381
|
-
description: "Identify patterns in flaky test failures"
|
|
382
|
-
category: patterns
|
|
383
|
-
priority: high
|
|
384
|
-
|
|
385
|
-
input:
|
|
386
|
-
prompt: |
|
|
387
|
-
Analyze flaky test: "UserService.getById() flakes 15% of time"
|
|
388
|
-
|
|
389
|
-
Patterns to investigate:
|
|
390
|
-
1. Time-based: Fails at night? During peak load?
|
|
391
|
-
2. Data-based: Fails with certain test data?
|
|
392
|
-
3. Resource-based: Fails when CPU > 80%?
|
|
393
|
-
4. External service: Fails when API times out?
|
|
394
|
-
5. Concurrency: Fails in parallel execution?
|
|
395
|
-
|
|
396
|
-
How would you stabilize this test?
|
|
397
|
-
context:
|
|
398
|
-
flaky_test: "UserService.getById()"
|
|
399
|
-
failure_rate: 0.15
|
|
400
|
-
|
|
401
|
-
expected_output:
|
|
402
|
-
must_contain:
|
|
403
|
-
- "pattern"
|
|
404
|
-
- "flaky"
|
|
405
|
-
- "investigate"
|
|
406
|
-
- "stabilize"
|
|
407
|
-
- "correlation"
|
|
408
|
-
finding_count:
|
|
409
|
-
min: 1
|
|
410
|
-
|
|
411
|
-
validation:
|
|
412
|
-
schema_check: true
|
|
413
|
-
keyword_match_threshold: 0.75
|
|
414
|
-
|
|
415
|
-
- id: tc009_regression_pattern_analysis
|
|
416
|
-
description: "Identify patterns in regression failures"
|
|
417
|
-
category: patterns
|
|
418
|
-
priority: high
|
|
419
|
-
|
|
420
|
-
input:
|
|
421
|
-
prompt: |
|
|
422
|
-
Analyze regression: "Checkout flow broke after authentication refactor"
|
|
423
|
-
|
|
424
|
-
Questions:
|
|
425
|
-
1. Which checkout modules depend on auth?
|
|
426
|
-
2. What changed in auth API?
|
|
427
|
-
3. Are there version mismatches?
|
|
428
|
-
4. Were integration tests skipped?
|
|
429
|
-
5. Was there compatibility testing?
|
|
430
|
-
|
|
431
|
-
How would you have caught this earlier?
|
|
432
|
-
context:
|
|
433
|
-
regression_type: "integration"
|
|
434
|
-
trigger_change: "auth_refactor"
|
|
435
|
-
|
|
436
|
-
expected_output:
|
|
437
|
-
must_contain:
|
|
438
|
-
- "regression"
|
|
439
|
-
- "pattern"
|
|
440
|
-
- "dependencies"
|
|
441
|
-
- "integration"
|
|
442
|
-
- "compatibility"
|
|
443
|
-
severity_classification: high
|
|
444
|
-
|
|
445
|
-
validation:
|
|
446
|
-
schema_check: true
|
|
447
|
-
keyword_match_threshold: 0.75
|
|
448
|
-
|
|
449
|
-
# ---------------------------------------------------------------------------
|
|
450
|
-
# CATEGORY: Negative Tests
|
|
451
|
-
# ---------------------------------------------------------------------------
|
|
452
|
-
|
|
453
|
-
- id: tc010_defect_prevention_strategy
|
|
454
|
-
description: "Design strategy to prevent predicted defects"
|
|
455
|
-
category: prevention
|
|
456
|
-
priority: high
|
|
457
|
-
|
|
458
|
-
input:
|
|
459
|
-
prompt: |
|
|
460
|
-
For high-risk changes, recommend:
|
|
461
|
-
1. Additional code review checkpoints
|
|
462
|
-
2. Extra testing (unit, integration, e2e)
|
|
463
|
-
3. Staging environment validation
|
|
464
|
-
4. Monitoring/alerting plan
|
|
465
|
-
5. Rollback strategy
|
|
466
|
-
6. Documentation updates
|
|
467
|
-
|
|
468
|
-
How would you implement this in CI/CD?
|
|
469
|
-
context:
|
|
470
|
-
high_risk_detected: true
|
|
471
|
-
prevention_focus: true
|
|
472
|
-
|
|
473
|
-
expected_output:
|
|
474
|
-
must_contain:
|
|
475
|
-
- "prevent"
|
|
476
|
-
- "review"
|
|
477
|
-
- "test"
|
|
478
|
-
- "monitor"
|
|
479
|
-
- "strategy"
|
|
480
|
-
finding_count:
|
|
481
|
-
min: 1
|
|
482
|
-
|
|
483
|
-
validation:
|
|
484
|
-
schema_check: true
|
|
485
|
-
allow_partial: true
|
|
486
|
-
|
|
487
|
-
# =============================================================================
|
|
488
|
-
# SUCCESS CRITERIA
|
|
489
|
-
# =============================================================================
|
|
490
|
-
|
|
491
|
-
success_criteria:
|
|
492
|
-
pass_rate: 0.8
|
|
493
|
-
critical_pass_rate: 1.0
|
|
494
|
-
avg_reasoning_quality: 0.75
|
|
495
|
-
max_execution_time_ms: 300000
|
|
496
|
-
cross_model_variance: 0.15
|
|
497
|
-
|
|
498
|
-
# =============================================================================
|
|
499
|
-
# METADATA
|
|
500
|
-
# =============================================================================
|
|
501
|
-
|
|
502
|
-
metadata:
|
|
503
|
-
author: "qe-defect-predictor"
|
|
504
|
-
created: "2026-02-02"
|
|
505
|
-
last_updated: "2026-02-02"
|
|
506
|
-
coverage_target: >
|
|
507
|
-
Change-based defect prediction with multi-factor risk scoring,
|
|
508
|
-
pattern learning from historical defect data, root cause analysis
|
|
509
|
-
using 5-whys/fishbone/fault-tree methods, failure pattern detection,
|
|
510
|
-
flaky test and regression analysis, and comprehensive defect prevention
|
|
511
|
-
strategies integrated into CI/CD.
|
|
1
|
+
# =============================================================================
|
|
2
|
+
# AQE Skill Evaluation Test Suite: QE Defect Intelligence v1.0.0
|
|
3
|
+
# =============================================================================
|
|
4
|
+
#
|
|
5
|
+
# Comprehensive evaluation suite for the qe-defect-intelligence skill.
|
|
6
|
+
# Tests ML-based defect prediction, pattern learning from historical data,
|
|
7
|
+
# root cause analysis, and proactive quality management.
|
|
8
|
+
#
|
|
9
|
+
# Schema: .claude/skills/.validation/schemas/skill-eval.schema.json
|
|
10
|
+
# Validator: .claude/skills/qe-defect-intelligence/scripts/validate-config.json
|
|
11
|
+
#
|
|
12
|
+
# Coverage:
|
|
13
|
+
# - Change-based defect prediction
|
|
14
|
+
# - Pattern learning from defect history
|
|
15
|
+
# - Root cause analysis (5-whys, fishbone, fault tree)
|
|
16
|
+
# - Failure pattern detection
|
|
17
|
+
# - Risk scoring and prioritization
|
|
18
|
+
#
|
|
19
|
+
# =============================================================================
|
|
20
|
+
|
|
21
|
+
skill: qe-defect-intelligence
|
|
22
|
+
version: 1.0.0
|
|
23
|
+
description: >
|
|
24
|
+
Comprehensive evaluation suite for the qe-defect-intelligence skill.
|
|
25
|
+
Tests AI-powered defect prediction, pattern learning from historical data,
|
|
26
|
+
root cause analysis using multiple methodologies, failure pattern detection,
|
|
27
|
+
and proactive quality management with risk scoring.
|
|
28
|
+
|
|
29
|
+
# =============================================================================
|
|
30
|
+
# Multi-Model Configuration
|
|
31
|
+
# =============================================================================
|
|
32
|
+
|
|
33
|
+
models_to_test:
|
|
34
|
+
- claude-3.5-sonnet
|
|
35
|
+
- claude-3-haiku
|
|
36
|
+
|
|
37
|
+
# =============================================================================
|
|
38
|
+
# MCP Integration Configuration
|
|
39
|
+
# =============================================================================
|
|
40
|
+
|
|
41
|
+
mcp_integration:
|
|
42
|
+
enabled: true
|
|
43
|
+
namespace: skill-validation
|
|
44
|
+
|
|
45
|
+
query_patterns: true
|
|
46
|
+
track_outcomes: true
|
|
47
|
+
store_patterns: true
|
|
48
|
+
share_learning: true
|
|
49
|
+
update_quality_gate: true
|
|
50
|
+
|
|
51
|
+
target_agents:
|
|
52
|
+
- qe-learning-coordinator
|
|
53
|
+
- qe-queen-coordinator
|
|
54
|
+
- qe-defect-predictor
|
|
55
|
+
- qe-root-cause-analyzer
|
|
56
|
+
|
|
57
|
+
# =============================================================================
|
|
58
|
+
# ReasoningBank Learning Configuration
|
|
59
|
+
# =============================================================================
|
|
60
|
+
|
|
61
|
+
learning:
|
|
62
|
+
store_success_patterns: true
|
|
63
|
+
store_failure_patterns: true
|
|
64
|
+
pattern_ttl_days: 90
|
|
65
|
+
min_confidence_to_store: 0.7
|
|
66
|
+
cross_model_comparison: true
|
|
67
|
+
|
|
68
|
+
# =============================================================================
|
|
69
|
+
# Result Format Configuration
|
|
70
|
+
# =============================================================================
|
|
71
|
+
|
|
72
|
+
result_format:
|
|
73
|
+
json_output: true
|
|
74
|
+
markdown_report: true
|
|
75
|
+
include_raw_output: false
|
|
76
|
+
include_timing: true
|
|
77
|
+
include_token_usage: true
|
|
78
|
+
|
|
79
|
+
# =============================================================================
|
|
80
|
+
# Environment Setup
|
|
81
|
+
# =============================================================================
|
|
82
|
+
|
|
83
|
+
setup:
|
|
84
|
+
required_tools:
|
|
85
|
+
- jq
|
|
86
|
+
environment_variables:
|
|
87
|
+
DEFECT_PREDICTION_MODEL: "ml"
|
|
88
|
+
PATTERN_LEARNING_ENABLED: "true"
|
|
89
|
+
RCA_DEPTH: "5"
|
|
90
|
+
fixtures: []
|
|
91
|
+
|
|
92
|
+
# =============================================================================
|
|
93
|
+
# TEST CASES
|
|
94
|
+
# =============================================================================
|
|
95
|
+
|
|
96
|
+
test_cases:
|
|
97
|
+
# ---------------------------------------------------------------------------
|
|
98
|
+
# CATEGORY: Defect Prediction
|
|
99
|
+
# ---------------------------------------------------------------------------
|
|
100
|
+
|
|
101
|
+
- id: tc001_change_based_defect_prediction
|
|
102
|
+
description: "Predict defect likelihood from code changes"
|
|
103
|
+
category: prediction
|
|
104
|
+
priority: critical
|
|
105
|
+
|
|
106
|
+
input:
|
|
107
|
+
prompt: |
|
|
108
|
+
Predict defects in PR #456 changes using:
|
|
109
|
+
1. Code churn (weight: 0.2) - how much code changed
|
|
110
|
+
2. Complexity (weight: 0.25) - cyclomatic complexity
|
|
111
|
+
3. Author experience (weight: 0.15) - familiar with module?
|
|
112
|
+
4. File history (weight: 0.2) - past defects in file
|
|
113
|
+
5. Test coverage gaps (weight: 0.2) - uncovered changes
|
|
114
|
+
|
|
115
|
+
For each high-risk change, assign risk score 0-1.
|
|
116
|
+
Which would you flag for extra review?
|
|
117
|
+
context:
|
|
118
|
+
pr_number: 456
|
|
119
|
+
factors: "all"
|
|
120
|
+
threshold_high: 0.7
|
|
121
|
+
threshold_medium: 0.4
|
|
122
|
+
|
|
123
|
+
expected_output:
|
|
124
|
+
must_contain:
|
|
125
|
+
- "defect"
|
|
126
|
+
- "predict"
|
|
127
|
+
- "risk"
|
|
128
|
+
- "score"
|
|
129
|
+
- "churn"
|
|
130
|
+
- "complexity"
|
|
131
|
+
must_not_contain:
|
|
132
|
+
- "certain"
|
|
133
|
+
- "will fail"
|
|
134
|
+
severity_classification: critical
|
|
135
|
+
finding_count:
|
|
136
|
+
min: 1
|
|
137
|
+
|
|
138
|
+
validation:
|
|
139
|
+
schema_check: true
|
|
140
|
+
keyword_match_threshold: 0.8
|
|
141
|
+
reasoning_quality_min: 0.75
|
|
142
|
+
|
|
143
|
+
- id: tc002_defect_risk_scoring
|
|
144
|
+
description: "Score defect risk across multiple factors"
|
|
145
|
+
category: prediction
|
|
146
|
+
priority: critical
|
|
147
|
+
|
|
148
|
+
input:
|
|
149
|
+
prompt: |
|
|
150
|
+
Score defect risk for modified PaymentService:
|
|
151
|
+
- Complexity: cyclomatic 18 (high: > 10)
|
|
152
|
+
- Change frequency: modified 8 times in 90 days (high)
|
|
153
|
+
- Bug history: 3 bugs in file past 180 days (concerning)
|
|
154
|
+
- Test coverage: 65% (below 85% target)
|
|
155
|
+
- Author experience: first-time modifier (unfamiliar)
|
|
156
|
+
|
|
157
|
+
Calculate overall risk score and recommend actions.
|
|
158
|
+
context:
|
|
159
|
+
factors_detailed: true
|
|
160
|
+
recommendations: true
|
|
161
|
+
|
|
162
|
+
expected_output:
|
|
163
|
+
must_contain:
|
|
164
|
+
- "risk"
|
|
165
|
+
- "score"
|
|
166
|
+
- "high"
|
|
167
|
+
- "complexity"
|
|
168
|
+
- "coverage"
|
|
169
|
+
- "recommend"
|
|
170
|
+
must_not_contain:
|
|
171
|
+
- "low risk"
|
|
172
|
+
- "unlikely"
|
|
173
|
+
severity_classification: critical
|
|
174
|
+
|
|
175
|
+
validation:
|
|
176
|
+
schema_check: true
|
|
177
|
+
keyword_match_threshold: 0.8
|
|
178
|
+
|
|
179
|
+
# ---------------------------------------------------------------------------
|
|
180
|
+
# CATEGORY: Pattern Learning
|
|
181
|
+
# ---------------------------------------------------------------------------
|
|
182
|
+
|
|
183
|
+
- id: tc003_defect_pattern_learning
|
|
184
|
+
description: "Learn patterns from historical defect data"
|
|
185
|
+
category: patterns
|
|
186
|
+
priority: critical
|
|
187
|
+
|
|
188
|
+
input:
|
|
189
|
+
prompt: |
|
|
190
|
+
Learn patterns from past 6 months of defects:
|
|
191
|
+
1. Code-smell-to-defect correlation (e.g., long methods)
|
|
192
|
+
2. Change coupling patterns (e.g., changes to A, B, C together)
|
|
193
|
+
3. Test gap correlation (files with < 60% coverage)
|
|
194
|
+
4. Complexity defect density (high complexity -> more bugs)
|
|
195
|
+
5. File age patterns (older files more stable)
|
|
196
|
+
|
|
197
|
+
What patterns would reduce future defects?
|
|
198
|
+
context:
|
|
199
|
+
defects: "jira:past-6-months"
|
|
200
|
+
patterns: "all"
|
|
201
|
+
output: "rules_and_recommendations"
|
|
202
|
+
|
|
203
|
+
expected_output:
|
|
204
|
+
must_contain:
|
|
205
|
+
- "pattern"
|
|
206
|
+
- "learn"
|
|
207
|
+
- "correlation"
|
|
208
|
+
- "defect"
|
|
209
|
+
- "rule"
|
|
210
|
+
must_not_contain:
|
|
211
|
+
- "no patterns"
|
|
212
|
+
- "random"
|
|
213
|
+
severity_classification: critical
|
|
214
|
+
|
|
215
|
+
validation:
|
|
216
|
+
schema_check: true
|
|
217
|
+
keyword_match_threshold: 0.8
|
|
218
|
+
reasoning_quality_min: 0.75
|
|
219
|
+
|
|
220
|
+
- id: tc004_similar_failure_detection
|
|
221
|
+
description: "Find similar failures in history to predict patterns"
|
|
222
|
+
category: patterns
|
|
223
|
+
priority: high
|
|
224
|
+
|
|
225
|
+
input:
|
|
226
|
+
prompt: |
|
|
227
|
+
Test failure: "AuthService.login() timeout in production"
|
|
228
|
+
|
|
229
|
+
Search history for:
|
|
230
|
+
1. Same module failures
|
|
231
|
+
2. Same error type (timeout)
|
|
232
|
+
3. Same time window (peak traffic hours)
|
|
233
|
+
4. Same root causes
|
|
234
|
+
5. Resolutions that worked
|
|
235
|
+
|
|
236
|
+
How would you help prevent recurrence?
|
|
237
|
+
context:
|
|
238
|
+
failure_analysis: true
|
|
239
|
+
history_window: "90d"
|
|
240
|
+
|
|
241
|
+
expected_output:
|
|
242
|
+
must_contain:
|
|
243
|
+
- "similar"
|
|
244
|
+
- "failure"
|
|
245
|
+
- "pattern"
|
|
246
|
+
- "history"
|
|
247
|
+
- "root cause"
|
|
248
|
+
finding_count:
|
|
249
|
+
min: 1
|
|
250
|
+
|
|
251
|
+
validation:
|
|
252
|
+
schema_check: true
|
|
253
|
+
keyword_match_threshold: 0.75
|
|
254
|
+
|
|
255
|
+
# ---------------------------------------------------------------------------
|
|
256
|
+
# CATEGORY: Root Cause Analysis
|
|
257
|
+
# ---------------------------------------------------------------------------
|
|
258
|
+
|
|
259
|
+
- id: tc005_five_whys_analysis
|
|
260
|
+
description: "Perform 5-whys root cause analysis"
|
|
261
|
+
category: rca
|
|
262
|
+
priority: critical
|
|
263
|
+
|
|
264
|
+
input:
|
|
265
|
+
prompt: |
|
|
266
|
+
Apply 5-whys for test failure:
|
|
267
|
+
"UserService.getById() returns null for valid ID"
|
|
268
|
+
|
|
269
|
+
1. Why does it return null?
|
|
270
|
+
- Because query returns no rows
|
|
271
|
+
2. Why does query return no rows?
|
|
272
|
+
- Because ID was not saved to database
|
|
273
|
+
3. Why was ID not saved?
|
|
274
|
+
- Because transaction rolled back
|
|
275
|
+
4. Why did transaction rollback?
|
|
276
|
+
- Because timeout on DB connection
|
|
277
|
+
5. Why is timeout occurring?
|
|
278
|
+
- Because connection pool exhausted
|
|
279
|
+
ROOT CAUSE: Connection pool misconfiguration
|
|
280
|
+
|
|
281
|
+
What's the fix?
|
|
282
|
+
context:
|
|
283
|
+
method: "five-whys"
|
|
284
|
+
depth: 5
|
|
285
|
+
|
|
286
|
+
expected_output:
|
|
287
|
+
must_contain:
|
|
288
|
+
- "why"
|
|
289
|
+
- "root cause"
|
|
290
|
+
- "transaction"
|
|
291
|
+
- "fix"
|
|
292
|
+
- "connection"
|
|
293
|
+
must_not_contain:
|
|
294
|
+
- "unclear"
|
|
295
|
+
- "unknown"
|
|
296
|
+
severity_classification: critical
|
|
297
|
+
|
|
298
|
+
validation:
|
|
299
|
+
schema_check: true
|
|
300
|
+
keyword_match_threshold: 0.8
|
|
301
|
+
reasoning_quality_min: 0.75
|
|
302
|
+
|
|
303
|
+
- id: tc006_fishbone_diagram_analysis
|
|
304
|
+
description: "Use fishbone (Ishikawa) analysis for RCA"
|
|
305
|
+
category: rca
|
|
306
|
+
priority: high
|
|
307
|
+
|
|
308
|
+
input:
|
|
309
|
+
prompt: |
|
|
310
|
+
Organize RCA using fishbone with categories:
|
|
311
|
+
- PEOPLE: Lack of training, new team member
|
|
312
|
+
- PROCESS: Missing validation, no error handling
|
|
313
|
+
- TOOLS: Outdated logger, missing monitoring
|
|
314
|
+
- ENVIRONMENT: Wrong config, insufficient resources
|
|
315
|
+
- MATERIALS: Bad test data, missing mocks
|
|
316
|
+
- MEASUREMENT: No metrics for this code path
|
|
317
|
+
|
|
318
|
+
For test failures in authentication, what causes in each category?
|
|
319
|
+
context:
|
|
320
|
+
categories: ["people", "process", "tools", "environment", "materials", "measurement"]
|
|
321
|
+
problem: "authentication_failures"
|
|
322
|
+
|
|
323
|
+
expected_output:
|
|
324
|
+
must_contain:
|
|
325
|
+
- "fishbone"
|
|
326
|
+
- "people"
|
|
327
|
+
- "process"
|
|
328
|
+
- "tools"
|
|
329
|
+
- "environment"
|
|
330
|
+
finding_count:
|
|
331
|
+
min: 1
|
|
332
|
+
|
|
333
|
+
validation:
|
|
334
|
+
schema_check: true
|
|
335
|
+
keyword_match_threshold: 0.75
|
|
336
|
+
|
|
337
|
+
- id: tc007_fault_tree_analysis
|
|
338
|
+
description: "Build fault tree for system failures"
|
|
339
|
+
category: rca
|
|
340
|
+
priority: high
|
|
341
|
+
|
|
342
|
+
input:
|
|
343
|
+
prompt: |
|
|
344
|
+
Build fault tree for "Login Service Unavailable":
|
|
345
|
+
|
|
346
|
+
Top Event: Login Service Unavailable
|
|
347
|
+
|
|
348
|
+
Intermediate Events:
|
|
349
|
+
- Database Down OR
|
|
350
|
+
- API Timeout OR
|
|
351
|
+
- Authentication Failed
|
|
352
|
+
|
|
353
|
+
Basic Events:
|
|
354
|
+
- DB connection lost, DB queries slow
|
|
355
|
+
- Network latency, service crashed
|
|
356
|
+
- Invalid credentials, expired token
|
|
357
|
+
|
|
358
|
+
How would you use this to prevent failures?
|
|
359
|
+
context:
|
|
360
|
+
top_event: "login_unavailable"
|
|
361
|
+
gate_types: ["AND", "OR", "NOT"]
|
|
362
|
+
|
|
363
|
+
expected_output:
|
|
364
|
+
must_contain:
|
|
365
|
+
- "fault tree"
|
|
366
|
+
- "event"
|
|
367
|
+
- "basic"
|
|
368
|
+
- "gate"
|
|
369
|
+
- "prevent"
|
|
370
|
+
severity_classification: high
|
|
371
|
+
|
|
372
|
+
validation:
|
|
373
|
+
schema_check: true
|
|
374
|
+
keyword_match_threshold: 0.75
|
|
375
|
+
|
|
376
|
+
# ---------------------------------------------------------------------------
|
|
377
|
+
# CATEGORY: Failure Pattern Recognition
|
|
378
|
+
# ---------------------------------------------------------------------------
|
|
379
|
+
|
|
380
|
+
- id: tc008_flaky_test_pattern_detection
|
|
381
|
+
description: "Identify patterns in flaky test failures"
|
|
382
|
+
category: patterns
|
|
383
|
+
priority: high
|
|
384
|
+
|
|
385
|
+
input:
|
|
386
|
+
prompt: |
|
|
387
|
+
Analyze flaky test: "UserService.getById() flakes 15% of time"
|
|
388
|
+
|
|
389
|
+
Patterns to investigate:
|
|
390
|
+
1. Time-based: Fails at night? During peak load?
|
|
391
|
+
2. Data-based: Fails with certain test data?
|
|
392
|
+
3. Resource-based: Fails when CPU > 80%?
|
|
393
|
+
4. External service: Fails when API times out?
|
|
394
|
+
5. Concurrency: Fails in parallel execution?
|
|
395
|
+
|
|
396
|
+
How would you stabilize this test?
|
|
397
|
+
context:
|
|
398
|
+
flaky_test: "UserService.getById()"
|
|
399
|
+
failure_rate: 0.15
|
|
400
|
+
|
|
401
|
+
expected_output:
|
|
402
|
+
must_contain:
|
|
403
|
+
- "pattern"
|
|
404
|
+
- "flaky"
|
|
405
|
+
- "investigate"
|
|
406
|
+
- "stabilize"
|
|
407
|
+
- "correlation"
|
|
408
|
+
finding_count:
|
|
409
|
+
min: 1
|
|
410
|
+
|
|
411
|
+
validation:
|
|
412
|
+
schema_check: true
|
|
413
|
+
keyword_match_threshold: 0.75
|
|
414
|
+
|
|
415
|
+
- id: tc009_regression_pattern_analysis
|
|
416
|
+
description: "Identify patterns in regression failures"
|
|
417
|
+
category: patterns
|
|
418
|
+
priority: high
|
|
419
|
+
|
|
420
|
+
input:
|
|
421
|
+
prompt: |
|
|
422
|
+
Analyze regression: "Checkout flow broke after authentication refactor"
|
|
423
|
+
|
|
424
|
+
Questions:
|
|
425
|
+
1. Which checkout modules depend on auth?
|
|
426
|
+
2. What changed in auth API?
|
|
427
|
+
3. Are there version mismatches?
|
|
428
|
+
4. Were integration tests skipped?
|
|
429
|
+
5. Was there compatibility testing?
|
|
430
|
+
|
|
431
|
+
How would you have caught this earlier?
|
|
432
|
+
context:
|
|
433
|
+
regression_type: "integration"
|
|
434
|
+
trigger_change: "auth_refactor"
|
|
435
|
+
|
|
436
|
+
expected_output:
|
|
437
|
+
must_contain:
|
|
438
|
+
- "regression"
|
|
439
|
+
- "pattern"
|
|
440
|
+
- "dependencies"
|
|
441
|
+
- "integration"
|
|
442
|
+
- "compatibility"
|
|
443
|
+
severity_classification: high
|
|
444
|
+
|
|
445
|
+
validation:
|
|
446
|
+
schema_check: true
|
|
447
|
+
keyword_match_threshold: 0.75
|
|
448
|
+
|
|
449
|
+
# ---------------------------------------------------------------------------
|
|
450
|
+
# CATEGORY: Negative Tests
|
|
451
|
+
# ---------------------------------------------------------------------------
|
|
452
|
+
|
|
453
|
+
- id: tc010_defect_prevention_strategy
|
|
454
|
+
description: "Design strategy to prevent predicted defects"
|
|
455
|
+
category: prevention
|
|
456
|
+
priority: high
|
|
457
|
+
|
|
458
|
+
input:
|
|
459
|
+
prompt: |
|
|
460
|
+
For high-risk changes, recommend:
|
|
461
|
+
1. Additional code review checkpoints
|
|
462
|
+
2. Extra testing (unit, integration, e2e)
|
|
463
|
+
3. Staging environment validation
|
|
464
|
+
4. Monitoring/alerting plan
|
|
465
|
+
5. Rollback strategy
|
|
466
|
+
6. Documentation updates
|
|
467
|
+
|
|
468
|
+
How would you implement this in CI/CD?
|
|
469
|
+
context:
|
|
470
|
+
high_risk_detected: true
|
|
471
|
+
prevention_focus: true
|
|
472
|
+
|
|
473
|
+
expected_output:
|
|
474
|
+
must_contain:
|
|
475
|
+
- "prevent"
|
|
476
|
+
- "review"
|
|
477
|
+
- "test"
|
|
478
|
+
- "monitor"
|
|
479
|
+
- "strategy"
|
|
480
|
+
finding_count:
|
|
481
|
+
min: 1
|
|
482
|
+
|
|
483
|
+
validation:
|
|
484
|
+
schema_check: true
|
|
485
|
+
allow_partial: true
|
|
486
|
+
|
|
487
|
+
# =============================================================================
|
|
488
|
+
# SUCCESS CRITERIA
|
|
489
|
+
# =============================================================================
|
|
490
|
+
|
|
491
|
+
success_criteria:
|
|
492
|
+
pass_rate: 0.8
|
|
493
|
+
critical_pass_rate: 1.0
|
|
494
|
+
avg_reasoning_quality: 0.75
|
|
495
|
+
max_execution_time_ms: 300000
|
|
496
|
+
cross_model_variance: 0.15
|
|
497
|
+
|
|
498
|
+
# =============================================================================
|
|
499
|
+
# METADATA
|
|
500
|
+
# =============================================================================
|
|
501
|
+
|
|
502
|
+
metadata:
|
|
503
|
+
author: "qe-defect-predictor"
|
|
504
|
+
created: "2026-02-02"
|
|
505
|
+
last_updated: "2026-02-02"
|
|
506
|
+
coverage_target: >
|
|
507
|
+
Change-based defect prediction with multi-factor risk scoring,
|
|
508
|
+
pattern learning from historical defect data, root cause analysis
|
|
509
|
+
using 5-whys/fishbone/fault-tree methods, failure pattern detection,
|
|
510
|
+
flaky test and regression analysis, and comprehensive defect prevention
|
|
511
|
+
strategies integrated into CI/CD.
|