Review Diff banner
vishnu-77 vishnu-77

Review Diff

Git community

Description

--- description: Read-only bug-finding review of the local working diff or a commit range via pr-reviewer. argument-hint: "[ref] (e.g. HEAD~3..HEAD, main...HEAD; default: working tree)" --- Use the enclosing Git repository, or the `/set-repo` override. Review the local diff **$ARGUMENTS** (default: uncommitted working tree) for bugs. Read-only. 1. Resolve the diff scope in the active repo: - `$ARGUMENTS` empty → `git diff` (working tree) + `git diff --staged`. - `$ARGUMENTS` a range/ref

Installation

Installs to ~/.claude/skills/vishnu-77-bugrabbit-review-diff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vishnu-77-bugrabbit-review-diff && curl -fsSL https://raw.githubusercontent.com/vishnu-77/bugrabbit/HEAD/commands/review-diff.md -o ~/.claude/skills/vishnu-77-bugrabbit-review-diff/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository