Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install iadr-dev-colab-skills-autopilotgit clone https://github.com/iadr-dev/colab.gitcp colab/SKILL.MD ~/.claude/skills/iadr-dev-colab-skills-autopilot/SKILL.md--- name: autopilot description: Chain PLAN + BUILD + REVIEW automatically. Pauses at plan for human OK. argument-hint: "[task description]" level: 4 --- # /ohc-autopilot — Full Chain Usage: /ohc-autopilot [describe what you want to build] Steps: 1. Run PLAN workflow → write plan to .ohc/plans/ 2. PAUSE: show plan to user, await "go" confirmation 3. Run BUILD workflow — subagents + TDD 4. Run REVIEW workflow — spec compliance + quality 5. If REVIEW passes: prompt user for /ohc-ship 6. If REVIEW has ✗ items: run BUILD again to fix, then re-review "autopilot no-gate": skips plan confirmation (use carefully)