What problem does it solve? It automates code review by delegating diff analysis to a dedicated Bugbot subagent, so you get structured bug findings on branch or uncommitted changes without manually inspecting the diff yourself. ## Core Features & Use Cases - Automated Diff Review: Launches a bugbot subagent that computes the local diff from the repository path and reviews branch changes or uncommitted changes. - PR and Branch Targeting: Resolves PR links, PR numbers, or branch names, checks out the target branch, and handles checkout blockers such as local changes with a stash confirmation flow. - Structured Findings Report: Summarizes results as a severity-sorted markdown table with Severity, Location (file:line), and Finding columns. - Use Case: Before merging a feature branch, ask for a review and receive a compact table of bugs sorted by severity, or a one-line confirmation that no issues were found. ## Quick Start Ask the assistant to run /review-bugbot on the current repository to review your branch changes.