agentic-qe 3.7.9 → 3.7.11
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 +36 -0
- package/README.md +171 -901
- 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/agents/claim-verifier/verifiers/output-verifier.d.ts +1 -0
- package/dist/agents/claim-verifier/verifiers/output-verifier.d.ts.map +1 -1
- package/dist/agents/claim-verifier/verifiers/output-verifier.js +16 -3
- package/dist/agents/claim-verifier/verifiers/output-verifier.js.map +1 -1
- package/dist/cli/bundle.js +488 -75
- 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/governance/adversarial-defense-integration.d.ts +29 -0
- package/dist/governance/adversarial-defense-integration.d.ts.map +1 -1
- package/dist/governance/adversarial-defense-integration.js +85 -1
- package/dist/governance/adversarial-defense-integration.js.map +1 -1
- package/dist/governance/continue-gate-integration.d.ts +7 -5
- package/dist/governance/continue-gate-integration.d.ts.map +1 -1
- package/dist/governance/continue-gate-integration.js +72 -15
- package/dist/governance/continue-gate-integration.js.map +1 -1
- package/dist/governance/deterministic-gateway-integration.d.ts +5 -0
- package/dist/governance/deterministic-gateway-integration.d.ts.map +1 -1
- package/dist/governance/deterministic-gateway-integration.js +35 -1
- package/dist/governance/deterministic-gateway-integration.js.map +1 -1
- package/dist/governance/evolution-pipeline-integration.d.ts +5 -0
- package/dist/governance/evolution-pipeline-integration.d.ts.map +1 -1
- package/dist/governance/evolution-pipeline-integration.js +57 -1
- package/dist/governance/evolution-pipeline-integration.js.map +1 -1
- package/dist/governance/memory-write-gate-integration.d.ts +6 -3
- package/dist/governance/memory-write-gate-integration.d.ts.map +1 -1
- package/dist/governance/memory-write-gate-integration.js +48 -10
- package/dist/governance/memory-write-gate-integration.js.map +1 -1
- package/dist/governance/proof-envelope-integration.d.ts +1 -0
- package/dist/governance/proof-envelope-integration.d.ts.map +1 -1
- package/dist/governance/proof-envelope-integration.js +37 -0
- package/dist/governance/proof-envelope-integration.js.map +1 -1
- package/dist/governance/shard-retriever-integration.d.ts +10 -0
- package/dist/governance/shard-retriever-integration.d.ts.map +1 -1
- package/dist/governance/shard-retriever-integration.js +50 -1
- package/dist/governance/shard-retriever-integration.js.map +1 -1
- package/dist/governance/trust-accumulator-integration.d.ts +5 -0
- package/dist/governance/trust-accumulator-integration.d.ts.map +1 -1
- package/dist/governance/trust-accumulator-integration.js +35 -2
- package/dist/governance/trust-accumulator-integration.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 +478 -62
- package/dist/mcp/protocol-server.js +2 -2
- package/dist/mcp/tool-registry.d.ts.map +1 -1
- package/dist/mcp/tool-registry.js +1 -0
- package/dist/mcp/tool-registry.js.map +1 -1
- 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/dist/shared/sql-safety.d.ts.map +1 -1
- package/dist/shared/sql-safety.js +7 -1
- package/dist/shared/sql-safety.js.map +1 -1
- package/package.json +6 -2
- package/scripts/prepare-assets.sh +8 -0
|
@@ -1,719 +1,719 @@
|
|
|
1
|
-
# =============================================================================
|
|
2
|
-
# AQE Accessibility Testing Skill Evaluation Suite v1.0.0
|
|
3
|
-
# WCAG 2.2 compliance testing evaluation with POUR principle coverage
|
|
4
|
-
# =============================================================================
|
|
5
|
-
#
|
|
6
|
-
# This evaluation suite validates accessibility testing skill behavior through:
|
|
7
|
-
# 1. POUR principle coverage (Perceivable, Operable, Understandable, Robust)
|
|
8
|
-
# 2. WCAG 2.2 Level A, AA, AAA conformance testing
|
|
9
|
-
# 3. Multi-model consistency across Claude and GPT models
|
|
10
|
-
# 4. Severity classification validation
|
|
11
|
-
# 5. Remediation quality assessment
|
|
12
|
-
#
|
|
13
|
-
# Schema: .validation/schemas/skill-eval.schema.json
|
|
14
|
-
# Runner: scripts/run-skill-eval.ts
|
|
15
|
-
# =============================================================================
|
|
16
|
-
|
|
17
|
-
skill: accessibility-testing
|
|
18
|
-
version: 1.0.0
|
|
19
|
-
description: >
|
|
20
|
-
Comprehensive evaluation suite for WCAG 2.2 accessibility testing skill.
|
|
21
|
-
Tests POUR principles (Perceivable, Operable, Understandable, Robust),
|
|
22
|
-
conformance levels, finding detection, and remediation quality across
|
|
23
|
-
multiple LLM models.
|
|
24
|
-
|
|
25
|
-
# =============================================================================
|
|
26
|
-
# Multi-Model Configuration
|
|
27
|
-
# =============================================================================
|
|
28
|
-
|
|
29
|
-
models_to_test:
|
|
30
|
-
- claude-3.5-sonnet # Primary model (high accuracy expected)
|
|
31
|
-
- claude-3-haiku # Fast model (ensure minimum quality)
|
|
32
|
-
- gpt-4o # Cross-vendor validation
|
|
33
|
-
|
|
34
|
-
# =============================================================================
|
|
35
|
-
# MCP Integration Configuration
|
|
36
|
-
# =============================================================================
|
|
37
|
-
|
|
38
|
-
mcp_integration:
|
|
39
|
-
enabled: true
|
|
40
|
-
namespace: skill-validation
|
|
41
|
-
|
|
42
|
-
# Query existing accessibility patterns before running evals
|
|
43
|
-
query_patterns: true
|
|
44
|
-
|
|
45
|
-
# Track each test outcome for learning feedback
|
|
46
|
-
track_outcomes: true
|
|
47
|
-
|
|
48
|
-
# Store successful patterns (WCAG violations, remediation approaches)
|
|
49
|
-
store_patterns: true
|
|
50
|
-
|
|
51
|
-
# Share learning with fleet coordinator agents
|
|
52
|
-
share_learning: true
|
|
53
|
-
|
|
54
|
-
# Update quality gate with accessibility metrics
|
|
55
|
-
update_quality_gate: true
|
|
56
|
-
|
|
57
|
-
# Agents to share learning with
|
|
58
|
-
target_agents:
|
|
59
|
-
- qe-learning-coordinator
|
|
60
|
-
- qe-queen-coordinator
|
|
61
|
-
- qe-accessibility-auditor
|
|
62
|
-
|
|
63
|
-
# =============================================================================
|
|
64
|
-
# ReasoningBank Learning Configuration
|
|
65
|
-
# =============================================================================
|
|
66
|
-
|
|
67
|
-
learning:
|
|
68
|
-
store_success_patterns: true
|
|
69
|
-
store_failure_patterns: true
|
|
70
|
-
pattern_ttl_days: 90
|
|
71
|
-
min_confidence_to_store: 0.7
|
|
72
|
-
cross_model_comparison: true
|
|
73
|
-
|
|
74
|
-
# =============================================================================
|
|
75
|
-
# Result Format Configuration
|
|
76
|
-
# =============================================================================
|
|
77
|
-
|
|
78
|
-
result_format:
|
|
79
|
-
json_output: true
|
|
80
|
-
markdown_report: true
|
|
81
|
-
include_raw_output: false
|
|
82
|
-
include_timing: true
|
|
83
|
-
include_token_usage: true
|
|
84
|
-
|
|
85
|
-
# =============================================================================
|
|
86
|
-
# Environment Setup
|
|
87
|
-
# =============================================================================
|
|
88
|
-
|
|
89
|
-
setup:
|
|
90
|
-
required_tools:
|
|
91
|
-
- jq
|
|
92
|
-
environment_variables:
|
|
93
|
-
WCAG_VERSION: "2.2"
|
|
94
|
-
TARGET_LEVEL: "AA"
|
|
95
|
-
fixtures:
|
|
96
|
-
- name: accessible_page
|
|
97
|
-
content: |
|
|
98
|
-
<!DOCTYPE html>
|
|
99
|
-
<html lang="en">
|
|
100
|
-
<head><title>Accessible Page</title></head>
|
|
101
|
-
<body>
|
|
102
|
-
<header><nav aria-label="Main"><a href="/">Home</a></nav></header>
|
|
103
|
-
<main>
|
|
104
|
-
<h1>Welcome</h1>
|
|
105
|
-
<img src="hero.jpg" alt="Person using laptop">
|
|
106
|
-
<form>
|
|
107
|
-
<label for="email">Email:</label>
|
|
108
|
-
<input type="email" id="email" name="email" required>
|
|
109
|
-
<button type="submit">Subscribe</button>
|
|
110
|
-
</form>
|
|
111
|
-
</main>
|
|
112
|
-
</body>
|
|
113
|
-
</html>
|
|
114
|
-
- name: inaccessible_page
|
|
115
|
-
content: |
|
|
116
|
-
<!DOCTYPE html>
|
|
117
|
-
<html>
|
|
118
|
-
<head><title></title></head>
|
|
119
|
-
<body>
|
|
120
|
-
<div onclick="navigate()">Menu</div>
|
|
121
|
-
<img src="logo.png">
|
|
122
|
-
<input type="text" placeholder="Enter email">
|
|
123
|
-
<span style="color: #999; background: #fff;">Light gray text</span>
|
|
124
|
-
</body>
|
|
125
|
-
</html>
|
|
126
|
-
|
|
127
|
-
# =============================================================================
|
|
128
|
-
# Test Cases - POUR Principles Coverage
|
|
129
|
-
# =============================================================================
|
|
130
|
-
|
|
131
|
-
test_cases:
|
|
132
|
-
# -------------------------------------------------------------------------
|
|
133
|
-
# PERCEIVABLE (WCAG 1.x) - Content can be perceived
|
|
134
|
-
# -------------------------------------------------------------------------
|
|
135
|
-
|
|
136
|
-
- id: tc001_perceivable_alt_text
|
|
137
|
-
description: "Detect missing alt text on images (WCAG 1.1.1)"
|
|
138
|
-
category: perceivable
|
|
139
|
-
priority: critical
|
|
140
|
-
|
|
141
|
-
input:
|
|
142
|
-
code: |
|
|
143
|
-
<img src="product.jpg">
|
|
144
|
-
<img src="banner.png" alt="">
|
|
145
|
-
<img src="hero.jpg" alt="Team collaboration in modern office">
|
|
146
|
-
context:
|
|
147
|
-
language: html
|
|
148
|
-
wcagLevel: AA
|
|
149
|
-
|
|
150
|
-
expected_output:
|
|
151
|
-
must_contain:
|
|
152
|
-
- "alt"
|
|
153
|
-
- "1.1.1"
|
|
154
|
-
- "perceivable"
|
|
155
|
-
must_not_contain:
|
|
156
|
-
- "no issues"
|
|
157
|
-
finding_count:
|
|
158
|
-
min: 1
|
|
159
|
-
max: 2
|
|
160
|
-
severity_classification: serious
|
|
161
|
-
|
|
162
|
-
validation:
|
|
163
|
-
schema_check: true
|
|
164
|
-
keyword_match_threshold: 0.9
|
|
165
|
-
reasoning_quality_min: 0.7
|
|
166
|
-
|
|
167
|
-
- id: tc002_perceivable_color_contrast
|
|
168
|
-
description: "Detect insufficient color contrast (WCAG 1.4.3)"
|
|
169
|
-
category: perceivable
|
|
170
|
-
priority: critical
|
|
171
|
-
|
|
172
|
-
input:
|
|
173
|
-
code: |
|
|
174
|
-
<p style="color: #777; background-color: #fff;">Gray text on white</p>
|
|
175
|
-
<p style="color: #333; background-color: #fff;">Dark text on white</p>
|
|
176
|
-
<h1 style="color: #aaa; background-color: #eee;">Low contrast heading</h1>
|
|
177
|
-
context:
|
|
178
|
-
language: html
|
|
179
|
-
wcagLevel: AA
|
|
180
|
-
|
|
181
|
-
expected_output:
|
|
182
|
-
must_contain:
|
|
183
|
-
- "contrast"
|
|
184
|
-
- "1.4.3"
|
|
185
|
-
- "4.5:1"
|
|
186
|
-
finding_count:
|
|
187
|
-
min: 1
|
|
188
|
-
max: 3
|
|
189
|
-
|
|
190
|
-
validation:
|
|
191
|
-
schema_check: true
|
|
192
|
-
keyword_match_threshold: 0.8
|
|
193
|
-
|
|
194
|
-
- id: tc003_perceivable_video_captions
|
|
195
|
-
description: "Detect videos without captions (WCAG 1.2.2)"
|
|
196
|
-
category: perceivable
|
|
197
|
-
priority: critical
|
|
198
|
-
|
|
199
|
-
input:
|
|
200
|
-
code: |
|
|
201
|
-
<video src="product-demo.mp4" controls>
|
|
202
|
-
<source src="product-demo.mp4" type="video/mp4">
|
|
203
|
-
</video>
|
|
204
|
-
<video controls>
|
|
205
|
-
<source src="interview.mp4" type="video/mp4">
|
|
206
|
-
<track kind="captions" src="captions.vtt" srclang="en">
|
|
207
|
-
</video>
|
|
208
|
-
context:
|
|
209
|
-
language: html
|
|
210
|
-
wcagLevel: AA
|
|
211
|
-
|
|
212
|
-
expected_output:
|
|
213
|
-
must_contain:
|
|
214
|
-
- "caption"
|
|
215
|
-
- "1.2.2"
|
|
216
|
-
- "track"
|
|
217
|
-
finding_count:
|
|
218
|
-
min: 1
|
|
219
|
-
max: 2
|
|
220
|
-
|
|
221
|
-
validation:
|
|
222
|
-
schema_check: true
|
|
223
|
-
keyword_match_threshold: 0.8
|
|
224
|
-
|
|
225
|
-
# -------------------------------------------------------------------------
|
|
226
|
-
# OPERABLE (WCAG 2.x) - Interface is operable
|
|
227
|
-
# -------------------------------------------------------------------------
|
|
228
|
-
|
|
229
|
-
- id: tc004_operable_keyboard_access
|
|
230
|
-
description: "Detect elements not keyboard accessible (WCAG 2.1.1)"
|
|
231
|
-
category: operable
|
|
232
|
-
priority: critical
|
|
233
|
-
|
|
234
|
-
input:
|
|
235
|
-
code: |
|
|
236
|
-
<div onclick="handleClick()">Click me</div>
|
|
237
|
-
<span class="button" onclick="submit()">Submit</span>
|
|
238
|
-
<button onclick="save()">Save</button>
|
|
239
|
-
<a href="/next">Next Page</a>
|
|
240
|
-
context:
|
|
241
|
-
language: html
|
|
242
|
-
wcagLevel: A
|
|
243
|
-
|
|
244
|
-
expected_output:
|
|
245
|
-
must_contain:
|
|
246
|
-
- "keyboard"
|
|
247
|
-
- "2.1.1"
|
|
248
|
-
- "operable"
|
|
249
|
-
- "button"
|
|
250
|
-
must_not_contain:
|
|
251
|
-
- "all elements accessible"
|
|
252
|
-
finding_count:
|
|
253
|
-
min: 2
|
|
254
|
-
max: 3
|
|
255
|
-
severity_classification: critical
|
|
256
|
-
|
|
257
|
-
validation:
|
|
258
|
-
schema_check: true
|
|
259
|
-
keyword_match_threshold: 0.9
|
|
260
|
-
reasoning_quality_min: 0.8
|
|
261
|
-
|
|
262
|
-
- id: tc005_operable_focus_visible
|
|
263
|
-
description: "Detect missing focus indicators (WCAG 2.4.7)"
|
|
264
|
-
category: operable
|
|
265
|
-
priority: high
|
|
266
|
-
|
|
267
|
-
input:
|
|
268
|
-
code: |
|
|
269
|
-
<style>
|
|
270
|
-
button:focus { outline: none; }
|
|
271
|
-
a:focus { outline: 0; }
|
|
272
|
-
input:focus { outline: none; border-color: blue; }
|
|
273
|
-
</style>
|
|
274
|
-
<button>Submit</button>
|
|
275
|
-
<a href="/">Home</a>
|
|
276
|
-
<input type="text" placeholder="Search">
|
|
277
|
-
context:
|
|
278
|
-
language: html
|
|
279
|
-
wcagLevel: AA
|
|
280
|
-
|
|
281
|
-
expected_output:
|
|
282
|
-
must_contain:
|
|
283
|
-
- "focus"
|
|
284
|
-
- "2.4.7"
|
|
285
|
-
- "outline"
|
|
286
|
-
finding_count:
|
|
287
|
-
min: 2
|
|
288
|
-
max: 3
|
|
289
|
-
|
|
290
|
-
validation:
|
|
291
|
-
schema_check: true
|
|
292
|
-
keyword_match_threshold: 0.8
|
|
293
|
-
|
|
294
|
-
- id: tc006_operable_keyboard_trap
|
|
295
|
-
description: "Detect keyboard traps (WCAG 2.1.2)"
|
|
296
|
-
category: operable
|
|
297
|
-
priority: critical
|
|
298
|
-
|
|
299
|
-
input:
|
|
300
|
-
code: |
|
|
301
|
-
<div id="modal" tabindex="0" onkeydown="if(event.key==='Tab'){event.preventDefault();}">
|
|
302
|
-
<h2>Modal Dialog</h2>
|
|
303
|
-
<input type="text" placeholder="Enter name">
|
|
304
|
-
<button>Close</button>
|
|
305
|
-
</div>
|
|
306
|
-
context:
|
|
307
|
-
language: html
|
|
308
|
-
wcagLevel: A
|
|
309
|
-
description: "Modal with keyboard trap"
|
|
310
|
-
|
|
311
|
-
expected_output:
|
|
312
|
-
must_contain:
|
|
313
|
-
- "keyboard trap"
|
|
314
|
-
- "2.1.2"
|
|
315
|
-
- "Tab"
|
|
316
|
-
severity_classification: critical
|
|
317
|
-
|
|
318
|
-
validation:
|
|
319
|
-
schema_check: true
|
|
320
|
-
|
|
321
|
-
# -------------------------------------------------------------------------
|
|
322
|
-
# UNDERSTANDABLE (WCAG 3.x) - Content is understandable
|
|
323
|
-
# -------------------------------------------------------------------------
|
|
324
|
-
|
|
325
|
-
- id: tc007_understandable_form_labels
|
|
326
|
-
description: "Detect form inputs without labels (WCAG 3.3.2)"
|
|
327
|
-
category: understandable
|
|
328
|
-
priority: high
|
|
329
|
-
|
|
330
|
-
input:
|
|
331
|
-
code: |
|
|
332
|
-
<form>
|
|
333
|
-
<input type="text" placeholder="Name">
|
|
334
|
-
<input type="email" placeholder="Email">
|
|
335
|
-
<label for="phone">Phone:</label>
|
|
336
|
-
<input type="tel" id="phone">
|
|
337
|
-
<button>Submit</button>
|
|
338
|
-
</form>
|
|
339
|
-
context:
|
|
340
|
-
language: html
|
|
341
|
-
wcagLevel: A
|
|
342
|
-
|
|
343
|
-
expected_output:
|
|
344
|
-
must_contain:
|
|
345
|
-
- "label"
|
|
346
|
-
- "3.3.2"
|
|
347
|
-
- "understandable"
|
|
348
|
-
finding_count:
|
|
349
|
-
min: 2
|
|
350
|
-
max: 3
|
|
351
|
-
|
|
352
|
-
validation:
|
|
353
|
-
schema_check: true
|
|
354
|
-
keyword_match_threshold: 0.8
|
|
355
|
-
|
|
356
|
-
- id: tc008_understandable_error_messages
|
|
357
|
-
description: "Detect missing error identification (WCAG 3.3.1)"
|
|
358
|
-
category: understandable
|
|
359
|
-
priority: high
|
|
360
|
-
|
|
361
|
-
input:
|
|
362
|
-
code: |
|
|
363
|
-
<form>
|
|
364
|
-
<input type="email" required aria-invalid="true">
|
|
365
|
-
<span style="color: red;">*</span>
|
|
366
|
-
<input type="password" required aria-describedby="pwd-error">
|
|
367
|
-
<span id="pwd-error" role="alert">Password must be 8+ characters</span>
|
|
368
|
-
</form>
|
|
369
|
-
context:
|
|
370
|
-
language: html
|
|
371
|
-
wcagLevel: A
|
|
372
|
-
|
|
373
|
-
expected_output:
|
|
374
|
-
must_contain:
|
|
375
|
-
- "error"
|
|
376
|
-
- "3.3.1"
|
|
377
|
-
finding_count:
|
|
378
|
-
min: 1
|
|
379
|
-
max: 2
|
|
380
|
-
|
|
381
|
-
validation:
|
|
382
|
-
schema_check: true
|
|
383
|
-
|
|
384
|
-
- id: tc009_understandable_language
|
|
385
|
-
description: "Detect missing page language (WCAG 3.1.1)"
|
|
386
|
-
category: understandable
|
|
387
|
-
priority: high
|
|
388
|
-
|
|
389
|
-
input:
|
|
390
|
-
code: |
|
|
391
|
-
<!DOCTYPE html>
|
|
392
|
-
<html>
|
|
393
|
-
<head><title>My Page</title></head>
|
|
394
|
-
<body><h1>Welcome</h1></body>
|
|
395
|
-
</html>
|
|
396
|
-
context:
|
|
397
|
-
language: html
|
|
398
|
-
wcagLevel: A
|
|
399
|
-
|
|
400
|
-
expected_output:
|
|
401
|
-
must_contain:
|
|
402
|
-
- "lang"
|
|
403
|
-
- "3.1.1"
|
|
404
|
-
- "language"
|
|
405
|
-
finding_count:
|
|
406
|
-
min: 1
|
|
407
|
-
max: 1
|
|
408
|
-
severity_classification: serious
|
|
409
|
-
|
|
410
|
-
validation:
|
|
411
|
-
schema_check: true
|
|
412
|
-
keyword_match_threshold: 0.9
|
|
413
|
-
|
|
414
|
-
# -------------------------------------------------------------------------
|
|
415
|
-
# ROBUST (WCAG 4.x) - Compatible with assistive technologies
|
|
416
|
-
# -------------------------------------------------------------------------
|
|
417
|
-
|
|
418
|
-
- id: tc010_robust_aria_valid
|
|
419
|
-
description: "Detect invalid ARIA attributes (WCAG 4.1.2)"
|
|
420
|
-
category: robust
|
|
421
|
-
priority: high
|
|
422
|
-
|
|
423
|
-
input:
|
|
424
|
-
code: |
|
|
425
|
-
<button aria-label="">Submit</button>
|
|
426
|
-
<div role="button" aria-pressed="maybe">Toggle</div>
|
|
427
|
-
<input type="checkbox" aria-checked="true">
|
|
428
|
-
<nav aria-labelledby="nonexistent">Navigation</nav>
|
|
429
|
-
context:
|
|
430
|
-
language: html
|
|
431
|
-
wcagLevel: A
|
|
432
|
-
|
|
433
|
-
expected_output:
|
|
434
|
-
must_contain:
|
|
435
|
-
- "ARIA"
|
|
436
|
-
- "4.1.2"
|
|
437
|
-
- "robust"
|
|
438
|
-
finding_count:
|
|
439
|
-
min: 2
|
|
440
|
-
max: 4
|
|
441
|
-
|
|
442
|
-
validation:
|
|
443
|
-
schema_check: true
|
|
444
|
-
keyword_match_threshold: 0.8
|
|
445
|
-
|
|
446
|
-
- id: tc011_robust_html_parsing
|
|
447
|
-
description: "Detect HTML parsing errors (WCAG 4.1.1)"
|
|
448
|
-
category: robust
|
|
449
|
-
priority: medium
|
|
450
|
-
|
|
451
|
-
input:
|
|
452
|
-
code: |
|
|
453
|
-
<html>
|
|
454
|
-
<head><title>Page</head>
|
|
455
|
-
<body>
|
|
456
|
-
<div id="main">
|
|
457
|
-
<p>Unclosed paragraph
|
|
458
|
-
<div id="main">Duplicate ID</div>
|
|
459
|
-
</div>
|
|
460
|
-
</body>
|
|
461
|
-
</html>
|
|
462
|
-
context:
|
|
463
|
-
language: html
|
|
464
|
-
wcagLevel: A
|
|
465
|
-
|
|
466
|
-
expected_output:
|
|
467
|
-
must_contain:
|
|
468
|
-
- "4.1.1"
|
|
469
|
-
- "parsing"
|
|
470
|
-
finding_count:
|
|
471
|
-
min: 1
|
|
472
|
-
max: 4
|
|
473
|
-
|
|
474
|
-
validation:
|
|
475
|
-
schema_check: true
|
|
476
|
-
|
|
477
|
-
# -------------------------------------------------------------------------
|
|
478
|
-
# Negative Tests (Should NOT find issues)
|
|
479
|
-
# -------------------------------------------------------------------------
|
|
480
|
-
|
|
481
|
-
- id: tc012_no_false_positives_accessible
|
|
482
|
-
description: "Fully accessible page should not flag critical issues"
|
|
483
|
-
category: negative
|
|
484
|
-
priority: critical
|
|
485
|
-
|
|
486
|
-
input:
|
|
487
|
-
code: |
|
|
488
|
-
<!DOCTYPE html>
|
|
489
|
-
<html lang="en">
|
|
490
|
-
<head>
|
|
491
|
-
<title>Accessible Website</title>
|
|
492
|
-
<meta charset="UTF-8">
|
|
493
|
-
</head>
|
|
494
|
-
<body>
|
|
495
|
-
<a href="#main" class="skip-link">Skip to main content</a>
|
|
496
|
-
<header>
|
|
497
|
-
<nav aria-label="Main navigation">
|
|
498
|
-
<ul>
|
|
499
|
-
<li><a href="/">Home</a></li>
|
|
500
|
-
<li><a href="/about">About</a></li>
|
|
501
|
-
</ul>
|
|
502
|
-
</nav>
|
|
503
|
-
</header>
|
|
504
|
-
<main id="main">
|
|
505
|
-
<h1>Welcome to Our Site</h1>
|
|
506
|
-
<img src="hero.jpg" alt="Happy customers using our product">
|
|
507
|
-
<form>
|
|
508
|
-
<label for="email">Email address:</label>
|
|
509
|
-
<input type="email" id="email" name="email" required aria-describedby="email-hint">
|
|
510
|
-
<span id="email-hint">We'll never share your email.</span>
|
|
511
|
-
<button type="submit">Subscribe</button>
|
|
512
|
-
</form>
|
|
513
|
-
</main>
|
|
514
|
-
<footer>
|
|
515
|
-
<p>© 2026 Accessible Company</p>
|
|
516
|
-
</footer>
|
|
517
|
-
</body>
|
|
518
|
-
</html>
|
|
519
|
-
context:
|
|
520
|
-
language: html
|
|
521
|
-
wcagLevel: AA
|
|
522
|
-
|
|
523
|
-
expected_output:
|
|
524
|
-
must_contain:
|
|
525
|
-
- "accessible"
|
|
526
|
-
must_not_contain:
|
|
527
|
-
- "critical"
|
|
528
|
-
- "serious"
|
|
529
|
-
finding_count:
|
|
530
|
-
max: 2 # Allow minor/informational findings only
|
|
531
|
-
|
|
532
|
-
validation:
|
|
533
|
-
schema_check: true
|
|
534
|
-
keyword_match_threshold: 0.7
|
|
535
|
-
|
|
536
|
-
# -------------------------------------------------------------------------
|
|
537
|
-
# Edge Cases
|
|
538
|
-
# -------------------------------------------------------------------------
|
|
539
|
-
|
|
540
|
-
- id: tc013_dynamic_content_aria_live
|
|
541
|
-
description: "Detect missing aria-live for dynamic content"
|
|
542
|
-
category: edge_cases
|
|
543
|
-
priority: medium
|
|
544
|
-
|
|
545
|
-
input:
|
|
546
|
-
code: |
|
|
547
|
-
<div id="notifications">
|
|
548
|
-
<!-- JavaScript updates this -->
|
|
549
|
-
</div>
|
|
550
|
-
<div id="status" aria-live="polite" role="status">
|
|
551
|
-
Loading...
|
|
552
|
-
</div>
|
|
553
|
-
<div id="alerts" role="alert">
|
|
554
|
-
Error occurred!
|
|
555
|
-
</div>
|
|
556
|
-
context:
|
|
557
|
-
language: html
|
|
558
|
-
wcagLevel: AA
|
|
559
|
-
description: "Dynamic content regions"
|
|
560
|
-
|
|
561
|
-
expected_output:
|
|
562
|
-
must_contain:
|
|
563
|
-
- "aria-live"
|
|
564
|
-
- "dynamic"
|
|
565
|
-
|
|
566
|
-
validation:
|
|
567
|
-
schema_check: true
|
|
568
|
-
|
|
569
|
-
- id: tc014_heading_hierarchy
|
|
570
|
-
description: "Detect broken heading hierarchy (WCAG 1.3.1)"
|
|
571
|
-
category: edge_cases
|
|
572
|
-
priority: medium
|
|
573
|
-
|
|
574
|
-
input:
|
|
575
|
-
code: |
|
|
576
|
-
<h1>Main Title</h1>
|
|
577
|
-
<h3>Skipped h2!</h3>
|
|
578
|
-
<h4>Another section</h4>
|
|
579
|
-
<h2>Back to h2</h2>
|
|
580
|
-
<h6>Way out of order</h6>
|
|
581
|
-
context:
|
|
582
|
-
language: html
|
|
583
|
-
wcagLevel: A
|
|
584
|
-
|
|
585
|
-
expected_output:
|
|
586
|
-
must_contain:
|
|
587
|
-
- "heading"
|
|
588
|
-
- "hierarchy"
|
|
589
|
-
- "1.3.1"
|
|
590
|
-
finding_count:
|
|
591
|
-
min: 1
|
|
592
|
-
max: 3
|
|
593
|
-
|
|
594
|
-
validation:
|
|
595
|
-
schema_check: true
|
|
596
|
-
|
|
597
|
-
# -------------------------------------------------------------------------
|
|
598
|
-
# Remediation Quality Tests
|
|
599
|
-
# -------------------------------------------------------------------------
|
|
600
|
-
|
|
601
|
-
- id: tc015_remediation_code_quality
|
|
602
|
-
description: "Verify remediation includes actionable code examples"
|
|
603
|
-
category: remediation
|
|
604
|
-
priority: high
|
|
605
|
-
|
|
606
|
-
input:
|
|
607
|
-
code: |
|
|
608
|
-
<img src="product.jpg">
|
|
609
|
-
<div onclick="buy()">Buy Now</div>
|
|
610
|
-
context:
|
|
611
|
-
language: html
|
|
612
|
-
wcagLevel: AA
|
|
613
|
-
options:
|
|
614
|
-
includeRemediation: true
|
|
615
|
-
|
|
616
|
-
expected_output:
|
|
617
|
-
must_contain:
|
|
618
|
-
- "alt="
|
|
619
|
-
- "button"
|
|
620
|
-
- "role"
|
|
621
|
-
must_match_regex:
|
|
622
|
-
- "<img.*alt=\".*\".*>"
|
|
623
|
-
- "<button.*>.*</button>"
|
|
624
|
-
|
|
625
|
-
validation:
|
|
626
|
-
schema_check: true
|
|
627
|
-
grading_rubric:
|
|
628
|
-
completeness: 0.3
|
|
629
|
-
accuracy: 0.4
|
|
630
|
-
actionability: 0.3
|
|
631
|
-
|
|
632
|
-
# -------------------------------------------------------------------------
|
|
633
|
-
# Multi-page / Complex Scenarios
|
|
634
|
-
# -------------------------------------------------------------------------
|
|
635
|
-
|
|
636
|
-
- id: tc016_complex_form_validation
|
|
637
|
-
description: "Complex form with multiple accessibility requirements"
|
|
638
|
-
category: integration
|
|
639
|
-
priority: high
|
|
640
|
-
|
|
641
|
-
input:
|
|
642
|
-
code: |
|
|
643
|
-
<form id="checkout">
|
|
644
|
-
<fieldset>
|
|
645
|
-
<legend>Shipping Address</legend>
|
|
646
|
-
<input type="text" name="street" placeholder="Street">
|
|
647
|
-
<input type="text" name="city" placeholder="City">
|
|
648
|
-
<select name="state">
|
|
649
|
-
<option value="">Select State</option>
|
|
650
|
-
</select>
|
|
651
|
-
</fieldset>
|
|
652
|
-
<fieldset>
|
|
653
|
-
<legend>Payment</legend>
|
|
654
|
-
<input type="text" name="card" maxlength="16">
|
|
655
|
-
<input type="text" name="cvv" maxlength="3">
|
|
656
|
-
</fieldset>
|
|
657
|
-
<div class="error" style="display:none;"></div>
|
|
658
|
-
<button type="submit">Place Order</button>
|
|
659
|
-
</form>
|
|
660
|
-
context:
|
|
661
|
-
language: html
|
|
662
|
-
wcagLevel: AA
|
|
663
|
-
environment: production
|
|
664
|
-
|
|
665
|
-
expected_output:
|
|
666
|
-
must_contain:
|
|
667
|
-
- "label"
|
|
668
|
-
- "form"
|
|
669
|
-
- "3.3"
|
|
670
|
-
finding_count:
|
|
671
|
-
min: 4
|
|
672
|
-
max: 10
|
|
673
|
-
|
|
674
|
-
validation:
|
|
675
|
-
schema_check: true
|
|
676
|
-
keyword_match_threshold: 0.8
|
|
677
|
-
|
|
678
|
-
# =============================================================================
|
|
679
|
-
# Success Criteria
|
|
680
|
-
# =============================================================================
|
|
681
|
-
|
|
682
|
-
success_criteria:
|
|
683
|
-
# Minimum percentage of tests that must pass
|
|
684
|
-
pass_rate: 0.90
|
|
685
|
-
|
|
686
|
-
# Critical tests (POUR principle detection) must have 100% pass rate
|
|
687
|
-
critical_pass_rate: 1.0
|
|
688
|
-
|
|
689
|
-
# Average reasoning quality across all tests
|
|
690
|
-
avg_reasoning_quality: 0.75
|
|
691
|
-
|
|
692
|
-
# Maximum time for entire suite (5 minutes)
|
|
693
|
-
max_execution_time_ms: 300000
|
|
694
|
-
|
|
695
|
-
# Maximum variance between different models (15%)
|
|
696
|
-
cross_model_variance: 0.15
|
|
697
|
-
|
|
698
|
-
# =============================================================================
|
|
699
|
-
# Metadata
|
|
700
|
-
# =============================================================================
|
|
701
|
-
|
|
702
|
-
metadata:
|
|
703
|
-
author: "@aqe-team"
|
|
704
|
-
created: "2026-02-02"
|
|
705
|
-
last_updated: "2026-02-02"
|
|
706
|
-
coverage_target: "POUR principles, WCAG 2.2 A/AA criteria, remediation quality"
|
|
707
|
-
wcag_criteria_covered:
|
|
708
|
-
- "1.1.1 Non-text Content"
|
|
709
|
-
- "1.2.2 Captions (Prerecorded)"
|
|
710
|
-
- "1.3.1 Info and Relationships"
|
|
711
|
-
- "1.4.3 Contrast (Minimum)"
|
|
712
|
-
- "2.1.1 Keyboard"
|
|
713
|
-
- "2.1.2 No Keyboard Trap"
|
|
714
|
-
- "2.4.7 Focus Visible"
|
|
715
|
-
- "3.1.1 Language of Page"
|
|
716
|
-
- "3.3.1 Error Identification"
|
|
717
|
-
- "3.3.2 Labels or Instructions"
|
|
718
|
-
- "4.1.1 Parsing"
|
|
719
|
-
- "4.1.2 Name, Role, Value"
|
|
1
|
+
# =============================================================================
|
|
2
|
+
# AQE Accessibility Testing Skill Evaluation Suite v1.0.0
|
|
3
|
+
# WCAG 2.2 compliance testing evaluation with POUR principle coverage
|
|
4
|
+
# =============================================================================
|
|
5
|
+
#
|
|
6
|
+
# This evaluation suite validates accessibility testing skill behavior through:
|
|
7
|
+
# 1. POUR principle coverage (Perceivable, Operable, Understandable, Robust)
|
|
8
|
+
# 2. WCAG 2.2 Level A, AA, AAA conformance testing
|
|
9
|
+
# 3. Multi-model consistency across Claude and GPT models
|
|
10
|
+
# 4. Severity classification validation
|
|
11
|
+
# 5. Remediation quality assessment
|
|
12
|
+
#
|
|
13
|
+
# Schema: .validation/schemas/skill-eval.schema.json
|
|
14
|
+
# Runner: scripts/run-skill-eval.ts
|
|
15
|
+
# =============================================================================
|
|
16
|
+
|
|
17
|
+
skill: accessibility-testing
|
|
18
|
+
version: 1.0.0
|
|
19
|
+
description: >
|
|
20
|
+
Comprehensive evaluation suite for WCAG 2.2 accessibility testing skill.
|
|
21
|
+
Tests POUR principles (Perceivable, Operable, Understandable, Robust),
|
|
22
|
+
conformance levels, finding detection, and remediation quality across
|
|
23
|
+
multiple LLM models.
|
|
24
|
+
|
|
25
|
+
# =============================================================================
|
|
26
|
+
# Multi-Model Configuration
|
|
27
|
+
# =============================================================================
|
|
28
|
+
|
|
29
|
+
models_to_test:
|
|
30
|
+
- claude-3.5-sonnet # Primary model (high accuracy expected)
|
|
31
|
+
- claude-3-haiku # Fast model (ensure minimum quality)
|
|
32
|
+
- gpt-4o # Cross-vendor validation
|
|
33
|
+
|
|
34
|
+
# =============================================================================
|
|
35
|
+
# MCP Integration Configuration
|
|
36
|
+
# =============================================================================
|
|
37
|
+
|
|
38
|
+
mcp_integration:
|
|
39
|
+
enabled: true
|
|
40
|
+
namespace: skill-validation
|
|
41
|
+
|
|
42
|
+
# Query existing accessibility patterns before running evals
|
|
43
|
+
query_patterns: true
|
|
44
|
+
|
|
45
|
+
# Track each test outcome for learning feedback
|
|
46
|
+
track_outcomes: true
|
|
47
|
+
|
|
48
|
+
# Store successful patterns (WCAG violations, remediation approaches)
|
|
49
|
+
store_patterns: true
|
|
50
|
+
|
|
51
|
+
# Share learning with fleet coordinator agents
|
|
52
|
+
share_learning: true
|
|
53
|
+
|
|
54
|
+
# Update quality gate with accessibility metrics
|
|
55
|
+
update_quality_gate: true
|
|
56
|
+
|
|
57
|
+
# Agents to share learning with
|
|
58
|
+
target_agents:
|
|
59
|
+
- qe-learning-coordinator
|
|
60
|
+
- qe-queen-coordinator
|
|
61
|
+
- qe-accessibility-auditor
|
|
62
|
+
|
|
63
|
+
# =============================================================================
|
|
64
|
+
# ReasoningBank Learning Configuration
|
|
65
|
+
# =============================================================================
|
|
66
|
+
|
|
67
|
+
learning:
|
|
68
|
+
store_success_patterns: true
|
|
69
|
+
store_failure_patterns: true
|
|
70
|
+
pattern_ttl_days: 90
|
|
71
|
+
min_confidence_to_store: 0.7
|
|
72
|
+
cross_model_comparison: true
|
|
73
|
+
|
|
74
|
+
# =============================================================================
|
|
75
|
+
# Result Format Configuration
|
|
76
|
+
# =============================================================================
|
|
77
|
+
|
|
78
|
+
result_format:
|
|
79
|
+
json_output: true
|
|
80
|
+
markdown_report: true
|
|
81
|
+
include_raw_output: false
|
|
82
|
+
include_timing: true
|
|
83
|
+
include_token_usage: true
|
|
84
|
+
|
|
85
|
+
# =============================================================================
|
|
86
|
+
# Environment Setup
|
|
87
|
+
# =============================================================================
|
|
88
|
+
|
|
89
|
+
setup:
|
|
90
|
+
required_tools:
|
|
91
|
+
- jq
|
|
92
|
+
environment_variables:
|
|
93
|
+
WCAG_VERSION: "2.2"
|
|
94
|
+
TARGET_LEVEL: "AA"
|
|
95
|
+
fixtures:
|
|
96
|
+
- name: accessible_page
|
|
97
|
+
content: |
|
|
98
|
+
<!DOCTYPE html>
|
|
99
|
+
<html lang="en">
|
|
100
|
+
<head><title>Accessible Page</title></head>
|
|
101
|
+
<body>
|
|
102
|
+
<header><nav aria-label="Main"><a href="/">Home</a></nav></header>
|
|
103
|
+
<main>
|
|
104
|
+
<h1>Welcome</h1>
|
|
105
|
+
<img src="hero.jpg" alt="Person using laptop">
|
|
106
|
+
<form>
|
|
107
|
+
<label for="email">Email:</label>
|
|
108
|
+
<input type="email" id="email" name="email" required>
|
|
109
|
+
<button type="submit">Subscribe</button>
|
|
110
|
+
</form>
|
|
111
|
+
</main>
|
|
112
|
+
</body>
|
|
113
|
+
</html>
|
|
114
|
+
- name: inaccessible_page
|
|
115
|
+
content: |
|
|
116
|
+
<!DOCTYPE html>
|
|
117
|
+
<html>
|
|
118
|
+
<head><title></title></head>
|
|
119
|
+
<body>
|
|
120
|
+
<div onclick="navigate()">Menu</div>
|
|
121
|
+
<img src="logo.png">
|
|
122
|
+
<input type="text" placeholder="Enter email">
|
|
123
|
+
<span style="color: #999; background: #fff;">Light gray text</span>
|
|
124
|
+
</body>
|
|
125
|
+
</html>
|
|
126
|
+
|
|
127
|
+
# =============================================================================
|
|
128
|
+
# Test Cases - POUR Principles Coverage
|
|
129
|
+
# =============================================================================
|
|
130
|
+
|
|
131
|
+
test_cases:
|
|
132
|
+
# -------------------------------------------------------------------------
|
|
133
|
+
# PERCEIVABLE (WCAG 1.x) - Content can be perceived
|
|
134
|
+
# -------------------------------------------------------------------------
|
|
135
|
+
|
|
136
|
+
- id: tc001_perceivable_alt_text
|
|
137
|
+
description: "Detect missing alt text on images (WCAG 1.1.1)"
|
|
138
|
+
category: perceivable
|
|
139
|
+
priority: critical
|
|
140
|
+
|
|
141
|
+
input:
|
|
142
|
+
code: |
|
|
143
|
+
<img src="product.jpg">
|
|
144
|
+
<img src="banner.png" alt="">
|
|
145
|
+
<img src="hero.jpg" alt="Team collaboration in modern office">
|
|
146
|
+
context:
|
|
147
|
+
language: html
|
|
148
|
+
wcagLevel: AA
|
|
149
|
+
|
|
150
|
+
expected_output:
|
|
151
|
+
must_contain:
|
|
152
|
+
- "alt"
|
|
153
|
+
- "1.1.1"
|
|
154
|
+
- "perceivable"
|
|
155
|
+
must_not_contain:
|
|
156
|
+
- "no issues"
|
|
157
|
+
finding_count:
|
|
158
|
+
min: 1
|
|
159
|
+
max: 2
|
|
160
|
+
severity_classification: serious
|
|
161
|
+
|
|
162
|
+
validation:
|
|
163
|
+
schema_check: true
|
|
164
|
+
keyword_match_threshold: 0.9
|
|
165
|
+
reasoning_quality_min: 0.7
|
|
166
|
+
|
|
167
|
+
- id: tc002_perceivable_color_contrast
|
|
168
|
+
description: "Detect insufficient color contrast (WCAG 1.4.3)"
|
|
169
|
+
category: perceivable
|
|
170
|
+
priority: critical
|
|
171
|
+
|
|
172
|
+
input:
|
|
173
|
+
code: |
|
|
174
|
+
<p style="color: #777; background-color: #fff;">Gray text on white</p>
|
|
175
|
+
<p style="color: #333; background-color: #fff;">Dark text on white</p>
|
|
176
|
+
<h1 style="color: #aaa; background-color: #eee;">Low contrast heading</h1>
|
|
177
|
+
context:
|
|
178
|
+
language: html
|
|
179
|
+
wcagLevel: AA
|
|
180
|
+
|
|
181
|
+
expected_output:
|
|
182
|
+
must_contain:
|
|
183
|
+
- "contrast"
|
|
184
|
+
- "1.4.3"
|
|
185
|
+
- "4.5:1"
|
|
186
|
+
finding_count:
|
|
187
|
+
min: 1
|
|
188
|
+
max: 3
|
|
189
|
+
|
|
190
|
+
validation:
|
|
191
|
+
schema_check: true
|
|
192
|
+
keyword_match_threshold: 0.8
|
|
193
|
+
|
|
194
|
+
- id: tc003_perceivable_video_captions
|
|
195
|
+
description: "Detect videos without captions (WCAG 1.2.2)"
|
|
196
|
+
category: perceivable
|
|
197
|
+
priority: critical
|
|
198
|
+
|
|
199
|
+
input:
|
|
200
|
+
code: |
|
|
201
|
+
<video src="product-demo.mp4" controls>
|
|
202
|
+
<source src="product-demo.mp4" type="video/mp4">
|
|
203
|
+
</video>
|
|
204
|
+
<video controls>
|
|
205
|
+
<source src="interview.mp4" type="video/mp4">
|
|
206
|
+
<track kind="captions" src="captions.vtt" srclang="en">
|
|
207
|
+
</video>
|
|
208
|
+
context:
|
|
209
|
+
language: html
|
|
210
|
+
wcagLevel: AA
|
|
211
|
+
|
|
212
|
+
expected_output:
|
|
213
|
+
must_contain:
|
|
214
|
+
- "caption"
|
|
215
|
+
- "1.2.2"
|
|
216
|
+
- "track"
|
|
217
|
+
finding_count:
|
|
218
|
+
min: 1
|
|
219
|
+
max: 2
|
|
220
|
+
|
|
221
|
+
validation:
|
|
222
|
+
schema_check: true
|
|
223
|
+
keyword_match_threshold: 0.8
|
|
224
|
+
|
|
225
|
+
# -------------------------------------------------------------------------
|
|
226
|
+
# OPERABLE (WCAG 2.x) - Interface is operable
|
|
227
|
+
# -------------------------------------------------------------------------
|
|
228
|
+
|
|
229
|
+
- id: tc004_operable_keyboard_access
|
|
230
|
+
description: "Detect elements not keyboard accessible (WCAG 2.1.1)"
|
|
231
|
+
category: operable
|
|
232
|
+
priority: critical
|
|
233
|
+
|
|
234
|
+
input:
|
|
235
|
+
code: |
|
|
236
|
+
<div onclick="handleClick()">Click me</div>
|
|
237
|
+
<span class="button" onclick="submit()">Submit</span>
|
|
238
|
+
<button onclick="save()">Save</button>
|
|
239
|
+
<a href="/next">Next Page</a>
|
|
240
|
+
context:
|
|
241
|
+
language: html
|
|
242
|
+
wcagLevel: A
|
|
243
|
+
|
|
244
|
+
expected_output:
|
|
245
|
+
must_contain:
|
|
246
|
+
- "keyboard"
|
|
247
|
+
- "2.1.1"
|
|
248
|
+
- "operable"
|
|
249
|
+
- "button"
|
|
250
|
+
must_not_contain:
|
|
251
|
+
- "all elements accessible"
|
|
252
|
+
finding_count:
|
|
253
|
+
min: 2
|
|
254
|
+
max: 3
|
|
255
|
+
severity_classification: critical
|
|
256
|
+
|
|
257
|
+
validation:
|
|
258
|
+
schema_check: true
|
|
259
|
+
keyword_match_threshold: 0.9
|
|
260
|
+
reasoning_quality_min: 0.8
|
|
261
|
+
|
|
262
|
+
- id: tc005_operable_focus_visible
|
|
263
|
+
description: "Detect missing focus indicators (WCAG 2.4.7)"
|
|
264
|
+
category: operable
|
|
265
|
+
priority: high
|
|
266
|
+
|
|
267
|
+
input:
|
|
268
|
+
code: |
|
|
269
|
+
<style>
|
|
270
|
+
button:focus { outline: none; }
|
|
271
|
+
a:focus { outline: 0; }
|
|
272
|
+
input:focus { outline: none; border-color: blue; }
|
|
273
|
+
</style>
|
|
274
|
+
<button>Submit</button>
|
|
275
|
+
<a href="/">Home</a>
|
|
276
|
+
<input type="text" placeholder="Search">
|
|
277
|
+
context:
|
|
278
|
+
language: html
|
|
279
|
+
wcagLevel: AA
|
|
280
|
+
|
|
281
|
+
expected_output:
|
|
282
|
+
must_contain:
|
|
283
|
+
- "focus"
|
|
284
|
+
- "2.4.7"
|
|
285
|
+
- "outline"
|
|
286
|
+
finding_count:
|
|
287
|
+
min: 2
|
|
288
|
+
max: 3
|
|
289
|
+
|
|
290
|
+
validation:
|
|
291
|
+
schema_check: true
|
|
292
|
+
keyword_match_threshold: 0.8
|
|
293
|
+
|
|
294
|
+
- id: tc006_operable_keyboard_trap
|
|
295
|
+
description: "Detect keyboard traps (WCAG 2.1.2)"
|
|
296
|
+
category: operable
|
|
297
|
+
priority: critical
|
|
298
|
+
|
|
299
|
+
input:
|
|
300
|
+
code: |
|
|
301
|
+
<div id="modal" tabindex="0" onkeydown="if(event.key==='Tab'){event.preventDefault();}">
|
|
302
|
+
<h2>Modal Dialog</h2>
|
|
303
|
+
<input type="text" placeholder="Enter name">
|
|
304
|
+
<button>Close</button>
|
|
305
|
+
</div>
|
|
306
|
+
context:
|
|
307
|
+
language: html
|
|
308
|
+
wcagLevel: A
|
|
309
|
+
description: "Modal with keyboard trap"
|
|
310
|
+
|
|
311
|
+
expected_output:
|
|
312
|
+
must_contain:
|
|
313
|
+
- "keyboard trap"
|
|
314
|
+
- "2.1.2"
|
|
315
|
+
- "Tab"
|
|
316
|
+
severity_classification: critical
|
|
317
|
+
|
|
318
|
+
validation:
|
|
319
|
+
schema_check: true
|
|
320
|
+
|
|
321
|
+
# -------------------------------------------------------------------------
|
|
322
|
+
# UNDERSTANDABLE (WCAG 3.x) - Content is understandable
|
|
323
|
+
# -------------------------------------------------------------------------
|
|
324
|
+
|
|
325
|
+
- id: tc007_understandable_form_labels
|
|
326
|
+
description: "Detect form inputs without labels (WCAG 3.3.2)"
|
|
327
|
+
category: understandable
|
|
328
|
+
priority: high
|
|
329
|
+
|
|
330
|
+
input:
|
|
331
|
+
code: |
|
|
332
|
+
<form>
|
|
333
|
+
<input type="text" placeholder="Name">
|
|
334
|
+
<input type="email" placeholder="Email">
|
|
335
|
+
<label for="phone">Phone:</label>
|
|
336
|
+
<input type="tel" id="phone">
|
|
337
|
+
<button>Submit</button>
|
|
338
|
+
</form>
|
|
339
|
+
context:
|
|
340
|
+
language: html
|
|
341
|
+
wcagLevel: A
|
|
342
|
+
|
|
343
|
+
expected_output:
|
|
344
|
+
must_contain:
|
|
345
|
+
- "label"
|
|
346
|
+
- "3.3.2"
|
|
347
|
+
- "understandable"
|
|
348
|
+
finding_count:
|
|
349
|
+
min: 2
|
|
350
|
+
max: 3
|
|
351
|
+
|
|
352
|
+
validation:
|
|
353
|
+
schema_check: true
|
|
354
|
+
keyword_match_threshold: 0.8
|
|
355
|
+
|
|
356
|
+
- id: tc008_understandable_error_messages
|
|
357
|
+
description: "Detect missing error identification (WCAG 3.3.1)"
|
|
358
|
+
category: understandable
|
|
359
|
+
priority: high
|
|
360
|
+
|
|
361
|
+
input:
|
|
362
|
+
code: |
|
|
363
|
+
<form>
|
|
364
|
+
<input type="email" required aria-invalid="true">
|
|
365
|
+
<span style="color: red;">*</span>
|
|
366
|
+
<input type="password" required aria-describedby="pwd-error">
|
|
367
|
+
<span id="pwd-error" role="alert">Password must be 8+ characters</span>
|
|
368
|
+
</form>
|
|
369
|
+
context:
|
|
370
|
+
language: html
|
|
371
|
+
wcagLevel: A
|
|
372
|
+
|
|
373
|
+
expected_output:
|
|
374
|
+
must_contain:
|
|
375
|
+
- "error"
|
|
376
|
+
- "3.3.1"
|
|
377
|
+
finding_count:
|
|
378
|
+
min: 1
|
|
379
|
+
max: 2
|
|
380
|
+
|
|
381
|
+
validation:
|
|
382
|
+
schema_check: true
|
|
383
|
+
|
|
384
|
+
- id: tc009_understandable_language
|
|
385
|
+
description: "Detect missing page language (WCAG 3.1.1)"
|
|
386
|
+
category: understandable
|
|
387
|
+
priority: high
|
|
388
|
+
|
|
389
|
+
input:
|
|
390
|
+
code: |
|
|
391
|
+
<!DOCTYPE html>
|
|
392
|
+
<html>
|
|
393
|
+
<head><title>My Page</title></head>
|
|
394
|
+
<body><h1>Welcome</h1></body>
|
|
395
|
+
</html>
|
|
396
|
+
context:
|
|
397
|
+
language: html
|
|
398
|
+
wcagLevel: A
|
|
399
|
+
|
|
400
|
+
expected_output:
|
|
401
|
+
must_contain:
|
|
402
|
+
- "lang"
|
|
403
|
+
- "3.1.1"
|
|
404
|
+
- "language"
|
|
405
|
+
finding_count:
|
|
406
|
+
min: 1
|
|
407
|
+
max: 1
|
|
408
|
+
severity_classification: serious
|
|
409
|
+
|
|
410
|
+
validation:
|
|
411
|
+
schema_check: true
|
|
412
|
+
keyword_match_threshold: 0.9
|
|
413
|
+
|
|
414
|
+
# -------------------------------------------------------------------------
|
|
415
|
+
# ROBUST (WCAG 4.x) - Compatible with assistive technologies
|
|
416
|
+
# -------------------------------------------------------------------------
|
|
417
|
+
|
|
418
|
+
- id: tc010_robust_aria_valid
|
|
419
|
+
description: "Detect invalid ARIA attributes (WCAG 4.1.2)"
|
|
420
|
+
category: robust
|
|
421
|
+
priority: high
|
|
422
|
+
|
|
423
|
+
input:
|
|
424
|
+
code: |
|
|
425
|
+
<button aria-label="">Submit</button>
|
|
426
|
+
<div role="button" aria-pressed="maybe">Toggle</div>
|
|
427
|
+
<input type="checkbox" aria-checked="true">
|
|
428
|
+
<nav aria-labelledby="nonexistent">Navigation</nav>
|
|
429
|
+
context:
|
|
430
|
+
language: html
|
|
431
|
+
wcagLevel: A
|
|
432
|
+
|
|
433
|
+
expected_output:
|
|
434
|
+
must_contain:
|
|
435
|
+
- "ARIA"
|
|
436
|
+
- "4.1.2"
|
|
437
|
+
- "robust"
|
|
438
|
+
finding_count:
|
|
439
|
+
min: 2
|
|
440
|
+
max: 4
|
|
441
|
+
|
|
442
|
+
validation:
|
|
443
|
+
schema_check: true
|
|
444
|
+
keyword_match_threshold: 0.8
|
|
445
|
+
|
|
446
|
+
- id: tc011_robust_html_parsing
|
|
447
|
+
description: "Detect HTML parsing errors (WCAG 4.1.1)"
|
|
448
|
+
category: robust
|
|
449
|
+
priority: medium
|
|
450
|
+
|
|
451
|
+
input:
|
|
452
|
+
code: |
|
|
453
|
+
<html>
|
|
454
|
+
<head><title>Page</head>
|
|
455
|
+
<body>
|
|
456
|
+
<div id="main">
|
|
457
|
+
<p>Unclosed paragraph
|
|
458
|
+
<div id="main">Duplicate ID</div>
|
|
459
|
+
</div>
|
|
460
|
+
</body>
|
|
461
|
+
</html>
|
|
462
|
+
context:
|
|
463
|
+
language: html
|
|
464
|
+
wcagLevel: A
|
|
465
|
+
|
|
466
|
+
expected_output:
|
|
467
|
+
must_contain:
|
|
468
|
+
- "4.1.1"
|
|
469
|
+
- "parsing"
|
|
470
|
+
finding_count:
|
|
471
|
+
min: 1
|
|
472
|
+
max: 4
|
|
473
|
+
|
|
474
|
+
validation:
|
|
475
|
+
schema_check: true
|
|
476
|
+
|
|
477
|
+
# -------------------------------------------------------------------------
|
|
478
|
+
# Negative Tests (Should NOT find issues)
|
|
479
|
+
# -------------------------------------------------------------------------
|
|
480
|
+
|
|
481
|
+
- id: tc012_no_false_positives_accessible
|
|
482
|
+
description: "Fully accessible page should not flag critical issues"
|
|
483
|
+
category: negative
|
|
484
|
+
priority: critical
|
|
485
|
+
|
|
486
|
+
input:
|
|
487
|
+
code: |
|
|
488
|
+
<!DOCTYPE html>
|
|
489
|
+
<html lang="en">
|
|
490
|
+
<head>
|
|
491
|
+
<title>Accessible Website</title>
|
|
492
|
+
<meta charset="UTF-8">
|
|
493
|
+
</head>
|
|
494
|
+
<body>
|
|
495
|
+
<a href="#main" class="skip-link">Skip to main content</a>
|
|
496
|
+
<header>
|
|
497
|
+
<nav aria-label="Main navigation">
|
|
498
|
+
<ul>
|
|
499
|
+
<li><a href="/">Home</a></li>
|
|
500
|
+
<li><a href="/about">About</a></li>
|
|
501
|
+
</ul>
|
|
502
|
+
</nav>
|
|
503
|
+
</header>
|
|
504
|
+
<main id="main">
|
|
505
|
+
<h1>Welcome to Our Site</h1>
|
|
506
|
+
<img src="hero.jpg" alt="Happy customers using our product">
|
|
507
|
+
<form>
|
|
508
|
+
<label for="email">Email address:</label>
|
|
509
|
+
<input type="email" id="email" name="email" required aria-describedby="email-hint">
|
|
510
|
+
<span id="email-hint">We'll never share your email.</span>
|
|
511
|
+
<button type="submit">Subscribe</button>
|
|
512
|
+
</form>
|
|
513
|
+
</main>
|
|
514
|
+
<footer>
|
|
515
|
+
<p>© 2026 Accessible Company</p>
|
|
516
|
+
</footer>
|
|
517
|
+
</body>
|
|
518
|
+
</html>
|
|
519
|
+
context:
|
|
520
|
+
language: html
|
|
521
|
+
wcagLevel: AA
|
|
522
|
+
|
|
523
|
+
expected_output:
|
|
524
|
+
must_contain:
|
|
525
|
+
- "accessible"
|
|
526
|
+
must_not_contain:
|
|
527
|
+
- "critical"
|
|
528
|
+
- "serious"
|
|
529
|
+
finding_count:
|
|
530
|
+
max: 2 # Allow minor/informational findings only
|
|
531
|
+
|
|
532
|
+
validation:
|
|
533
|
+
schema_check: true
|
|
534
|
+
keyword_match_threshold: 0.7
|
|
535
|
+
|
|
536
|
+
# -------------------------------------------------------------------------
|
|
537
|
+
# Edge Cases
|
|
538
|
+
# -------------------------------------------------------------------------
|
|
539
|
+
|
|
540
|
+
- id: tc013_dynamic_content_aria_live
|
|
541
|
+
description: "Detect missing aria-live for dynamic content"
|
|
542
|
+
category: edge_cases
|
|
543
|
+
priority: medium
|
|
544
|
+
|
|
545
|
+
input:
|
|
546
|
+
code: |
|
|
547
|
+
<div id="notifications">
|
|
548
|
+
<!-- JavaScript updates this -->
|
|
549
|
+
</div>
|
|
550
|
+
<div id="status" aria-live="polite" role="status">
|
|
551
|
+
Loading...
|
|
552
|
+
</div>
|
|
553
|
+
<div id="alerts" role="alert">
|
|
554
|
+
Error occurred!
|
|
555
|
+
</div>
|
|
556
|
+
context:
|
|
557
|
+
language: html
|
|
558
|
+
wcagLevel: AA
|
|
559
|
+
description: "Dynamic content regions"
|
|
560
|
+
|
|
561
|
+
expected_output:
|
|
562
|
+
must_contain:
|
|
563
|
+
- "aria-live"
|
|
564
|
+
- "dynamic"
|
|
565
|
+
|
|
566
|
+
validation:
|
|
567
|
+
schema_check: true
|
|
568
|
+
|
|
569
|
+
- id: tc014_heading_hierarchy
|
|
570
|
+
description: "Detect broken heading hierarchy (WCAG 1.3.1)"
|
|
571
|
+
category: edge_cases
|
|
572
|
+
priority: medium
|
|
573
|
+
|
|
574
|
+
input:
|
|
575
|
+
code: |
|
|
576
|
+
<h1>Main Title</h1>
|
|
577
|
+
<h3>Skipped h2!</h3>
|
|
578
|
+
<h4>Another section</h4>
|
|
579
|
+
<h2>Back to h2</h2>
|
|
580
|
+
<h6>Way out of order</h6>
|
|
581
|
+
context:
|
|
582
|
+
language: html
|
|
583
|
+
wcagLevel: A
|
|
584
|
+
|
|
585
|
+
expected_output:
|
|
586
|
+
must_contain:
|
|
587
|
+
- "heading"
|
|
588
|
+
- "hierarchy"
|
|
589
|
+
- "1.3.1"
|
|
590
|
+
finding_count:
|
|
591
|
+
min: 1
|
|
592
|
+
max: 3
|
|
593
|
+
|
|
594
|
+
validation:
|
|
595
|
+
schema_check: true
|
|
596
|
+
|
|
597
|
+
# -------------------------------------------------------------------------
|
|
598
|
+
# Remediation Quality Tests
|
|
599
|
+
# -------------------------------------------------------------------------
|
|
600
|
+
|
|
601
|
+
- id: tc015_remediation_code_quality
|
|
602
|
+
description: "Verify remediation includes actionable code examples"
|
|
603
|
+
category: remediation
|
|
604
|
+
priority: high
|
|
605
|
+
|
|
606
|
+
input:
|
|
607
|
+
code: |
|
|
608
|
+
<img src="product.jpg">
|
|
609
|
+
<div onclick="buy()">Buy Now</div>
|
|
610
|
+
context:
|
|
611
|
+
language: html
|
|
612
|
+
wcagLevel: AA
|
|
613
|
+
options:
|
|
614
|
+
includeRemediation: true
|
|
615
|
+
|
|
616
|
+
expected_output:
|
|
617
|
+
must_contain:
|
|
618
|
+
- "alt="
|
|
619
|
+
- "button"
|
|
620
|
+
- "role"
|
|
621
|
+
must_match_regex:
|
|
622
|
+
- "<img.*alt=\".*\".*>"
|
|
623
|
+
- "<button.*>.*</button>"
|
|
624
|
+
|
|
625
|
+
validation:
|
|
626
|
+
schema_check: true
|
|
627
|
+
grading_rubric:
|
|
628
|
+
completeness: 0.3
|
|
629
|
+
accuracy: 0.4
|
|
630
|
+
actionability: 0.3
|
|
631
|
+
|
|
632
|
+
# -------------------------------------------------------------------------
|
|
633
|
+
# Multi-page / Complex Scenarios
|
|
634
|
+
# -------------------------------------------------------------------------
|
|
635
|
+
|
|
636
|
+
- id: tc016_complex_form_validation
|
|
637
|
+
description: "Complex form with multiple accessibility requirements"
|
|
638
|
+
category: integration
|
|
639
|
+
priority: high
|
|
640
|
+
|
|
641
|
+
input:
|
|
642
|
+
code: |
|
|
643
|
+
<form id="checkout">
|
|
644
|
+
<fieldset>
|
|
645
|
+
<legend>Shipping Address</legend>
|
|
646
|
+
<input type="text" name="street" placeholder="Street">
|
|
647
|
+
<input type="text" name="city" placeholder="City">
|
|
648
|
+
<select name="state">
|
|
649
|
+
<option value="">Select State</option>
|
|
650
|
+
</select>
|
|
651
|
+
</fieldset>
|
|
652
|
+
<fieldset>
|
|
653
|
+
<legend>Payment</legend>
|
|
654
|
+
<input type="text" name="card" maxlength="16">
|
|
655
|
+
<input type="text" name="cvv" maxlength="3">
|
|
656
|
+
</fieldset>
|
|
657
|
+
<div class="error" style="display:none;"></div>
|
|
658
|
+
<button type="submit">Place Order</button>
|
|
659
|
+
</form>
|
|
660
|
+
context:
|
|
661
|
+
language: html
|
|
662
|
+
wcagLevel: AA
|
|
663
|
+
environment: production
|
|
664
|
+
|
|
665
|
+
expected_output:
|
|
666
|
+
must_contain:
|
|
667
|
+
- "label"
|
|
668
|
+
- "form"
|
|
669
|
+
- "3.3"
|
|
670
|
+
finding_count:
|
|
671
|
+
min: 4
|
|
672
|
+
max: 10
|
|
673
|
+
|
|
674
|
+
validation:
|
|
675
|
+
schema_check: true
|
|
676
|
+
keyword_match_threshold: 0.8
|
|
677
|
+
|
|
678
|
+
# =============================================================================
|
|
679
|
+
# Success Criteria
|
|
680
|
+
# =============================================================================
|
|
681
|
+
|
|
682
|
+
success_criteria:
|
|
683
|
+
# Minimum percentage of tests that must pass
|
|
684
|
+
pass_rate: 0.90
|
|
685
|
+
|
|
686
|
+
# Critical tests (POUR principle detection) must have 100% pass rate
|
|
687
|
+
critical_pass_rate: 1.0
|
|
688
|
+
|
|
689
|
+
# Average reasoning quality across all tests
|
|
690
|
+
avg_reasoning_quality: 0.75
|
|
691
|
+
|
|
692
|
+
# Maximum time for entire suite (5 minutes)
|
|
693
|
+
max_execution_time_ms: 300000
|
|
694
|
+
|
|
695
|
+
# Maximum variance between different models (15%)
|
|
696
|
+
cross_model_variance: 0.15
|
|
697
|
+
|
|
698
|
+
# =============================================================================
|
|
699
|
+
# Metadata
|
|
700
|
+
# =============================================================================
|
|
701
|
+
|
|
702
|
+
metadata:
|
|
703
|
+
author: "@aqe-team"
|
|
704
|
+
created: "2026-02-02"
|
|
705
|
+
last_updated: "2026-02-02"
|
|
706
|
+
coverage_target: "POUR principles, WCAG 2.2 A/AA criteria, remediation quality"
|
|
707
|
+
wcag_criteria_covered:
|
|
708
|
+
- "1.1.1 Non-text Content"
|
|
709
|
+
- "1.2.2 Captions (Prerecorded)"
|
|
710
|
+
- "1.3.1 Info and Relationships"
|
|
711
|
+
- "1.4.3 Contrast (Minimum)"
|
|
712
|
+
- "2.1.1 Keyboard"
|
|
713
|
+
- "2.1.2 No Keyboard Trap"
|
|
714
|
+
- "2.4.7 Focus Visible"
|
|
715
|
+
- "3.1.1 Language of Page"
|
|
716
|
+
- "3.3.1 Error Identification"
|
|
717
|
+
- "3.3.2 Labels or Instructions"
|
|
718
|
+
- "4.1.1 Parsing"
|
|
719
|
+
- "4.1.2 Name, Role, Value"
|