Skip to content
Automation
Skill

/pr-shepherding

Monitor PR lifecycle from creation through merge including CI monitoring, review comment handling, thread resolution, and merge readiness verification.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill pr-shepherding --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pr-shepherding

Context preview

The summary Claude sees to decide when to auto-load this skill.

Monitor PR lifecycle from creation through merge including CI monitoring, review comment handling, thread resolution, and merge readiness verification.

SKILL.md

pr-shepherding.SKILL.md
name: pr-shepherding
description: Monitor PR lifecycle from creation through merge including CI monitoring, review comment handling, thread resolution, and merge readiness verification.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • When a PR needs CI monitoring
  • When review comments need automated handling

Process

1. **Monitor CI** - Watch pipeline status, triage failures 2. **Handle Comments** - Respond to review feedback, make code changes 3. **Resolve Threads** - Close addressed review threads 4. **Verify Readiness** - Check approvals, CI green, threads resolved, coverage met

Merge Readiness Checklist (gtg)

  • [ ] All CI checks passing
  • [ ] Required approvals obtained
  • [ ] All review threads resolved
  • [ ] Coverage thresholds met
  • [ ] No merge conflicts
  • [ ] SERVICE-INVENTORY.md updated

Agents Used

  • `agents/pr-shepherd/` - PR lifecycle management

Tool Use

Invoke via babysitter process: `methodologies/metaswarm/metaswarm-pr-shepherd`

Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.