What problem does it solve?
It helps prevent production incidents by performing a structured, senior-engineer style review of your current git changes, focusing on correctness, security, reliability, performance, and maintainability.
Core Features & Use Cases
- SOLID + Architecture Review: Detect SRP/OCP/LSP/ISP/DIP violations and recommend minimal, safe refactors.
- Security & Reliability Scan: Surface common web/runtime risks including injection, SSRF, auth gaps, secrets leakage, and race conditions.
- Code Quality & Risk Checks: Identify error-handling failures, performance anti-patterns (e.g., N+1), and boundary-condition bugs.
- Removal/Iteration Planning: Propose safe deletion candidates and incremental follow-up plans with verification steps.
- Use Case: Before merging a PR, review the exact set of changed files to get prioritized findings (P0–P3) and a next-steps plan that defaults to review-only until you confirm.
Quick Start
Run /code-review-expert to review your current git changes and receive prioritized P0–P3 findings with an implementation confirmation prompt.