phase-8-review
Installation
SKILL.md
Phase 8: Code Review & Architecture Review
Comprehensive review of code quality, architecture compliance, and production readiness.
Purpose
Phase 8 is the quality gate before deployment. Every line of code, every architectural decision, and every security measure is reviewed systematically. This phase catches issues that are exponentially more expensive to fix after deployment. No code should reach production without passing this review.
Actions
| Action | Description | Example |
|---|---|---|
start |
Begin Phase 8 review | $phase-8-review start |
code |
Run code quality review | $phase-8-review code |
architecture |
Run architecture review | $phase-8-review architecture |
performance |
Run performance review | $phase-8-review performance |
security |
Run security review | $phase-8-review security |
a11y |
Run accessibility review | $phase-8-review a11y |
full |
Run all reviews | $phase-8-review full |
Related skills