mshadmanrahman

Shepherd Review — Development skill for Claude Code

Development community

/shepherd-review — Quality Gate Before Pushing.

How to install Shepherd Review

Installs to ~/.claude/skills/mshadmanrahman-bug-shepherd-shepherd-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mshadmanrahman-bug-shepherd-shepherd-review && curl -fsSL https://raw.githubusercontent.com/mshadmanrahman/bug-shepherd/HEAD/commands/shepherd-review.md -o ~/.claude/skills/mshadmanrahman-bug-shepherd-shepherd-review/SKILL.md

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

What Shepherd Review does

/shepherd-review — Quality Gate Before Pushing

A mandatory quality check before any bug fix is pushed. Ensures minimal, focused changes with proper evidence.

**Audience:** Developers who fixed a bug and want to verify before creating a PR. Also useful for PMs reviewing a developer's proposed fix.

Workflow

1. Load Configuration

Read `.claude/triage.config.yaml` for:

  • review.max_line_diff — flag if net lines exceed this
  • review.tech_stack_rules — project-specific ch

Alternatives in Development

  • Discipline — Toggle discipline mode — auto-invoke verification, brainstorming-before-coding, and review checks 2.8k ★
  • Stop Review Gate — You are reviewing uncommitted changes before the author finishes their turn 664 ★
  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★

Full documentation available on GitHub

View Source Repository