🛠️
QualityGo

Pilot Debug Triage

by qf-studio

Pilot Debug Triage is a Quality skill for Claude Code, published by qf-studio in pilot.

646 stars52 forkson qf-studio/pilotAdded 2026/08/24+1% in starsRepository updated 2026/08/23
agenticagentic-workflowai-agentai-botsai-toolsautonomous-codingclaudeclaude-codedev-botdevtoolsopen-code
Install in seconds
Install Pilot Debug Triage
Copy Pilot Debug Triage into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/qf-studio/pilot/tree/main/.claude/skills/pilot-debug ~/.claude/skills/pilot-debug

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/qf-studio/pilot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/pilot-debug/SKILL.md in qf-studio/pilot
Installs to
~/.claude/skills/pilot-debug
Collection
One of 4 skills cataloged from this repository
Category
Quality1354 skills

What Pilot Debug Triage does

Pilot Debug Triage pinpoints common Pilot executor failure patterns before broader investigation. Use it when Pilot, autopilot, or epic execution fails, gets stuck, or does not fire.

Pilot Debug Triage is cataloged under Quality on DirSkills. Pilot Debug Triage comes from a repository tagged agentic, agentic-workflow, ai-agent, ai-bots and ai-tools.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Pilot Debug Triage

  • What else does qf-studio publish alongside Pilot Debug Triage?

    Pilot Debug Triage is one of 4 skills that DirSkills catalogs from qf-studio/pilot, the repository it ships in. Its siblings there include Branch Audit, Pilot AWS Operations and TUI Design. Each one is a separate skill with its own page in this directory, installs the same way Pilot Debug Triage does, and is maintained by qf-studio in that same repository. The rest of the collection is listed on the qf-studio/pilot page.

  • How does Pilot Debug Triage compare to other Quality skills?

    Pilot Debug Triage ranks #1103 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Pilot Debug Triage against them. Open each page to compare what they document and how they install.