What problem does it solve?
It reduces maintainer time spent on open pull requests by running a fast, structured pre-review that highlights security, test coverage, breaking change risk, and potential bot behavior before any comments are posted.
Core Features & Use Cases
- Security-first diff scanning: Detects hardcoded secret patterns, injection risks, new dependency additions, and permission/auth changes to determine PR risk.
- Test coverage and breaking change checks: Flags when source changes appear without corresponding tests and identifies likely breaking changes from diff-level signals.
- CI signal + bot suspicion triage: Summarizes GitHub check results and uses author/profile + PR heuristics (from detection rules) to gauge spam/bot likelihood.
- Human-controlled posting: Generates draft review comments and requires explicit user approval for what gets posted.
Quick Start
Run pre-screening for open pull requests in your configured repo by asking: "review the open PRs".