# Release Validation

> The final "Green Light". Checks all test suites (Unit, Int, E2E) and third-party reports.

- Skill: `majiayu000/release-validation-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/release-validation-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/release-validation-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/release-validation-2

---


# release-validation Skill

This skill is the "Gatekeeper" of Production.

## 1. The 7-Gate Quality System (Review)
1.  **Spec**: PRD Approved?
2.  **Arch**: ADRs + Threat Model?
3.  **Code**: Lint + Clean Code?
4.  **Test**: Unit + Int Pass?
5.  **Security**: SAST + Dep Scan?
6.  **Performance**: Load Test Pass?
7.  **E2E**: Critical Journeys Pass?

## 2. Validation Workflow
1.  **Freeze**: No new code commits.
2.  **Audit**: Run `traceability-audit.skill.md`. (Did we build what we promised?).
3.  **Test**: Trigger full regression suite on Staging.
4.  **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.

