Agent skill
release-validation
The final "Green Light". Checks all test suites (Unit, Int, E2E) and third-party reports.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ops-andreibesleaga-gabbe-9
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?