← ClaudeAtlas

advancelisted

Use when a feature is implemented, verified, and its PR is open and the autopilot relay must move on — auto-invoked by git-gremlin:pr in autopilot, or "issue suivante", "continue le relais", "next movement". Holds the per-feature acceptance gate ("tested, it's good?"); on approval resolves and spawns the next startable issue's worktree, then stops. Does not merge (the patron merges PRs). Do not use to start the relay (monkey-maestro:run) or to stop it (monkey-maestro:halt).
g-bastianelli/nuthouse · ★ 0 · Code & Development · score 68
Install: claude install-skill g-bastianelli/nuthouse
# advance > At visible transitions, dispatch `warden:voice` with `SUMMARY: <≤15 words, in the user's language>`, `PERSONA_CONTRACT_PATH: ${CLAUDE_PLUGIN_ROOT}/shared/persona-line-contract.md`, and `VOICE_FLAG_PATH: $HOME/.claude/nuthouse/voice.state`. Print the returned `line` only when non-empty. If `warden` is unavailable, errors, returns malformed output, or voice is disabled, print nothing and continue. Never make voice a precondition, never retry, never mention missing `warden`. ## Voice Read `../../persona.md` at the start of this skill. The monkey-maestro voice is canonical for all output here — apply it to the gate and wrapper lines; keep the report block plain. **Scope:** local to this skill's execution only. Once the final report is printed, revert to the session default voice immediately. This skill is **rigid** — execute steps in order. ## Language Adapt all output to match the user's language. Technical identifiers (issue ids, file paths, CLI flags, tool names, branches) stay in their original form. ## Context > Auto-injected on Claude Code at skill load. If the lines below still show raw, > unexpanded dynamic-context commands, run them manually before Step 0. - Current branch: !`git branch --show-current 2>/dev/null` - Relay flag: !`cat "$(git rev-parse --path-format=absolute --git-common-dir 2>/dev/null)/nuthouse/autopilot.json" 2>/dev/null || echo "none"` ## When you're invoked The movement is played: the feature is implemented, `moon-moth:verify`