What It Does
Automatically reviews every pull request for code quality, security vulnerabilities, performance issues, and style consistency. Posts inline comments like a seasoned code reviewer. Catches edge cases, missing error handling, and logic flaws that humans miss during review.
Features
- Reads full PR diff and understands context
- Checks for logic errors and edge cases
- Identifies security vulnerabilities (OWASP top 10)
- Verifies error handling completeness
- Reviews type safety and null checks
- Posts inline comments with fix suggestions
- Generates summary with Critical / Warning / Suggestion tiers
Triggers
On every PR push Manual review request On PR ready for review
Trust Levels
Use Cases
- Solo developer wanting a second pair of eyes
- Teams wanting consistent review quality
- Open source maintainers managing many PRs
Example Prompts
“Review my current PR”“Check this PR for security issues”“Give me a thorough code review”