release-validation Skill
This skill is the "Gatekeeper" of Production.
1. The 7-Gate Quality System (Review)
- Spec: PRD Approved?
- Arch: ADRs + Threat Model?
- Code: Lint + Clean Code?
- Test: Unit + Int Pass?
- Security: SAST + Dep Scan?
- Performance: Load Test Pass?
- E2E: Critical Journeys Pass?
2. Validation Workflow
- Freeze: No new code commits.
- Audit: Run
traceability-audit.skill.md. (Did we build what we promised?). - Test: Trigger full regression suite on Staging.
- Sign-off: Collect approvals from Lead, Product, Security.
3. Decision Matrix
- Critical Bug: NO GO.
- Major Bug (Workaround available): GO (with Hotfix scheduled).
- Minor UI Glitch: GO.
- Security High: NO GO.
4. Output
Use templates/ops/RELEASE_READINESS_REPORT.md to document the decision.