What problem does it solve? Manually reviewing TypeScript and React code changes is time-consuming and inconsistent, and subtle issues like hook rule violations, silent error handling, and type safety gaps are easy to miss before merge. ## Core Features & Use Cases - Scoped Review Detection: Automatically determines review scope from git status, uncommitted diffs, or branch comparisons against main. - Severity-Graded Findings: Classifies issues as Critical (type safety, hook violations, security), Important (complexity, YAGNI, naming), or Suggestions (colocation, composition). - Parallel Sub-Agent Analysis: Delegates targeted investigation to sub-agents to reduce context usage and speed up large reviews. - Use Case: Before merging a feature branch, run the review to receive a structured report with file-and-line findings, concrete fixes, and an Approve / Request changes verdict. ## Quick Start Review the uncommitted changes in my current branch and report any critical or important issues.