Quality Gate Review
Run comprehensive quality checks on current branch changes before merging.
Process
- •Get diff against main branch:
git diff main...HEAD - •Run
/vercel-react-best-practicesreview on the diff - •Run
/applying-solid-principlesreview on the diff - •Run
/code-slopto identify and remove AI-generated patterns
Output Format
code
## Quality Gate Report ### React/Next.js Best Practices - [violations found or ✅ pass] ### SOLID Principles - [violations found or ✅ pass] ### Code Slop Removal - [changes made or ✅ clean] ### Summary [1-3 sentence overall assessment]
Execute each review in sequence, collecting findings before producing the final report.