pilot-debug

Solid

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.

AI & Automation 542 stars 44 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 80/100

Stars 20%
91
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
95
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Pilot Executor Debug Triage 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. ## Triage order 1. **Silent autopilot gate** (v2.149.1, commit f032689b) - Diagnostic: grep startup logs for "autopilot disabled" or missing startup gate log lines - Code: autopilot init path / startup gate evaluation 2. **Worktree path equality** (v2.149.2, commit aac6de5f, TASK-286) - Diagnostic: check whether the worktree path is `/tmp/pilot-worktree-*` and whether `git rev-parse --git-common-dir` resolves correctly - Code: `executor/worktree.go:86` vs `cmd/pilot/repo_allowlist.go:53` 3. **Vacuous-truth empty children** (v2.149.3, commit fd0f7b69) - Diagnostic: inspect `allChildrenDone(...)` invocation site for empty child-set handling - Code: `epic.go:923` 4. **Missing IsEpic guard** (v2.149.3, commit fd0f7b69) - Diagnostic: check whether epic-parent results with empty `CommitSHA` or `PRUrl` are being flagged as failed - Code: `cmd/pilot/handlers.go`, `cmd/pilot/commands.go` ## Output State one of: - `match: <pattern N>` — proceed with the per-pattern diagnostic above. - `novel: <one-line reason none match>` — write a failing regression test FIRST, then escalate. ## Anti-patterns Do NOT touch session dirs, daemon config, queue state, or DB until all 4 known patterns are ruled out. Past sessions burned cyc...

Details

Author
qf-studio
Repository
qf-studio/pilot
Created
6 months ago
Last Updated
today
Language
Go
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ops-debugging

Symptom-indexed playbook for deployment/environment debugging — SSH tunnels, reverse proxies, TLS, container lifecycle, secret rotation, and real-time API integration failures that "work locally, break deployed." Every entry traces to a real diagnosed incident (probe -> resolution), stated at the failure-class level so it generalizes across projects. Use when a deploy-only symptom, a "works here but not there" report, or an environment-boundary failure needs the fastest-discriminating probe, not generic debugging methodology (that lives in /ms.fix's Hard-Bug Discipline).

0 Updated 3 days ago
beomeodev
AI & Automation Solid

debugging-discipline

Evergreen debugging + restart heuristics + cognitive-bias antidotes. Tier-2 (recall-fetched on-demand, NOT always-loaded). Lifted in condensed form from gsd-build/get-shit-done debugger-philosophy + universal-anti-patterns (audit 2026-04-28).

2 Updated 3 days ago
0xUrsanomics
AI & Automation Listed

ai-agents-debugging-playbook

Symptom-to-triage playbook for this repo's recurring failures. Blocked pushes, drift gate reds, plugin bump reds, coverage pin trips, hook exit 143, session NON_COMPLIANT. Maps each symptom to a first command, discriminating experiment, fix path, and trap. Use when you say `triage this failure`, `why is my push blocked`, `debug this CI red`. Do NOT use for incident history (use `ai-agents-failure-archaeology`) or measurement tools (use `ai-agents-diagnostics-toolkit`).

38 Updated today
rjmurillo