一键导入
go
Ship what built. Run verify -> self-review -> simplify -> deslop -> commit-push-pr -> monitor CI -> fix -> done. Use when implementation done, ready to launch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ship what built. Run verify -> self-review -> simplify -> deslop -> commit-push-pr -> monitor CI -> fix -> done. Use when implementation done, ready to launch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Router for Ben's frontend-skills harness and every local skill.
Evidence-backed Go review for bounds, APIs, concurrency, errors, security, tests, rollout, and controllers. Use when reviewing a Go diff, PR, or branch, or as the golang hat /review adds when the diff touches *.go, go.mod, or backend protos.
Evidence-backed Go conventions for workload bounds, error boundaries, proto/API implementation, Temporal, testing, rollout, and controllers. Use when writing or changing Go services, handlers, workflows, controllers, or Go tests.
Evidence-backed Go review for bounds, APIs, concurrency, errors, security, tests, rollout, and controllers. Use when reviewing a Go diff, PR, or branch, or as the golang hat /review adds when the diff touches *.go, go.mod, or backend protos.
Evidence-backed Go conventions for workload bounds, error boundaries, proto/API implementation, Temporal, testing, rollout, and controllers. Use when writing or changing Go services, handlers, workflows, controllers, or Go tests.
Reviews a diff with a 7-hat parallel panel -- product/spec, standards, complexity, adversarial, resilience, visual/design, test/perf -- plus a mandatory cross-family GPT hat. Use when reviewing a branch, PR, WIP, or a release audit (deep mode).
| name | go |
| description | Ship what built. Run verify -> self-review -> simplify -> deslop -> commit-push-pr -> monitor CI -> fix -> done. Use when implementation done, ready to launch. |
Phases 4-6 of /development-lifecycle, standalone command. Use when code written, ready launch.
Assumes: implementation done, tests written. If not -- run /development-lifecycle.
Run all checks. Fix failures before proceed.
bun run type:check (TypeScript 7 tsc)bun run lint:fix (biome)bun vitest run --related (changed files)bun vitest run *.browser.test.tsxscripts/skills-browser.sh (Vercel agent-browser). Skip if not installed./visual-review (screenshots/terminal evidence, states, a11y, console, mobile/cross-browser when feasible). Skip only with reason.package.json, bun.lock, yarn.lock, go.mod, go.sum) -> run /upgrade-dependency or record skip reason + upgrade report/PR section.Skip if: trivial change (<10 lines, no logic) | test-only | docs-only.
self-reviewer. Native Codex: run the same self-review axis inline unless the user explicitly requests agents.GPT-5.6-sol: adversarial via /codex; GPT authored -> dispatch the Claude adversarial-reviewer (Opus). Initial pass is Sol or Opus -- never Terra/Luna. Native Codex runs the adversarial axis inline, does not recursively invoke /codex, and records cross-family review as unavailable unless explicitly requested.adversarial-reviewer in parallel. Native Codex stays inline without delegation consent./resilience-review or record skip reasonsafe_auto, show P2 gated_auto to userrefactor(scope): self-review fixes/simplify -- general cleanup pass/deslop -- tag complexity cuts (delete/stdlib/native/yagni/shrink), then block unless value, defense, or test confidence is certain/visual-review not run this session -> run it now or record explicit skip reason/visual-recap context so the PR explains what will ship; tiny obvious diff may skip with reason/make-pr-easy-to-review for reviewer guidance; no history rewrite without user approval/commit-push-pr -- conventional commits, push, open PRcode-reviewer. Native Codex: run its fresh-eyes checklist inline unless agents were explicitly requested.Native Codex handles the first automated review/fix pass and one CI status snapshot, then stops.
Extra rounds require an explicit "babysit until clean" or /plow-ahead; neither grants subagent consent.
Monitor: gh pr checks <number> --watch. Native Codex: take one gh pr checks <number> snapshot./resolve-pr-feedback triage, fix, reply, pushcode-reviewer rounds, alternating models. Early-exit on APPROVED or empty findings; after 3 noisy rounds, hand off to a human. Native Codex defaults to one inline round; extra rounds follow the stop rule above.pr-feedback-completeness-stop blocks exit until unresolved count is 0 and no CHANGES_REQUESTED reviews remain.After non-trivial tasks: "Learn something worth preserve?"
.claude/rules/<topic>.md with paths: globgh pr edit <number> --add-reviewer <username>🟢 done | 🟡 follow-up remains: <named item> | 🔴 blocked on user inputBefore start, check work to ship:
scripts/mux-worktree.sh <type>/<name> before proceed. Never ship from main. [ETHOS: Worktree Isolation]See REFERENCE.md for detailed checklists, gate logic, flowchart.