review-bugbot

Review code changes by launching a Bugbot subagent against repository diffs.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill review-bugbot-ferrarifankid04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-bugbot
Source: https://github.com/ferrarifankid04/ai-skills-public/tree/main/cursor/skills-cursor/review-bugbot
Command: npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill review-bugbot-ferrarifankid04

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about review-bugbot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code changes with Bugbot?

Invoke the /review-bugbot command in your workspace. The Skill launches a Bugbot subagent that computes the diff from your repository path and reviews branch changes against the base branch by default, returning a severity-sorted findings table.

How to review only uncommitted changes instead of branch changes?

Ask to review uncommitted, local working tree, or not-yet-committed changes. The Skill sets the Diff parameter to uncommitted changes so the subagent reviews only your dirty working tree rather than the full branch diff.

Can I review a specific PR or branch with Bugbot?

Yes. Provide a PR link, PR number, or branch name and the Skill resolves it, checks out the target branch, and then launches the review. If checkout is blocked by local changes, it asks before stashing.

When should I specify a base branch for the review?

Only specify a base branch when your current branch should be compared against something other than the repository's default base branch, such as when the branch was created from another feature branch. Otherwise the subagent infers the base automatically.

What happens if Bugbot cannot compute the diff?

The Skill retries once using a natural language diff mode, providing a per-file change description instead of a computed diff. If the failure persists after the retry, it stops and reports the error rather than looping.