用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill done命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | done |
| description | → wrap-up. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Edit","Write"] |
wrap-up)This is a synonym for wrap-up — invoking /done
runs the wrap-up procedure unchanged. The two are interchangeable for dispatch:
any phrasing that fires wrap-up ("wrap up", "finish up", "are we done?") fires
done too, and both run the same procedure. That is why this skill's
description repeats those triggers.
Do this: read wrap-up and follow its instructions exactly. Everything that skill says — verify the real state of every PR/issue/branch/working tree, report a linked final summary that surfaces anything still open, then run a UMS review to persist what was learned — applies unchanged.
Keep the logic only in wrap-up; this file is just the /done entry point so
the names stay in sync.
/doneroutes towrap-up, the session-level wrap-up.mergedis the sibling alias that also lets you anchor the summary on a just-merged PR (/merged #74);post-mergeis the different skill that wraps up a single just-merged PR rather than the whole session.