What problem does it solve?
Conducts structured, senior-level code reviews with categorized, actionable feedback — and fixes issues before presenting output to the user. Trigger when user says "review this code", "check my PR", "look over this function", "give me feedback on this implementation", "audit this before deploy", "simplify this", or "review these changes". Covers correctness, security (OWASP 2025), performance, maintainability, DRY violations, test coverage, and technical debt. The review loop runs before output is shown — the user receives the second draft, not the first. Produces output with blocking issues clearly separated from suggestions. Do NOT trigger for architecture-only discussions (use architect-reviewer) or security-only audits (use security-auditor).
Core Features & Use Cases
- Structured, context-aware code reviews conducted by senior reviewers that provide clear, actionable feedback.
- Coverage includes correctness, security (OWASP 2025), performance, maintainability, DRY, tests, and technical debt.
- Triggerable via natural language phrases to audit PRs, functions, and changes.
- Blocking issues are separated from suggestions to enable quick fixes and safe iterations.
- Works across languages and stacks; can pair with architect-reviewer or security-auditor for scoped audits.
Quick Start
Submit the code or PR you want reviewed and say one of the trigger phrases to initiate the structured review.