mshadmanrahman

Shepherd Triage — Development skill for Claude Code

Development community

/shepherd-triage — Mass Reproducibility Check.

How to install Shepherd Triage

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

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

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

What Shepherd Triage does

/shepherd-triage — Mass Reproducibility Check

Launch parallel agents to check whether old bugs still reproduce on the live site. This is the core Bug Shepherd workflow: turning a stale backlog into a prioritized, verified list.

**Audience:** PMs who need to clean a backlog without reading code.

Arguments

  • {count} (optional): Number of bugs to triage. Default: 30. Max: 60.

Workflow

1. Load Configuration

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

  • `project.live_ur

Alternatives in Development

  • Rank — /rank - Triage Scraped Jobs into a Ranked Shortlist 36.6k ★
  • Done Check — PUA Done Check — 用于没跑测试别说完成、已完成但没证据、done without proof、需要验收/回归/交付质量检查的场景 19.5k ★
  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★

Full documentation available on GitHub

View Source Repository