configs/skills/go/SKILL.md
Accept the recommendation from the most recent A/B/C option set and execute it without re-asking. Use when the user says "按你推荐的来" / "go with your pick" — they glanced at the options, the recommendation looked right, they don't want to re-read all of them.
npx skillsauth add shenxingy/claude-code-kit goInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The user just saw a set of options you offered (numbered issues with A/B/C sub-options, or a recommendation block with alternatives). They don't want to re-read them — they want the one YOU recommended to be executed now.
Scan the prior assistant messages in this conversation for the most recent message that:
If multiple option sets exist in recent history, use the most recent one that is still actionable — ignore ones already resolved by subsequent messages.
Look for an explicit recommendation marker:
★, ▶, bold, or placed first as "the one to pick"If the recommendation is unambiguous:
→ going with {option label}: {short description}If options existed but no clear recommendation was flagged:
If no recent options block exists (within the last ~5 assistant turns):
/go executes the specific option; it doesn't also kick off related work you didn't offer.git reset --hard, force-push, migrations, .env edits): confirm once before executing. /go does not override the destructive-action rule in CLAUDE.md.→ going with 1A, 2B, 3A).development
Orchestrate a fleet of parallel `codex exec` workers with you (Claude Code) as the supervisor — spawn one per isolated git worktree, dispatch headless, verify each INDEPENDENTLY, PR/merge. The manual "codex-ultracode" pattern for fanning out real implementation, research, or review work onto Codex. Bakes in the hard gotchas (stdin blocking, background tracking, don't-trust-self-reports, writer isolation). Triggers on — orchestrate codex, codex workers, codex fleet, spawn codex, delegate to codex in parallel, manual ultracode, 开 codex 小弟, 派 codex worker — NOT for a single cross-vendor opinion (use the `second-opinion-codex` agent), NOT for web-UI worker decomposition (use `/orchestrate`).
development
Create and manage git worktrees for parallel Codex sessions
development
Verify project behavior anchors — compilation, tests, and interaction checks after autonomous runs. NOT the Codex built-in /verify (which runs the app to observe a single change working) — this one walks the AGENTS.md "Features (Behavior Anchors)" list.
documentation
End-of-session documentation sync — updates TODO.md and PROGRESS.md only (run /commit after to commit everything)