What problem does it solve?
Reviews code to find quality issues, design problems, performance bottlenecks, and maintainability risks so teams can ship reliable, readable, and secure software faster.
Core Features & Use Cases
- Comprehensive Code Review Guidance: Checklist-driven reviews covering functionality, edge cases, error handling, and business requirement alignment.
- Quality & Style Enforcement: Advice on SOLID principles, naming, abstractions, and TypeScript type safety to reduce technical debt.
- Performance & Security Insights: Detects potential N+1 queries, unnecessary re-renders, expensive computations, and common security pitfalls.
- Refactoring Playbook: Practical refactor strategies (extract function/component, replace conditionals with polymorphism) and prioritized remediation suggestions.
- Use Case: Use for PR reviews, legacy code refactors, performance audits, or onboarding new team members to raise code standards.
Quick Start
Ask the code-reviewer to analyze src/ for TypeScript issues, design smells, performance hotspots, security risks, and provide prioritized refactor suggestions with examples.