What problem does it solve?
Bugbot-guided code reviews can produce noisy or overlapping findings, making it harder to quickly identify the most actionable issues in a pull request or branch diff.
Core Features & Use Cases
- Bugbot guidance discovery: Finds relevant BUGBOT.md files by matching both path and topic coverage against the changed files, including .cursor/BUGBOT.md when present.
- Layered review passes: Runs one review pass per relevant BUGBOT.md plus a global whole-diff pass to catch issues not covered by local guidance.
- Finding deduplication & actionability: Dedupes findings by file and line span plus a normalized title, then outputs only severity-tagged, explainable issues with locations and sources.
- PR-aware behavior: Detects whether the current branch is associated with a PR and reports that status; for PRs it supports inline GitHub review comment posting with dedupe against existing threads.
Quick Start
Run the bugbot-review skill to review the current PR (or the branch diff when no PR is found) and produce deduped, actionable findings.