What problem does it solve?
Two-pass code review with auto-fix — reviews PRs or staged changes, auto-fixes obvious issues, batches judgment calls for the user. Use when asked to "review code", "review this PR", "code review", or "check my changes".
Core Features & Use Cases
- Two-pass review with auto-fix: automatically apply trivial fixes and prepare a batched list of questions for remaining decisions.
- Deterministic improvements: fixes obvious issues such as typos, unused imports, missing error handling, and style inconsistencies.
- PR-powered workflow: integrates with git and GitHub PRs to assess changes across branches and PRs.
- Use Case: When you need a fast, repeatable quality gate on code changes before merging.
Quick Start
Tell the AI to perform a two-pass code review on the current branch, apply auto-fixes for obvious issues, and batch decision questions for unresolved items.