branch-audit
--- name: branch-audit description: Audit local git branches for safe deletion with content-level verification (PR state + git cherry), flag-don't-delete…
Pin Pilot executor failures against known v2.149.x patterns before exploring adjacent systems. Invoke when user says "pilot failed", "executor stuck", "epic stuck", "autopilot didn't fire", or similar pilot-failure phrasing.
$ npx -y skills add qf-studio/pilot --skill pilot-debug --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pilot-debugContext preview
The summary Claude sees to decide when to auto-load this skill.
Pin Pilot executor failures against known v2.149.x patterns before exploring adjacent systems. Invoke when user says "pilot failed", "executor stuck", "epic stuck", "autopilot didn't fire", or similar pilot-failure phrasing.
name: pilot-debug description: Pin Pilot executor failures against known v2.149.x patterns before exploring adjacent systems. Invoke when user says "pilot failed", "executor stuck", "epic stuck", "autopilot didn't fire", or similar pilot-failure phrasing. allowed-tools: Read, Grep, Bash
When invoked, state the hypothesis FIRST in this exact order before running any investigation tool. Each pattern was patched in v2.149.1–.3 and has high prior probability of recurring.
1. **Silent autopilot gate** (v2.149.1, commit f032689b)
startup gate log lines
2. **Worktree path equality** (v2.149.2, commit aac6de5f, TASK-286)
and whether `git rev-parse --git-common-dir` resolves correctly
3. **Vacuous-truth empty children** (v2.149.3, commit fd0f7b69)
child-set handling
4. **Missing IsEpic guard** (v2.149.3, commit fd0f7b69)
or `PRUrl` are being flagged as failed
State one of:
FIRST, then escalate.
Do NOT touch session dirs, daemon config, queue state, or DB until all 4 known patterns are ruled out. Past sessions burned cycles wandering through session_dirs/ and daemon config before the actual bug surfaced.
--- name: branch-audit description: Audit local git branches for safe deletion with content-level verification (PR state + git cherry), flag-don't-delete…
Operate the AWS-hosted Pilot daemon (founder box) — status, dashboard, logs, queue queries, start/stop/restart, rebuild/upgrade, metrics tunnel,…