一键导入
audit
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
用 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.
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.
Read-only design pass for an interactive surface: produces a statechart + action x context matrix + journey scenarios backed by an 11-rule lint contract. No state mutations.
| name | audit |
| description | Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria. |
| argument-hint | <phase-id|wave-id|commit-range> |
| user-invocable | true |
| disable-model-invocation | false |
[N] references.eawf audit show --md.The auditor emits one EvidenceRecord per criterion (evidence_kind = gate | claim | decision). The aggregate verdict folds into the target wave / iter CloseReadiness projection — /ship reads the same projection so audit and ship share one source of truth on "is this iter actually closable?". Roles are pinned via RoleSpec (role="auditor"); fresh-context isolation stays a RoleSpec invariant, not an ad-hoc dispatch flag.
audit + polish + ship CI + PR review pass per the iter-phase-close-timing rule in AGENTS.md; /audit runs before that close.On pass-with-followups: present the follow-up disposition (open backlog, open wave, defer) through AskUserQuestion. On fail: ask whether to halt the flow or open a remediation wave.
Skill envelope with a per-criterion verdict table and an aggregate status (pass | pass-with-followups | fail).