一键导入
flow
Run /research → /prep → /audit → /polish → /ship sequentially; review folds into /ship as the PR-review pass. Short-circuit on any non-ok status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run /research → /prep → /audit → /polish → /ship sequentially; review folds into /ship as the PR-review pass. Short-circuit on any non-ok status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Model-only playbook for adding a property-based test that pins a function's invariant.
Dispatch a claimed wave to a runtime per the V8 session-reuse ladder.
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
Auto-chained research follow-up skill with recursion guard for residual unknowns.
Resolve the Co-Authored-By trailer policy for the active repo.
Compress the session conversation when context approaches the limit.
| name | flow |
| description | Run /research → /prep → /audit → /polish → /ship sequentially; review folds into /ship as the PR-review pass. Short-circuit on any non-ok status. |
| argument-hint | <task-slug> [--auto-accept=<stage>[,<stage>...]] |
| user-invocable | true |
| disable-model-invocation | true |
/research → /prep → /audit → /polish → /ship sequentially. The PR-review pass is folded into /ship (it reads the remote review comments, addresses feedback by appending waves to the current iter, then bundles iter + phase close in the final pre-merge commit per the iter-phase-close-timing rule in AGENTS.md).status=ok, check flow.auto_accept.<stage> (via uv run eawf config get flow.auto_accept.<stage>). When false (the default) and the stage was not listed in --auto-accept, ask the operator via AskUserQuestion whether to proceed — options: proceed / skip-next / stop. When true, advance without a prompt.ok status (blocked, needs_user, failed, partial), short-circuit with the failing step's repair commands.flow.auto_accept flags reflect the operator's intended cadence (review existing values; default is "ask each time" for every stage)./flow is a long-running pipeline. Every operator-facing decision point — inter-stage gates, "abandon vs retry on failed", "merge order on needs_user" — MUST be raised through AskUserQuestion so the run stays unstuck without dropping the operator into free-text. Per-step skills already follow this rule; the flow merely propagates their needs_user envelopes verbatim.
Skill envelope whose body accumulates per-step envelopes plus the inter-stage gate decisions. Status is ok when every step passed (after any auto-accept or operator confirm), otherwise the first non-ok step's status is propagated.