| name | qa-validation |
| description | Checklists and patterns for systematic QA review of code, APIs, and infrastructure changes. |
QA Validation Skill
Use this skill when reviewing code or infrastructure changes for correctness, safety, and completeness.
The QA Mindset
QA is about finding failure modes before they hit production, not rubber-stamping a diff. Ask:
- What could go wrong at scale?
- What happens at the boundary (empty list, zero, nil, max int)?
- What is the failure mode if this external dependency is unavailable?
Code Review Checklist
Correctness
Security (OWASP Top 10)
Observability
Tests
API Review Checklist
Infrastructure Review Checklist
See qa-checklist.md for the full Kubernetes / GitOps checklist.