What problem does it solve? Getting a consistent, structured code review of local changes requires manually computing diffs, picking the right base branch, and formatting findings. This Skill automates that by launching a dedicated Bugbot review subagent with the correct prompt shape and handling branch checkout, diff selection, and failure recovery. ## Core Features & Use Cases - Automated Diff Review: Launches a Bugbot subagent that computes branch changes or uncommitted changes against the repository's base branch without manual diff preparation. - PR and Branch Targeting: Resolves PR links, PR numbers, or branch names, checks out the target branch, and handles checkout blockers such as uncommitted local changes with user-confirmed stashing. - Failure Recovery: Retries failed reviews with corrected invocations or a natural-language change description fallback when the diff cannot be computed. - Use Case: A developer finishes a feature branch and asks for a review before opening a PR. The Skill launches Bugbot against the branch changes and returns a severity-sorted table of findings with file and line locations. ## Quick Start Ask the assistant to run /review-bugbot on the current repository to review your branch changes.