Code Review: /review & /ultrareview
/review runs in 30 seconds; /ultrareview fans out five specialized agents in parallel and synthesizes a unified report. Gating every PR on an automated review before a human ever sees it is the highest-leverage automation in the dev cycle.After this lesson, you will be able to:
- Run `/review` for a fast quality pass on uncommitted changes — bugs, security, performance, missing tests
- Run `/ultrareview` (cloud, multi-agent) for production-grade reviews of full PRs or branches
- Customize review depth and focus via `REVIEW.md` and prompt arguments
- Wire Claude Code reviews into GitHub Actions / GitLab CI for automated PR feedback