← ClaudeAtlas

autopilotlisted

Work the agent-ready issues unattended. Picks up to 2 gated issues off the project board, then for each: plans it with issue-planner, implements it in an isolated git worktree, runs the repo's full validation gate, reviews the diff with parallel diff-reviewer lenses, opens a ready-for-review PR requesting review from the issue's assignee, and drives CI + review threads to green under a 45-minute cap — never merging, never touching infra. Use for "run the autopilot", "work the easy issues", "pick up the agent-ready queue", or as a scheduled unattended-work routine.
chalosalvador/claude-workflows · ★ 1 · Code & Development · score 67
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-