maiconfz--review-fix-ship--bug-reviewer

Reviews scoped git diffs for bugs, crash paths, and behavioral regressions.

3|1|Updated May 2, 2026
One-click install
npx skills add https://github.com/agents-repo/registry --skill maiconfz-review-fix-ship-bug-reviewer-agents-repo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: maiconfz--review-fix-ship--bug-reviewer
Source: https://github.com/agents-repo/registry/tree/main/.cursor/skills/maiconfz/review-fix-ship/maiconfz--review-fix-ship--bug-reviewer
Command: npx skills add https://github.com/agents-repo/registry --skill maiconfz-review-fix-ship-bug-reviewer-agents-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Catching bugs in code changes before they ship requires careful diff review, which is easy to skip or rush. This Skill performs a focused bug review of your scoped git diff, surfacing broken behavior, crash paths, and regressions without modifying any files. ## Core Features & Use Cases - Bugbot Subagent Launch: On Cursor, launches the Bugbot Task subagent with a structured prompt containing the repository path, diff scope, and optional base branch. - In-Package Fallback Review: When Bugbot is unavailable, performs an equivalent review of the same diff for incorrect behavior, crash paths, regressions, and missing tests. - Structured Findings Output: Emits a findings table sorted by severity with file and line locations, or a one-line no-findings status. - Use Case: Before merging a feature branch, ask for a bug review of branch changes to get a severity-sorted table of potential bugs with exact file:line locations. ## Quick Start Ask the agent to run a bug review on the current branch changes and report any findings by severity.

Frequently Asked Questions about maiconfz--review-fix-ship--bug-reviewer

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

FAQPage Schema
How do I review a git diff for bugs before merging?▼

Run this Skill with the default branch-changes diff scope to review all changes relative to the merge-base with the default branch. It returns a findings table sorted by severity with file and line locations for each bug found.

How to review only uncommitted changes for bugs?▼

Pass uncommitted-changes as the diff input instead of the default branch-changes. The review then covers only your working tree modifications, which is useful for a quick check before committing.

Does this bug review work outside of Cursor?▼

Yes. On hosts without the Cursor Bugbot Task subagent, the Skill performs an equivalent in-package review of the same scoped diff. The fallback is not branded as Bugbot and produces the same findings-table output format.

Can the bug reviewer fix the issues it finds?▼

No. The Skill is review-only and must not edit, create, or delete files, nor commit or push. It outputs findings only; fixing the code is a separate step handled by you or another agent.

What happens if the Bugbot subagent launch fails?▼

The Skill retries once with a corrected prompt for malformed invocations, or once with a natural-language diff description if the diff could not be computed. If the failure persists, it stops launching Bugbot and uses the in-package fallback review.