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,544 +1,544 @@
|
|
|
1
|
-
# =============================================================================
|
|
2
|
-
# AQE Skill Evaluation Test Suite: Localization Testing v1.0.0
|
|
3
|
-
# =============================================================================
|
|
4
|
-
#
|
|
5
|
-
# Comprehensive evaluation suite for the localization-testing skill.
|
|
6
|
-
# Tests translation coverage, locale-specific formats, RTL validation,
|
|
7
|
-
# Unicode support, and hardcoded string detection across multiple languages.
|
|
8
|
-
#
|
|
9
|
-
# Schema: .claude/skills/.validation/schemas/skill-eval.schema.json
|
|
10
|
-
# Validator: .claude/skills/localization-testing/scripts/validate-config.json
|
|
11
|
-
#
|
|
12
|
-
# Coverage:
|
|
13
|
-
# - Translation coverage validation
|
|
14
|
-
# - Locale format testing (date, time, currency)
|
|
15
|
-
# - Right-to-left (RTL) language support
|
|
16
|
-
# - Unicode character handling
|
|
17
|
-
# - Hardcoded string detection
|
|
18
|
-
#
|
|
19
|
-
# =============================================================================
|
|
20
|
-
|
|
21
|
-
skill: localization-testing
|
|
22
|
-
version: 1.0.0
|
|
23
|
-
description: >
|
|
24
|
-
Comprehensive evaluation suite for the localization-testing skill.
|
|
25
|
-
Tests translation coverage metrics, locale-specific formatting validation,
|
|
26
|
-
RTL layout support, Unicode character handling, and detection of hardcoded
|
|
27
|
-
strings that should be externalized.
|
|
28
|
-
|
|
29
|
-
# =============================================================================
|
|
30
|
-
# Multi-Model Configuration
|
|
31
|
-
# =============================================================================
|
|
32
|
-
|
|
33
|
-
models_to_test:
|
|
34
|
-
- claude-3.5-sonnet # Primary model (high accuracy expected)
|
|
35
|
-
- claude-3-haiku # Fast model (minimum quality threshold)
|
|
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-test-generator
|
|
55
|
-
|
|
56
|
-
# =============================================================================
|
|
57
|
-
# ReasoningBank Learning Configuration
|
|
58
|
-
# =============================================================================
|
|
59
|
-
|
|
60
|
-
learning:
|
|
61
|
-
store_success_patterns: true
|
|
62
|
-
store_failure_patterns: true
|
|
63
|
-
pattern_ttl_days: 90
|
|
64
|
-
min_confidence_to_store: 0.7
|
|
65
|
-
cross_model_comparison: true
|
|
66
|
-
|
|
67
|
-
# =============================================================================
|
|
68
|
-
# Result Format Configuration
|
|
69
|
-
# =============================================================================
|
|
70
|
-
|
|
71
|
-
result_format:
|
|
72
|
-
json_output: true
|
|
73
|
-
markdown_report: true
|
|
74
|
-
include_raw_output: false
|
|
75
|
-
include_timing: true
|
|
76
|
-
include_token_usage: true
|
|
77
|
-
|
|
78
|
-
# =============================================================================
|
|
79
|
-
# Environment Setup
|
|
80
|
-
# =============================================================================
|
|
81
|
-
|
|
82
|
-
setup:
|
|
83
|
-
required_tools:
|
|
84
|
-
- jq # JSON parsing for validation results
|
|
85
|
-
|
|
86
|
-
environment_variables:
|
|
87
|
-
LOCALIZATION_ENABLED: "true"
|
|
88
|
-
SUPPORTED_LOCALES: "en-US,fr-FR,de-DE,ja-JP,ar-SA,he-IL"
|
|
89
|
-
TRANSLATION_COVERAGE_MIN: "90"
|
|
90
|
-
|
|
91
|
-
# =============================================================================
|
|
92
|
-
# TEST CASES
|
|
93
|
-
# =============================================================================
|
|
94
|
-
|
|
95
|
-
test_cases:
|
|
96
|
-
# ---------------------------------------------------------------------------
|
|
97
|
-
# CATEGORY: Translation Coverage Testing
|
|
98
|
-
# ---------------------------------------------------------------------------
|
|
99
|
-
|
|
100
|
-
- id: tc001_translation_coverage_complete
|
|
101
|
-
description: "Detect complete translation coverage across all locales"
|
|
102
|
-
category: translation
|
|
103
|
-
priority: critical
|
|
104
|
-
|
|
105
|
-
input:
|
|
106
|
-
locales:
|
|
107
|
-
- en-US
|
|
108
|
-
- fr-FR
|
|
109
|
-
- de-DE
|
|
110
|
-
translations:
|
|
111
|
-
en-US:
|
|
112
|
-
home_title: "Welcome"
|
|
113
|
-
home_subtitle: "Get started"
|
|
114
|
-
button_submit: "Submit"
|
|
115
|
-
button_cancel: "Cancel"
|
|
116
|
-
fr-FR:
|
|
117
|
-
home_title: "Bienvenue"
|
|
118
|
-
home_subtitle: "Commencer"
|
|
119
|
-
button_submit: "Soumettre"
|
|
120
|
-
button_cancel: "Annuler"
|
|
121
|
-
de-DE:
|
|
122
|
-
home_title: "Willkommen"
|
|
123
|
-
home_subtitle: "Erste Schritte"
|
|
124
|
-
button_submit: "Senden"
|
|
125
|
-
button_cancel: "Abbrechen"
|
|
126
|
-
context:
|
|
127
|
-
type: json
|
|
128
|
-
framework: i18n
|
|
129
|
-
|
|
130
|
-
expected_output:
|
|
131
|
-
must_contain:
|
|
132
|
-
- "coverage"
|
|
133
|
-
- "100"
|
|
134
|
-
- "complete"
|
|
135
|
-
must_not_contain:
|
|
136
|
-
- "missing"
|
|
137
|
-
- "incomplete"
|
|
138
|
-
severity_classification: info
|
|
139
|
-
finding_count:
|
|
140
|
-
max: 1
|
|
141
|
-
|
|
142
|
-
validation:
|
|
143
|
-
schema_check: true
|
|
144
|
-
keyword_match_threshold: 0.8
|
|
145
|
-
reasoning_quality_min: 0.75
|
|
146
|
-
|
|
147
|
-
timeout_ms: 30000
|
|
148
|
-
|
|
149
|
-
- id: tc002_translation_coverage_incomplete
|
|
150
|
-
description: "Detect missing translations in specific locales"
|
|
151
|
-
category: translation
|
|
152
|
-
priority: critical
|
|
153
|
-
|
|
154
|
-
input:
|
|
155
|
-
locales:
|
|
156
|
-
- en-US
|
|
157
|
-
- fr-FR
|
|
158
|
-
- de-DE
|
|
159
|
-
translations:
|
|
160
|
-
en-US:
|
|
161
|
-
home_title: "Welcome"
|
|
162
|
-
home_subtitle: "Get started"
|
|
163
|
-
button_submit: "Submit"
|
|
164
|
-
settings_title: "Settings"
|
|
165
|
-
fr-FR:
|
|
166
|
-
home_title: "Bienvenue"
|
|
167
|
-
button_submit: "Soumettre"
|
|
168
|
-
de-DE:
|
|
169
|
-
home_title: "Willkommen"
|
|
170
|
-
home_subtitle: "Erste Schritte"
|
|
171
|
-
button_submit: "Senden"
|
|
172
|
-
settings_title: "Einstellungen"
|
|
173
|
-
context:
|
|
174
|
-
type: json
|
|
175
|
-
framework: i18n
|
|
176
|
-
|
|
177
|
-
expected_output:
|
|
178
|
-
must_contain:
|
|
179
|
-
- "missing"
|
|
180
|
-
- "home_subtitle"
|
|
181
|
-
- "button_submit"
|
|
182
|
-
- "french"
|
|
183
|
-
must_not_contain:
|
|
184
|
-
- "100% coverage"
|
|
185
|
-
severity_classification: high
|
|
186
|
-
finding_count:
|
|
187
|
-
min: 1
|
|
188
|
-
|
|
189
|
-
validation:
|
|
190
|
-
schema_check: true
|
|
191
|
-
keyword_match_threshold: 0.8
|
|
192
|
-
reasoning_quality_min: 0.75
|
|
193
|
-
|
|
194
|
-
# ---------------------------------------------------------------------------
|
|
195
|
-
# CATEGORY: Locale Format Validation
|
|
196
|
-
# ---------------------------------------------------------------------------
|
|
197
|
-
|
|
198
|
-
- id: tc003_date_format_validation
|
|
199
|
-
description: "Validate locale-specific date formats (en-US, fr-FR, ja-JP)"
|
|
200
|
-
category: format
|
|
201
|
-
priority: critical
|
|
202
|
-
|
|
203
|
-
input:
|
|
204
|
-
samples:
|
|
205
|
-
- locale: en-US
|
|
206
|
-
expected: "10/24/2025"
|
|
207
|
-
actual: "10/24/2025"
|
|
208
|
-
- locale: fr-FR
|
|
209
|
-
expected: "24/10/2025"
|
|
210
|
-
actual: "24/10/2025"
|
|
211
|
-
- locale: ja-JP
|
|
212
|
-
expected: "2025/10/24"
|
|
213
|
-
actual: "2025/10/24"
|
|
214
|
-
context:
|
|
215
|
-
language: javascript
|
|
216
|
-
date: "2025-10-24"
|
|
217
|
-
|
|
218
|
-
expected_output:
|
|
219
|
-
must_contain:
|
|
220
|
-
- "date format"
|
|
221
|
-
- "locale-specific"
|
|
222
|
-
- "correct"
|
|
223
|
-
must_not_contain:
|
|
224
|
-
- "incorrect format"
|
|
225
|
-
severity_classification: info
|
|
226
|
-
|
|
227
|
-
validation:
|
|
228
|
-
schema_check: true
|
|
229
|
-
keyword_match_threshold: 0.7
|
|
230
|
-
|
|
231
|
-
- id: tc004_currency_format_locale_specific
|
|
232
|
-
description: "Detect locale-specific currency formatting differences"
|
|
233
|
-
category: format
|
|
234
|
-
priority: high
|
|
235
|
-
|
|
236
|
-
input:
|
|
237
|
-
samples:
|
|
238
|
-
- locale: en-US
|
|
239
|
-
currency: USD
|
|
240
|
-
amount: 1234.56
|
|
241
|
-
expected: "$1,234.56"
|
|
242
|
-
actual: "$1,234.56"
|
|
243
|
-
- locale: de-DE
|
|
244
|
-
currency: EUR
|
|
245
|
-
amount: 1234.56
|
|
246
|
-
expected: "1.234,56 €"
|
|
247
|
-
actual: "1,234.56 €" # Wrong format
|
|
248
|
-
context:
|
|
249
|
-
language: javascript
|
|
250
|
-
|
|
251
|
-
expected_output:
|
|
252
|
-
must_contain:
|
|
253
|
-
- "currency"
|
|
254
|
-
- "format"
|
|
255
|
-
- "incorrect"
|
|
256
|
-
must_match_regex:
|
|
257
|
-
- "de-DE|EUR"
|
|
258
|
-
severity_classification: medium
|
|
259
|
-
|
|
260
|
-
validation:
|
|
261
|
-
schema_check: true
|
|
262
|
-
keyword_match_threshold: 0.7
|
|
263
|
-
|
|
264
|
-
# ---------------------------------------------------------------------------
|
|
265
|
-
# CATEGORY: RTL Language Support
|
|
266
|
-
# ---------------------------------------------------------------------------
|
|
267
|
-
|
|
268
|
-
- id: tc005_rtl_layout_support
|
|
269
|
-
description: "Validate right-to-left (RTL) language layout mirroring"
|
|
270
|
-
category: rtl
|
|
271
|
-
priority: critical
|
|
272
|
-
|
|
273
|
-
input:
|
|
274
|
-
html: |
|
|
275
|
-
<html>
|
|
276
|
-
<body>
|
|
277
|
-
<nav>Navigation</nav>
|
|
278
|
-
<main>Content</main>
|
|
279
|
-
<sidebar>Sidebar</sidebar>
|
|
280
|
-
</body>
|
|
281
|
-
</html>
|
|
282
|
-
locale: ar-SA
|
|
283
|
-
context:
|
|
284
|
-
type: html
|
|
285
|
-
language: arabic
|
|
286
|
-
|
|
287
|
-
expected_output:
|
|
288
|
-
must_contain:
|
|
289
|
-
- "rtl"
|
|
290
|
-
- "right-to-left"
|
|
291
|
-
- "direction"
|
|
292
|
-
- "mirrored"
|
|
293
|
-
must_not_contain:
|
|
294
|
-
- "ltr"
|
|
295
|
-
severity_classification: critical
|
|
296
|
-
|
|
297
|
-
validation:
|
|
298
|
-
schema_check: true
|
|
299
|
-
keyword_match_threshold: 0.8
|
|
300
|
-
|
|
301
|
-
- id: tc006_rtl_icon_mirroring
|
|
302
|
-
description: "Verify that directional icons are mirrored for RTL languages"
|
|
303
|
-
category: rtl
|
|
304
|
-
priority: high
|
|
305
|
-
|
|
306
|
-
input:
|
|
307
|
-
icons:
|
|
308
|
-
- name: "back-arrow"
|
|
309
|
-
direction: "left"
|
|
310
|
-
required_for_rtl: true
|
|
311
|
-
- name: "forward-arrow"
|
|
312
|
-
direction: "right"
|
|
313
|
-
required_for_rtl: true
|
|
314
|
-
locale: he-IL
|
|
315
|
-
context:
|
|
316
|
-
type: ui
|
|
317
|
-
language: hebrew
|
|
318
|
-
|
|
319
|
-
expected_output:
|
|
320
|
-
must_contain:
|
|
321
|
-
- "mirrored"
|
|
322
|
-
- "arrow"
|
|
323
|
-
- "icon"
|
|
324
|
-
must_not_contain:
|
|
325
|
-
- "no mirroring"
|
|
326
|
-
severity_classification: medium
|
|
327
|
-
|
|
328
|
-
validation:
|
|
329
|
-
schema_check: true
|
|
330
|
-
keyword_match_threshold: 0.7
|
|
331
|
-
|
|
332
|
-
# ---------------------------------------------------------------------------
|
|
333
|
-
# CATEGORY: Unicode Support
|
|
334
|
-
# ---------------------------------------------------------------------------
|
|
335
|
-
|
|
336
|
-
- id: tc007_unicode_cjk_characters
|
|
337
|
-
description: "Validate handling of CJK (Chinese, Japanese, Korean) characters"
|
|
338
|
-
category: unicode
|
|
339
|
-
priority: critical
|
|
340
|
-
|
|
341
|
-
input:
|
|
342
|
-
samples:
|
|
343
|
-
- text: "日本語テスト"
|
|
344
|
-
language: ja-JP
|
|
345
|
-
description: "Japanese text"
|
|
346
|
-
- text: "中文测试"
|
|
347
|
-
language: zh-CN
|
|
348
|
-
description: "Chinese text"
|
|
349
|
-
- text: "한국어 테스트"
|
|
350
|
-
language: ko-KR
|
|
351
|
-
description: "Korean text"
|
|
352
|
-
context:
|
|
353
|
-
encoding: UTF-8
|
|
354
|
-
type: text
|
|
355
|
-
|
|
356
|
-
expected_output:
|
|
357
|
-
must_contain:
|
|
358
|
-
- "unicode"
|
|
359
|
-
- "supported"
|
|
360
|
-
- "CJK"
|
|
361
|
-
must_not_contain:
|
|
362
|
-
- "encoding error"
|
|
363
|
-
severity_classification: info
|
|
364
|
-
|
|
365
|
-
validation:
|
|
366
|
-
schema_check: true
|
|
367
|
-
keyword_match_threshold: 0.7
|
|
368
|
-
|
|
369
|
-
- id: tc008_unicode_emoji_support
|
|
370
|
-
description: "Verify emoji and extended Unicode character support"
|
|
371
|
-
category: unicode
|
|
372
|
-
priority: high
|
|
373
|
-
|
|
374
|
-
input:
|
|
375
|
-
samples:
|
|
376
|
-
- text: "Hello 🌍!"
|
|
377
|
-
expected_display: true
|
|
378
|
-
- text: "Task ✓ Complete"
|
|
379
|
-
expected_display: true
|
|
380
|
-
- text: "Alert ⚠️ Warning"
|
|
381
|
-
expected_display: true
|
|
382
|
-
context:
|
|
383
|
-
encoding: UTF-8
|
|
384
|
-
type: text
|
|
385
|
-
|
|
386
|
-
expected_output:
|
|
387
|
-
must_contain:
|
|
388
|
-
- "emoji"
|
|
389
|
-
- "supported"
|
|
390
|
-
must_not_contain:
|
|
391
|
-
- "not supported"
|
|
392
|
-
severity_classification: low
|
|
393
|
-
|
|
394
|
-
validation:
|
|
395
|
-
schema_check: true
|
|
396
|
-
keyword_match_threshold: 0.6
|
|
397
|
-
|
|
398
|
-
# ---------------------------------------------------------------------------
|
|
399
|
-
# CATEGORY: Hardcoded String Detection
|
|
400
|
-
# ---------------------------------------------------------------------------
|
|
401
|
-
|
|
402
|
-
- id: tc009_hardcoded_strings_in_code
|
|
403
|
-
description: "Detect hardcoded user-facing strings that should be externalized"
|
|
404
|
-
category: hardcoded
|
|
405
|
-
priority: critical
|
|
406
|
-
|
|
407
|
-
input:
|
|
408
|
-
code: |
|
|
409
|
-
function renderPage() {
|
|
410
|
-
const title = "Welcome to our app";
|
|
411
|
-
const subtitle = "Get started today";
|
|
412
|
-
const button = "Click me";
|
|
413
|
-
|
|
414
|
-
return {
|
|
415
|
-
title: title,
|
|
416
|
-
subtitle: subtitle,
|
|
417
|
-
button: button
|
|
418
|
-
};
|
|
419
|
-
}
|
|
420
|
-
context:
|
|
421
|
-
language: javascript
|
|
422
|
-
framework: react
|
|
423
|
-
|
|
424
|
-
expected_output:
|
|
425
|
-
must_contain:
|
|
426
|
-
- "hardcoded"
|
|
427
|
-
- "Welcome"
|
|
428
|
-
- "externalize"
|
|
429
|
-
- "translation key"
|
|
430
|
-
must_not_contain:
|
|
431
|
-
- "no issues"
|
|
432
|
-
severity_classification: high
|
|
433
|
-
finding_count:
|
|
434
|
-
min: 3
|
|
435
|
-
|
|
436
|
-
validation:
|
|
437
|
-
schema_check: true
|
|
438
|
-
keyword_match_threshold: 0.8
|
|
439
|
-
reasoning_quality_min: 0.75
|
|
440
|
-
|
|
441
|
-
- id: tc010_no_hardcoded_strings
|
|
442
|
-
description: "Verify code with proper i18n patterns is not flagged"
|
|
443
|
-
category: hardcoded
|
|
444
|
-
priority: high
|
|
445
|
-
|
|
446
|
-
input:
|
|
447
|
-
code: |
|
|
448
|
-
import { useTranslation } from 'react-i18next';
|
|
449
|
-
|
|
450
|
-
function HomePage() {
|
|
451
|
-
const { t } = useTranslation();
|
|
452
|
-
|
|
453
|
-
return {
|
|
454
|
-
title: t('home.title'),
|
|
455
|
-
subtitle: t('home.subtitle'),
|
|
456
|
-
button: t('actions.submit')
|
|
457
|
-
};
|
|
458
|
-
}
|
|
459
|
-
context:
|
|
460
|
-
language: javascript
|
|
461
|
-
framework: react
|
|
462
|
-
i18n_library: react-i18next
|
|
463
|
-
|
|
464
|
-
expected_output:
|
|
465
|
-
must_contain:
|
|
466
|
-
- "proper"
|
|
467
|
-
- "i18n"
|
|
468
|
-
- "externalized"
|
|
469
|
-
must_not_contain:
|
|
470
|
-
- "hardcoded"
|
|
471
|
-
- "critical"
|
|
472
|
-
severity_classification: info
|
|
473
|
-
|
|
474
|
-
validation:
|
|
475
|
-
schema_check: true
|
|
476
|
-
keyword_match_threshold: 0.7
|
|
477
|
-
allow_partial: true
|
|
478
|
-
|
|
479
|
-
# ---------------------------------------------------------------------------
|
|
480
|
-
# CATEGORY: Cultural Appropriateness
|
|
481
|
-
# ---------------------------------------------------------------------------
|
|
482
|
-
|
|
483
|
-
- id: tc011_cultural_icons_appropriateness
|
|
484
|
-
description: "Detect potentially culturally inappropriate icons or colors"
|
|
485
|
-
category: cultural
|
|
486
|
-
priority: high
|
|
487
|
-
|
|
488
|
-
input:
|
|
489
|
-
icons:
|
|
490
|
-
- name: "hand-gesture"
|
|
491
|
-
description: "OK sign"
|
|
492
|
-
locale: ar-SA
|
|
493
|
-
issue: "Offensive in some Arabic cultures"
|
|
494
|
-
- name: "clock"
|
|
495
|
-
description: "Time indicator"
|
|
496
|
-
locale: universal
|
|
497
|
-
issue: "None"
|
|
498
|
-
colors:
|
|
499
|
-
- color: "white"
|
|
500
|
-
locale: western
|
|
501
|
-
issue: "Wedding color"
|
|
502
|
-
- color: "white"
|
|
503
|
-
locale: asian
|
|
504
|
-
issue: "Mourning color"
|
|
505
|
-
context:
|
|
506
|
-
type: ui
|
|
507
|
-
market: global
|
|
508
|
-
|
|
509
|
-
expected_output:
|
|
510
|
-
must_contain:
|
|
511
|
-
- "cultural"
|
|
512
|
-
- "context-dependent"
|
|
513
|
-
must_not_contain: []
|
|
514
|
-
severity_classification: medium
|
|
515
|
-
|
|
516
|
-
validation:
|
|
517
|
-
schema_check: true
|
|
518
|
-
keyword_match_threshold: 0.6
|
|
519
|
-
|
|
520
|
-
# =============================================================================
|
|
521
|
-
# SUCCESS CRITERIA
|
|
522
|
-
# =============================================================================
|
|
523
|
-
|
|
524
|
-
success_criteria:
|
|
525
|
-
pass_rate: 0.85
|
|
526
|
-
critical_pass_rate: 1.0
|
|
527
|
-
avg_reasoning_quality: 0.75
|
|
528
|
-
max_execution_time_ms: 300000
|
|
529
|
-
cross_model_variance: 0.15
|
|
530
|
-
|
|
531
|
-
# =============================================================================
|
|
532
|
-
# METADATA
|
|
533
|
-
# =============================================================================
|
|
534
|
-
|
|
535
|
-
metadata:
|
|
536
|
-
author: "qe-test-generator"
|
|
537
|
-
created: "2026-02-02"
|
|
538
|
-
last_updated: "2026-02-02"
|
|
539
|
-
coverage_target: >
|
|
540
|
-
Localization testing including translation coverage validation,
|
|
541
|
-
locale-specific formatting (date, time, currency), RTL language support,
|
|
542
|
-
Unicode character handling, hardcoded string detection, and cultural
|
|
543
|
-
appropriateness. 11 test cases covering 6 locales (en-US, fr-FR, de-DE,
|
|
544
|
-
ja-JP, ar-SA, he-IL) with 85% pass rate requirement.
|
|
1
|
+
# =============================================================================
|
|
2
|
+
# AQE Skill Evaluation Test Suite: Localization Testing v1.0.0
|
|
3
|
+
# =============================================================================
|
|
4
|
+
#
|
|
5
|
+
# Comprehensive evaluation suite for the localization-testing skill.
|
|
6
|
+
# Tests translation coverage, locale-specific formats, RTL validation,
|
|
7
|
+
# Unicode support, and hardcoded string detection across multiple languages.
|
|
8
|
+
#
|
|
9
|
+
# Schema: .claude/skills/.validation/schemas/skill-eval.schema.json
|
|
10
|
+
# Validator: .claude/skills/localization-testing/scripts/validate-config.json
|
|
11
|
+
#
|
|
12
|
+
# Coverage:
|
|
13
|
+
# - Translation coverage validation
|
|
14
|
+
# - Locale format testing (date, time, currency)
|
|
15
|
+
# - Right-to-left (RTL) language support
|
|
16
|
+
# - Unicode character handling
|
|
17
|
+
# - Hardcoded string detection
|
|
18
|
+
#
|
|
19
|
+
# =============================================================================
|
|
20
|
+
|
|
21
|
+
skill: localization-testing
|
|
22
|
+
version: 1.0.0
|
|
23
|
+
description: >
|
|
24
|
+
Comprehensive evaluation suite for the localization-testing skill.
|
|
25
|
+
Tests translation coverage metrics, locale-specific formatting validation,
|
|
26
|
+
RTL layout support, Unicode character handling, and detection of hardcoded
|
|
27
|
+
strings that should be externalized.
|
|
28
|
+
|
|
29
|
+
# =============================================================================
|
|
30
|
+
# Multi-Model Configuration
|
|
31
|
+
# =============================================================================
|
|
32
|
+
|
|
33
|
+
models_to_test:
|
|
34
|
+
- claude-3.5-sonnet # Primary model (high accuracy expected)
|
|
35
|
+
- claude-3-haiku # Fast model (minimum quality threshold)
|
|
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-test-generator
|
|
55
|
+
|
|
56
|
+
# =============================================================================
|
|
57
|
+
# ReasoningBank Learning Configuration
|
|
58
|
+
# =============================================================================
|
|
59
|
+
|
|
60
|
+
learning:
|
|
61
|
+
store_success_patterns: true
|
|
62
|
+
store_failure_patterns: true
|
|
63
|
+
pattern_ttl_days: 90
|
|
64
|
+
min_confidence_to_store: 0.7
|
|
65
|
+
cross_model_comparison: true
|
|
66
|
+
|
|
67
|
+
# =============================================================================
|
|
68
|
+
# Result Format Configuration
|
|
69
|
+
# =============================================================================
|
|
70
|
+
|
|
71
|
+
result_format:
|
|
72
|
+
json_output: true
|
|
73
|
+
markdown_report: true
|
|
74
|
+
include_raw_output: false
|
|
75
|
+
include_timing: true
|
|
76
|
+
include_token_usage: true
|
|
77
|
+
|
|
78
|
+
# =============================================================================
|
|
79
|
+
# Environment Setup
|
|
80
|
+
# =============================================================================
|
|
81
|
+
|
|
82
|
+
setup:
|
|
83
|
+
required_tools:
|
|
84
|
+
- jq # JSON parsing for validation results
|
|
85
|
+
|
|
86
|
+
environment_variables:
|
|
87
|
+
LOCALIZATION_ENABLED: "true"
|
|
88
|
+
SUPPORTED_LOCALES: "en-US,fr-FR,de-DE,ja-JP,ar-SA,he-IL"
|
|
89
|
+
TRANSLATION_COVERAGE_MIN: "90"
|
|
90
|
+
|
|
91
|
+
# =============================================================================
|
|
92
|
+
# TEST CASES
|
|
93
|
+
# =============================================================================
|
|
94
|
+
|
|
95
|
+
test_cases:
|
|
96
|
+
# ---------------------------------------------------------------------------
|
|
97
|
+
# CATEGORY: Translation Coverage Testing
|
|
98
|
+
# ---------------------------------------------------------------------------
|
|
99
|
+
|
|
100
|
+
- id: tc001_translation_coverage_complete
|
|
101
|
+
description: "Detect complete translation coverage across all locales"
|
|
102
|
+
category: translation
|
|
103
|
+
priority: critical
|
|
104
|
+
|
|
105
|
+
input:
|
|
106
|
+
locales:
|
|
107
|
+
- en-US
|
|
108
|
+
- fr-FR
|
|
109
|
+
- de-DE
|
|
110
|
+
translations:
|
|
111
|
+
en-US:
|
|
112
|
+
home_title: "Welcome"
|
|
113
|
+
home_subtitle: "Get started"
|
|
114
|
+
button_submit: "Submit"
|
|
115
|
+
button_cancel: "Cancel"
|
|
116
|
+
fr-FR:
|
|
117
|
+
home_title: "Bienvenue"
|
|
118
|
+
home_subtitle: "Commencer"
|
|
119
|
+
button_submit: "Soumettre"
|
|
120
|
+
button_cancel: "Annuler"
|
|
121
|
+
de-DE:
|
|
122
|
+
home_title: "Willkommen"
|
|
123
|
+
home_subtitle: "Erste Schritte"
|
|
124
|
+
button_submit: "Senden"
|
|
125
|
+
button_cancel: "Abbrechen"
|
|
126
|
+
context:
|
|
127
|
+
type: json
|
|
128
|
+
framework: i18n
|
|
129
|
+
|
|
130
|
+
expected_output:
|
|
131
|
+
must_contain:
|
|
132
|
+
- "coverage"
|
|
133
|
+
- "100"
|
|
134
|
+
- "complete"
|
|
135
|
+
must_not_contain:
|
|
136
|
+
- "missing"
|
|
137
|
+
- "incomplete"
|
|
138
|
+
severity_classification: info
|
|
139
|
+
finding_count:
|
|
140
|
+
max: 1
|
|
141
|
+
|
|
142
|
+
validation:
|
|
143
|
+
schema_check: true
|
|
144
|
+
keyword_match_threshold: 0.8
|
|
145
|
+
reasoning_quality_min: 0.75
|
|
146
|
+
|
|
147
|
+
timeout_ms: 30000
|
|
148
|
+
|
|
149
|
+
- id: tc002_translation_coverage_incomplete
|
|
150
|
+
description: "Detect missing translations in specific locales"
|
|
151
|
+
category: translation
|
|
152
|
+
priority: critical
|
|
153
|
+
|
|
154
|
+
input:
|
|
155
|
+
locales:
|
|
156
|
+
- en-US
|
|
157
|
+
- fr-FR
|
|
158
|
+
- de-DE
|
|
159
|
+
translations:
|
|
160
|
+
en-US:
|
|
161
|
+
home_title: "Welcome"
|
|
162
|
+
home_subtitle: "Get started"
|
|
163
|
+
button_submit: "Submit"
|
|
164
|
+
settings_title: "Settings"
|
|
165
|
+
fr-FR:
|
|
166
|
+
home_title: "Bienvenue"
|
|
167
|
+
button_submit: "Soumettre"
|
|
168
|
+
de-DE:
|
|
169
|
+
home_title: "Willkommen"
|
|
170
|
+
home_subtitle: "Erste Schritte"
|
|
171
|
+
button_submit: "Senden"
|
|
172
|
+
settings_title: "Einstellungen"
|
|
173
|
+
context:
|
|
174
|
+
type: json
|
|
175
|
+
framework: i18n
|
|
176
|
+
|
|
177
|
+
expected_output:
|
|
178
|
+
must_contain:
|
|
179
|
+
- "missing"
|
|
180
|
+
- "home_subtitle"
|
|
181
|
+
- "button_submit"
|
|
182
|
+
- "french"
|
|
183
|
+
must_not_contain:
|
|
184
|
+
- "100% coverage"
|
|
185
|
+
severity_classification: high
|
|
186
|
+
finding_count:
|
|
187
|
+
min: 1
|
|
188
|
+
|
|
189
|
+
validation:
|
|
190
|
+
schema_check: true
|
|
191
|
+
keyword_match_threshold: 0.8
|
|
192
|
+
reasoning_quality_min: 0.75
|
|
193
|
+
|
|
194
|
+
# ---------------------------------------------------------------------------
|
|
195
|
+
# CATEGORY: Locale Format Validation
|
|
196
|
+
# ---------------------------------------------------------------------------
|
|
197
|
+
|
|
198
|
+
- id: tc003_date_format_validation
|
|
199
|
+
description: "Validate locale-specific date formats (en-US, fr-FR, ja-JP)"
|
|
200
|
+
category: format
|
|
201
|
+
priority: critical
|
|
202
|
+
|
|
203
|
+
input:
|
|
204
|
+
samples:
|
|
205
|
+
- locale: en-US
|
|
206
|
+
expected: "10/24/2025"
|
|
207
|
+
actual: "10/24/2025"
|
|
208
|
+
- locale: fr-FR
|
|
209
|
+
expected: "24/10/2025"
|
|
210
|
+
actual: "24/10/2025"
|
|
211
|
+
- locale: ja-JP
|
|
212
|
+
expected: "2025/10/24"
|
|
213
|
+
actual: "2025/10/24"
|
|
214
|
+
context:
|
|
215
|
+
language: javascript
|
|
216
|
+
date: "2025-10-24"
|
|
217
|
+
|
|
218
|
+
expected_output:
|
|
219
|
+
must_contain:
|
|
220
|
+
- "date format"
|
|
221
|
+
- "locale-specific"
|
|
222
|
+
- "correct"
|
|
223
|
+
must_not_contain:
|
|
224
|
+
- "incorrect format"
|
|
225
|
+
severity_classification: info
|
|
226
|
+
|
|
227
|
+
validation:
|
|
228
|
+
schema_check: true
|
|
229
|
+
keyword_match_threshold: 0.7
|
|
230
|
+
|
|
231
|
+
- id: tc004_currency_format_locale_specific
|
|
232
|
+
description: "Detect locale-specific currency formatting differences"
|
|
233
|
+
category: format
|
|
234
|
+
priority: high
|
|
235
|
+
|
|
236
|
+
input:
|
|
237
|
+
samples:
|
|
238
|
+
- locale: en-US
|
|
239
|
+
currency: USD
|
|
240
|
+
amount: 1234.56
|
|
241
|
+
expected: "$1,234.56"
|
|
242
|
+
actual: "$1,234.56"
|
|
243
|
+
- locale: de-DE
|
|
244
|
+
currency: EUR
|
|
245
|
+
amount: 1234.56
|
|
246
|
+
expected: "1.234,56 €"
|
|
247
|
+
actual: "1,234.56 €" # Wrong format
|
|
248
|
+
context:
|
|
249
|
+
language: javascript
|
|
250
|
+
|
|
251
|
+
expected_output:
|
|
252
|
+
must_contain:
|
|
253
|
+
- "currency"
|
|
254
|
+
- "format"
|
|
255
|
+
- "incorrect"
|
|
256
|
+
must_match_regex:
|
|
257
|
+
- "de-DE|EUR"
|
|
258
|
+
severity_classification: medium
|
|
259
|
+
|
|
260
|
+
validation:
|
|
261
|
+
schema_check: true
|
|
262
|
+
keyword_match_threshold: 0.7
|
|
263
|
+
|
|
264
|
+
# ---------------------------------------------------------------------------
|
|
265
|
+
# CATEGORY: RTL Language Support
|
|
266
|
+
# ---------------------------------------------------------------------------
|
|
267
|
+
|
|
268
|
+
- id: tc005_rtl_layout_support
|
|
269
|
+
description: "Validate right-to-left (RTL) language layout mirroring"
|
|
270
|
+
category: rtl
|
|
271
|
+
priority: critical
|
|
272
|
+
|
|
273
|
+
input:
|
|
274
|
+
html: |
|
|
275
|
+
<html>
|
|
276
|
+
<body>
|
|
277
|
+
<nav>Navigation</nav>
|
|
278
|
+
<main>Content</main>
|
|
279
|
+
<sidebar>Sidebar</sidebar>
|
|
280
|
+
</body>
|
|
281
|
+
</html>
|
|
282
|
+
locale: ar-SA
|
|
283
|
+
context:
|
|
284
|
+
type: html
|
|
285
|
+
language: arabic
|
|
286
|
+
|
|
287
|
+
expected_output:
|
|
288
|
+
must_contain:
|
|
289
|
+
- "rtl"
|
|
290
|
+
- "right-to-left"
|
|
291
|
+
- "direction"
|
|
292
|
+
- "mirrored"
|
|
293
|
+
must_not_contain:
|
|
294
|
+
- "ltr"
|
|
295
|
+
severity_classification: critical
|
|
296
|
+
|
|
297
|
+
validation:
|
|
298
|
+
schema_check: true
|
|
299
|
+
keyword_match_threshold: 0.8
|
|
300
|
+
|
|
301
|
+
- id: tc006_rtl_icon_mirroring
|
|
302
|
+
description: "Verify that directional icons are mirrored for RTL languages"
|
|
303
|
+
category: rtl
|
|
304
|
+
priority: high
|
|
305
|
+
|
|
306
|
+
input:
|
|
307
|
+
icons:
|
|
308
|
+
- name: "back-arrow"
|
|
309
|
+
direction: "left"
|
|
310
|
+
required_for_rtl: true
|
|
311
|
+
- name: "forward-arrow"
|
|
312
|
+
direction: "right"
|
|
313
|
+
required_for_rtl: true
|
|
314
|
+
locale: he-IL
|
|
315
|
+
context:
|
|
316
|
+
type: ui
|
|
317
|
+
language: hebrew
|
|
318
|
+
|
|
319
|
+
expected_output:
|
|
320
|
+
must_contain:
|
|
321
|
+
- "mirrored"
|
|
322
|
+
- "arrow"
|
|
323
|
+
- "icon"
|
|
324
|
+
must_not_contain:
|
|
325
|
+
- "no mirroring"
|
|
326
|
+
severity_classification: medium
|
|
327
|
+
|
|
328
|
+
validation:
|
|
329
|
+
schema_check: true
|
|
330
|
+
keyword_match_threshold: 0.7
|
|
331
|
+
|
|
332
|
+
# ---------------------------------------------------------------------------
|
|
333
|
+
# CATEGORY: Unicode Support
|
|
334
|
+
# ---------------------------------------------------------------------------
|
|
335
|
+
|
|
336
|
+
- id: tc007_unicode_cjk_characters
|
|
337
|
+
description: "Validate handling of CJK (Chinese, Japanese, Korean) characters"
|
|
338
|
+
category: unicode
|
|
339
|
+
priority: critical
|
|
340
|
+
|
|
341
|
+
input:
|
|
342
|
+
samples:
|
|
343
|
+
- text: "日本語テスト"
|
|
344
|
+
language: ja-JP
|
|
345
|
+
description: "Japanese text"
|
|
346
|
+
- text: "中文测试"
|
|
347
|
+
language: zh-CN
|
|
348
|
+
description: "Chinese text"
|
|
349
|
+
- text: "한국어 테스트"
|
|
350
|
+
language: ko-KR
|
|
351
|
+
description: "Korean text"
|
|
352
|
+
context:
|
|
353
|
+
encoding: UTF-8
|
|
354
|
+
type: text
|
|
355
|
+
|
|
356
|
+
expected_output:
|
|
357
|
+
must_contain:
|
|
358
|
+
- "unicode"
|
|
359
|
+
- "supported"
|
|
360
|
+
- "CJK"
|
|
361
|
+
must_not_contain:
|
|
362
|
+
- "encoding error"
|
|
363
|
+
severity_classification: info
|
|
364
|
+
|
|
365
|
+
validation:
|
|
366
|
+
schema_check: true
|
|
367
|
+
keyword_match_threshold: 0.7
|
|
368
|
+
|
|
369
|
+
- id: tc008_unicode_emoji_support
|
|
370
|
+
description: "Verify emoji and extended Unicode character support"
|
|
371
|
+
category: unicode
|
|
372
|
+
priority: high
|
|
373
|
+
|
|
374
|
+
input:
|
|
375
|
+
samples:
|
|
376
|
+
- text: "Hello 🌍!"
|
|
377
|
+
expected_display: true
|
|
378
|
+
- text: "Task ✓ Complete"
|
|
379
|
+
expected_display: true
|
|
380
|
+
- text: "Alert ⚠️ Warning"
|
|
381
|
+
expected_display: true
|
|
382
|
+
context:
|
|
383
|
+
encoding: UTF-8
|
|
384
|
+
type: text
|
|
385
|
+
|
|
386
|
+
expected_output:
|
|
387
|
+
must_contain:
|
|
388
|
+
- "emoji"
|
|
389
|
+
- "supported"
|
|
390
|
+
must_not_contain:
|
|
391
|
+
- "not supported"
|
|
392
|
+
severity_classification: low
|
|
393
|
+
|
|
394
|
+
validation:
|
|
395
|
+
schema_check: true
|
|
396
|
+
keyword_match_threshold: 0.6
|
|
397
|
+
|
|
398
|
+
# ---------------------------------------------------------------------------
|
|
399
|
+
# CATEGORY: Hardcoded String Detection
|
|
400
|
+
# ---------------------------------------------------------------------------
|
|
401
|
+
|
|
402
|
+
- id: tc009_hardcoded_strings_in_code
|
|
403
|
+
description: "Detect hardcoded user-facing strings that should be externalized"
|
|
404
|
+
category: hardcoded
|
|
405
|
+
priority: critical
|
|
406
|
+
|
|
407
|
+
input:
|
|
408
|
+
code: |
|
|
409
|
+
function renderPage() {
|
|
410
|
+
const title = "Welcome to our app";
|
|
411
|
+
const subtitle = "Get started today";
|
|
412
|
+
const button = "Click me";
|
|
413
|
+
|
|
414
|
+
return {
|
|
415
|
+
title: title,
|
|
416
|
+
subtitle: subtitle,
|
|
417
|
+
button: button
|
|
418
|
+
};
|
|
419
|
+
}
|
|
420
|
+
context:
|
|
421
|
+
language: javascript
|
|
422
|
+
framework: react
|
|
423
|
+
|
|
424
|
+
expected_output:
|
|
425
|
+
must_contain:
|
|
426
|
+
- "hardcoded"
|
|
427
|
+
- "Welcome"
|
|
428
|
+
- "externalize"
|
|
429
|
+
- "translation key"
|
|
430
|
+
must_not_contain:
|
|
431
|
+
- "no issues"
|
|
432
|
+
severity_classification: high
|
|
433
|
+
finding_count:
|
|
434
|
+
min: 3
|
|
435
|
+
|
|
436
|
+
validation:
|
|
437
|
+
schema_check: true
|
|
438
|
+
keyword_match_threshold: 0.8
|
|
439
|
+
reasoning_quality_min: 0.75
|
|
440
|
+
|
|
441
|
+
- id: tc010_no_hardcoded_strings
|
|
442
|
+
description: "Verify code with proper i18n patterns is not flagged"
|
|
443
|
+
category: hardcoded
|
|
444
|
+
priority: high
|
|
445
|
+
|
|
446
|
+
input:
|
|
447
|
+
code: |
|
|
448
|
+
import { useTranslation } from 'react-i18next';
|
|
449
|
+
|
|
450
|
+
function HomePage() {
|
|
451
|
+
const { t } = useTranslation();
|
|
452
|
+
|
|
453
|
+
return {
|
|
454
|
+
title: t('home.title'),
|
|
455
|
+
subtitle: t('home.subtitle'),
|
|
456
|
+
button: t('actions.submit')
|
|
457
|
+
};
|
|
458
|
+
}
|
|
459
|
+
context:
|
|
460
|
+
language: javascript
|
|
461
|
+
framework: react
|
|
462
|
+
i18n_library: react-i18next
|
|
463
|
+
|
|
464
|
+
expected_output:
|
|
465
|
+
must_contain:
|
|
466
|
+
- "proper"
|
|
467
|
+
- "i18n"
|
|
468
|
+
- "externalized"
|
|
469
|
+
must_not_contain:
|
|
470
|
+
- "hardcoded"
|
|
471
|
+
- "critical"
|
|
472
|
+
severity_classification: info
|
|
473
|
+
|
|
474
|
+
validation:
|
|
475
|
+
schema_check: true
|
|
476
|
+
keyword_match_threshold: 0.7
|
|
477
|
+
allow_partial: true
|
|
478
|
+
|
|
479
|
+
# ---------------------------------------------------------------------------
|
|
480
|
+
# CATEGORY: Cultural Appropriateness
|
|
481
|
+
# ---------------------------------------------------------------------------
|
|
482
|
+
|
|
483
|
+
- id: tc011_cultural_icons_appropriateness
|
|
484
|
+
description: "Detect potentially culturally inappropriate icons or colors"
|
|
485
|
+
category: cultural
|
|
486
|
+
priority: high
|
|
487
|
+
|
|
488
|
+
input:
|
|
489
|
+
icons:
|
|
490
|
+
- name: "hand-gesture"
|
|
491
|
+
description: "OK sign"
|
|
492
|
+
locale: ar-SA
|
|
493
|
+
issue: "Offensive in some Arabic cultures"
|
|
494
|
+
- name: "clock"
|
|
495
|
+
description: "Time indicator"
|
|
496
|
+
locale: universal
|
|
497
|
+
issue: "None"
|
|
498
|
+
colors:
|
|
499
|
+
- color: "white"
|
|
500
|
+
locale: western
|
|
501
|
+
issue: "Wedding color"
|
|
502
|
+
- color: "white"
|
|
503
|
+
locale: asian
|
|
504
|
+
issue: "Mourning color"
|
|
505
|
+
context:
|
|
506
|
+
type: ui
|
|
507
|
+
market: global
|
|
508
|
+
|
|
509
|
+
expected_output:
|
|
510
|
+
must_contain:
|
|
511
|
+
- "cultural"
|
|
512
|
+
- "context-dependent"
|
|
513
|
+
must_not_contain: []
|
|
514
|
+
severity_classification: medium
|
|
515
|
+
|
|
516
|
+
validation:
|
|
517
|
+
schema_check: true
|
|
518
|
+
keyword_match_threshold: 0.6
|
|
519
|
+
|
|
520
|
+
# =============================================================================
|
|
521
|
+
# SUCCESS CRITERIA
|
|
522
|
+
# =============================================================================
|
|
523
|
+
|
|
524
|
+
success_criteria:
|
|
525
|
+
pass_rate: 0.85
|
|
526
|
+
critical_pass_rate: 1.0
|
|
527
|
+
avg_reasoning_quality: 0.75
|
|
528
|
+
max_execution_time_ms: 300000
|
|
529
|
+
cross_model_variance: 0.15
|
|
530
|
+
|
|
531
|
+
# =============================================================================
|
|
532
|
+
# METADATA
|
|
533
|
+
# =============================================================================
|
|
534
|
+
|
|
535
|
+
metadata:
|
|
536
|
+
author: "qe-test-generator"
|
|
537
|
+
created: "2026-02-02"
|
|
538
|
+
last_updated: "2026-02-02"
|
|
539
|
+
coverage_target: >
|
|
540
|
+
Localization testing including translation coverage validation,
|
|
541
|
+
locale-specific formatting (date, time, currency), RTL language support,
|
|
542
|
+
Unicode character handling, hardcoded string detection, and cultural
|
|
543
|
+
appropriateness. 11 test cases covering 6 locales (en-US, fr-FR, de-DE,
|
|
544
|
+
ja-JP, ar-SA, he-IL) with 85% pass rate requirement.
|