autopilotlisted
Install: claude install-skill chalosalvador/claude-workflows
# Autopilot — unattended easy issues
Turn `agent-ready` issues into reviewable PRs while nobody is watching.
This runs with **no human in the loop**, so the operating principle is inverted from
[`next-issue`](../next-issue/SKILL.md): when anything is ambiguous, **stop and hand it
back** rather than making a judgment call. A skipped issue costs a day. A confidently
wrong PR costs a teammate's afternoon and their trust in the routine.
Resolve board, repos, branches and gate commands via
[`shared/config.md`](../../shared/config.md). **Resolve the board from the MAIN
checkout, not the worktree** — [`shared/config.md`](../../shared/config.md) § Resolving `workflow.json` shows the spelling; a worktree does not carry
gitignored `.claude/`, and this routine normally starts inside one, unattended, with
nobody to catch a write to the wrong board.
## Two hard rules, no exceptions
1. **Never merge.** Merging the integration branch may auto-deploy and run migrations.
This includes **queuing** a merge: never run `gh pr merge` in any form, and
specifically not `--auto`. Where auto-merge is enabled and required approvals are 0,
a queued PR lands green, unattended and unreviewed — which is the whole thing this
routine hands back to a human to prevent.
2. **Never edit outside the worktree.** The user's own checkouts stay untouched.
## Workflow
```
- [ ] 1. Backpressure check — is the review queue already full? (if yes: stop)
- [ ] 2. Select up to 2 candidates from the agent-