用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/PAMF2/oniro-colab --skill post-mortem命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Stage 1 audit (ARIS §3.1). Verify the training run actually converged, seeds were logged, no data leakage.
Stage 3 audit (ARIS §3.1). Fresh zero-context reviewer re-reads wiki narrative; cross-checks against raw results.
Stage 2 audit (ARIS §3.1). For each experimental claim, decide supported / partially / invalidated against the logs.
基于 SOC 职业分类
正在显示 SKILL.md
| name | post-mortem |
| description | On REJECT verdict, write a structured entry to the failure ledger so future executors skip the closed branch. |
| trigger | orchestrator-after-gate |
| allowed_tools | ["python","bash"] |
| output | jsonl-line appended to oniro/wiki/failures.jsonl |
When the Gödel gate REJECTS a mutation OR a downstream review invalidates a claim, this skill records the cause so future Executor calls skip the closed branch.
{"id":"F-0142","variant":"V-0427","cause":"latent_collapse",
"signature":{"vicreg_var":0.003,"slot_purity":0.31},
"closed_branches":["sparse-prior-α>1e-3"],"date":"2026-08-14"}
cause — short slug: latent_collapse | gate_borderline | nan_inf | regression...signature — observed metric values at failure (lets future runs detect recurrence).closed_branches — pattern strings the Executor must avoid; matched literally.