What problem does it solve?
Code Review Expert helps you catch maintainability, security, and reliability issues in your proposed changes before they ship, by turning a raw git diff into a structured, severity-ranked review.
Core Features & Use Cases
- SOLID + Architecture Review: Flags SRP/OCP/LSP/ISP/DIP smells and architecture weaknesses, then suggests safer refactor directions.
- Removal/Iteration Planning: Identifies dead or redundant code and proposes a safe deletion strategy (or a deferred plan with checkpoints).
- Security & Reliability Scan: Checks for common security risks (injection, SSRF, path traversal, secrets leakage) and reliability hazards (race conditions, unbounded loops, unsafe defaults).
- Code Quality Checks: Surfaces error-handling gaps, performance issues (e.g., N+1 patterns), and boundary-condition bugs.
Quick Start
Ask your agent to run /code-review-expert to review your current git changes and produce a P0–P3 severity report without implementing changes automatically.