一键导入
post-cold-start-verification
Audit every ai/ file for gaps, stale placeholders, and inconsistencies after cold-start. Produces a prioritized findings report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit every ai/ file for gaps, stale placeholders, and inconsistencies after cold-start. Produces a prioritized findings report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep, judgement-based adversarial code audit — hunts for stale cross-references, unescaped interpolation, platform gaps, generated-file ownership conflicts, and cross-module consistency rot that no mechanical check can catch. Read-only; writes a dated findings report.
Diagnostic gate that checks AGENTS.md and AGENTS.md for completeness, consistency, and stale artifacts — run right after /cold-start and before /add-feature. Read-only; produces a findings report.
Typecheck and run the full test suite, and report failures concisely
Holistic assessment of the AI knowledge layer on a 5-level maturity scale; flags agent-blocking gaps.
| name | post-cold-start-verification |
| description | Audit every ai/ file for gaps, stale placeholders, and inconsistencies after cold-start. Produces a prioritized findings report. |
| disable-model-invocation | true |
Audit the AI knowledge layer. Read-only with one exception: you may write ONE report.
If ai/analysis/audit-reports/VERIFICATION_MANIFEST.json exists, read its summary
and the non-confirmed claims first: path-existence checking is already done
deterministically by the kit's verify command (run from the kit checkout:
node install.mjs verify <repo> — no LLM
involved, so its statuses are facts). Spend your pass on what a script cannot
judge (checks 1, 3, 4 below, and the semantic half of check 2). If the manifest
is absent or older than the docs it covers, recommend regenerating it in your
report instead of re-deriving path checks by hand.
<fill in>, ? Stability, and {{...}} leftover
across ai/ and the entry files (AGENTS.md, AGENTS.md).ai/guide/* exists on disk
(covered by the manifest when present — see Step 0); MODULE_MAP rows correspond
to real directories; FEATURE_MAP entries point at real files; diagrams name
real modules.ai/repo-profile.json; flag divergence (don't silently fix).[verified] tag lacking a date; nothing you can tell
was agent-written carrying [verified].Write ai/analysis/audit-reports/<YYYY-MM-DD>-post-cold-start.md: findings grouped
P1 (agent-blocking) / P2 (misleading) / P3 (cosmetic), each with location and a
one-line suggested fix. Tag the report itself [inferred]. Do not modify the files
you are auditing.