bug-review
Installation
SKILL.md
Bug Review v2
Multi-pass PR review agent with 5 parallel review passes, majority voting, independent Opus validation, and resolution rate learning. Posts inline PR comments and optionally generates autofix commits. Tracks whether findings get resolved at merge time and uses that signal to improve future reviews.
When to Apply
- User asks to review a pull request for bugs or correctness issues
- User runs
/bug-review <PR-number-or-URL> - User runs
/bug-review:resolve <PR>to classify resolutions after merge - User runs
/bug-review:reportfor resolution rate statistics - User asks for code review focused on logic errors, edge cases, or security
- User wants to find bugs in a diff or set of changes
Setup
On first run, verify:
ghCLI is installed and authenticated (gh auth status)- Current directory is a git repo with a GitHub remote
jqis installed (for JSON processing)bcis installed (for resolution rate calculations; pre-installed on most systems)