autopilot
Installation
SKILL.md
/autopilot
Full delivery pipeline. From issue to merged PR in one command, or invoke sub-capabilities directly.
Routing
| Intent | Sub-capability |
|---|---|
| Spec, plan, design a feature — "shape this", "write a spec" | references/shape.md |
| Implement, code, TDD — "build this", "implement" | references/build.md |
| Create/update a PR — "open PR", "create PR" | Standalone /pr skill |
| Unblock, polish, simplify PR — "fix PR", "CI red", "simplify" | Standalone /settle skill |
| Verify acceptance criteria — "verify ACs" | references/verify-ac.md |
| Lint, typecheck, test gates — "check quality" | references/check-quality.md |
| TDD enforcement, coverage — "test coverage" | references/test-coverage.md |
| Visual evidence capture — "walkthrough" | references/pr-walkthrough.md |
| Semantic commit workflow — "commit" | references/commit.md |
| Issue lint/enrich/decompose — "issue" | references/issue.md |