What problem does it solve?
Rigorous OSS-style code reviews that assess local changes or GitHub PRs for correctness, enforce cross-service contracts, validate idempotency, ensure test fidelity, and consider performance. It deduplicates feedback by against existing review comments and researches the codebase to verify findings.
Core Features & Use Cases
- Persona-driven lenses (Backend, Frontend, Security, Architect, PM, Ops, Quality) to prioritize what is scrutinized.
- PR and Local Diff coverage: review changes whether they're on a PR or in the working tree.
- Comment deduplication: avoid re-flagging previously noted issues.
- Codebase research: deep analysis to verify findings across the codebase.
- Structured review output: provides a traceable, actionable report.
Quick Start
Choose a review persona and provide either the PR URL/number or your local changes to begin the review.