用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill merged命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | merged |
| description | → wrap-up. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Edit","Write"] |
wrap-up)This is a synonym for wrap-up — invoking /merged
runs the wrap-up procedure unchanged. The two are fully interchangeable for
dispatch: any phrasing that fires wrap-up ("wrap up", "finish up", "are we
done?") fires merged too, and both run the same procedure. That is why this
skill's description repeats those triggers. The one extra affordance is the
optional PR indication below.
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 /merged entry point
so the two names stay in sync.
In a multi-PR session, /merged can be given a specific PR — e.g. /merged #74,
"merged 74", or "merged the refactor PR". Treat that PR as the anchor for the
wrap-up:
gh pr view <N> --json state,mergedAt,mergeCommit (never assume).wrap-up over the whole session: other open
PRs/issues, uncommitted work, unmerged branches, leftover worktrees, then UMS.The named PR anchors the report; it does not narrow the wrap-up to that one
PR. With no PR given, /merged is a plain session-level wrap-up.
/mergedroutes towrap-up, notpost-merge.post-mergewraps up a single just-merged PR;wrap-upcloses the whole session.