What problem does it solve?
It helps prevent risky or costly code from being merged by running a structured review over the exact staged changes, covering security, performance, and style in one prioritized report.
Core Features & Use Cases
- Three-dimension parallel review: checks security (injection, auth/authorization issues, sensitive exposure), performance (N+1 queries, async blocking I/O risks, memory leak risks, redundant computation), and style consistency (project conventions, naming, unused imports / dead code).
- Prioritized actionable output: merges findings into a ranked list with clear severity buckets (Critical, Warning, Info) including file:line references and repair suggestions.
- Scales to large/high-risk PRs: supports an escalation path to cloud-based multi-agent review via /ultrareview when staged changes are large or security sensitive.
Quick Start
Ask the assistant to run the deep-review skill on your currently staged git changes.