What problem does it solve? Background coding agents running under herdr can silently stall: a worker launched without permission flags reports a healthy status while being unable to run a single tool, and finished workers linger consuming full agent processes. This Skill audits every worker for a repository, reports what each is actually doing, and safely reaps the ones that are done. ## Core Features & Use Cases - Fleet status reporting: Enumerates all herdr agents filtered by repo, maps each to its task branch, and presents a table of status, health, last activity, and suggested next step. - Health verification: Inspects each worker's live process argv to detect agents running as plain shells, launched without bypass-permission flags, or misplaced in the primary checkout instead of a worktree. - Safe reaping: Removes finished workers only when their PR is merged, they are not mid-turn, and no uncommitted or unpushed work remains, removing the git worktree before closing the workspace. - Use Case: After dispatching several task workers, ask for a status report to learn that task-434 finished with PR #87 open, task-435 is mid-run, and task-436 was launched in manual approval mode and needs a reap-and-respawn. ## Quick Start Ask the agent to run a status report on the workers for this repository and reap any that are finished or unhealthy.