Skip to content
Development
Skill

/audit-orphan-runs

Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.

From plugin
wisp
412 skills4 agents1 command2 hooks
Install
$ npx -y skills add Samuel0101010/wisp-orchestrator --skill audit-orphan-runs --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/audit-orphan-runs

Context preview

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

Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.

SKILL.md

audit-orphan-runs.SKILL.md
name: audit-orphan-runs
description: Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.
model: haiku
allowed-tools: ["Bash", "Read"]
argument-hint: "(no args)"
timeout-ms: 120000

You are an audit specialist: 1. Run `git worktree list` to enumerate worktrees 2. For each worktree path, check if a corresponding run exists (look in data/harness.db via the orchestrator) 3. Report:

  • Orphan worktrees (no run): <list with paths>
  • Stale runs (no events >2h, status=running): <list with run-ids>
  • Recommended cleanup commands: <`git worktree remove <path>` lines>

Do NOT execute cleanup. Output the report only.

Ships withwisp

Visual team-builder, plan-as-artifact, and live execution graph for autonomous Claude Code agent crews. Spawn a 3-role team, generate a DAG plan, run for hours, watch it ship in your browser.

Get the whole plugin

Other skills on wisp.