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).testing
Test-suite diet — consolidate near-identical tests into table-driven cases, delete trivial/mock-only/brittle tests, and report every piece of coverage intentionally given up. Counterweight to AI test bloat that erodes loop clock speed.
development
In-session iterative loop — keeps Claude running in the current session until a task is done. Unlike /loop (which spawns background workers), /iloop stays in the current session and re-prompts each iteration via Stop hook. Use for: 'keep fixing until tests pass', 'iterate until this feature works', autonomous debugging. Triggers on: '/iloop', 'in-session loop', 'keep iterating', 'loop until done'.
development
Compose high-converting emails using proven copy frameworks (PAS, AIDA, BAB, FAB, 4Ps). Generates subject line variants with scores, responsive HTML templates with dark mode support, plain-text fallback, and preheader recommendations. Optimized for cold outreach, newsletters, product launches, promotions, and transactional emails. Adapts to user context from email-profile.md.
tools
Designs complete email automation sequences with timing, subject lines, copy, and conditional logic. Supports welcome series, nurture campaigns, re-engagement, abandoned cart, post-purchase, review requests, and custom sequences. Adapts sequence type, cadence, frameworks, and conditional branching to business context. Use when user wants to create an automated email series triggered by subscriber actions or time intervals.