review-bugbot

Compute local diffs and run automated code reviews with Bugbot.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/shankur/dots --skill review-bugbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-bugbot
Source: https://github.com/shankur/dots/tree/main/dot_cursor/skills-cursor/review-bugbot
Command: npx skills add https://github.com/shankur/dots --skill review-bugbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bugbot, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of code review using the Bugbot subagent, streamlining the code review workflow.

Core Features & Use Cases

  • Automated Code Review: Run code reviews with Bugbot, reducing manual effort and speeding up the review process.
  • Branch Comparison: Compare code changes against the default base branch or a specified branch.
  • Natural Language Review: Provide a natural language description of changes for review when a diff cannot be computed.
  • Use Case: When a developer wants to review the latest changes in their branch, they can use this skill to automatically generate a review report.

Quick Start

Run the command /review-bugbot to initiate a code review for the current branch.

Frequently Asked Questions about review-bugbot

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

FAQPage Schema
How do I automate code review for uncommitted branch changes?

Automate code review by computing local diffs from your repository path, which supports analyzing uncommitted changes, branch comparisons, and natural language descriptions to generate a review report.

Can I review code changes if a diff cannot be computed from the repository?

Yes, you can review code changes by providing a natural language description of the modifications when a diff cannot be computed directly from the repository path.

How do I compare my code changes against a specific base branch?

Compare code changes by specifying a target branch during the automated review process, evaluating your current modifications against the default base branch or a custom branch.

Do I need a specific subagent configuration to run automated code reviews?

Yes, running automated code reviews requires a Bugbot subagent with specific configuration options set up to compute diffs and process repository paths correctly.

What is the best way to generate a code review report for my latest branch updates?

The best way to generate a code review report is to run an automated review command that computes local diffs and analyzes branch changes through the Bugbot subagent.