用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/leek/agent-skills --skill commit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run a bounded architectural refactor loop toward a stated design.
Drive an existing wayfinder map, spec, or set of tickets to completion through fresh top-level Claude Code, Codex, or Grok sessions.
Two-axis review of the diff since a fixed point: Standards (repo conventions) and Spec (ticket/PRD fidelity). Use when the user wants to review a branch, PR, WIP changes, or asks to "review since X".
正在显示 SKILL.md
| name | commit |
| description | Commit the work done in this session, skipping files a parallel session also touched. |
| disable-model-invocation | true |
Commit only what you changed in this session. Other sessions may be working in the same repo at the same time; that is expected, and none of their work is yours to commit.
git status --porcelain. Anything not on your list belongs to someone
else, ignore it completely.git diff -- <path> (git diff --cached too if
it is already staged). If it contains changes you did not make, leave that file out, the other
session will commit it. Note which files you skipped.git add -- <path> <path> … with your remaining files, by exact path.
Never git add -A or git add .. Re-run git status --porcelain and unstage anything foreign.type(scope): summary: imperative mood, lowercase,
no trailing period, under 72 chars. Types: feat, fix, refactor, docs, test, chore,
perf, build, ci. Scope optional. Add a short body only when why is not obvious from the
diff. No attribution or co-author trailers.main/master. No git checkout, git switch, git branch.git stash, git checkout --, or git reset: a parallel session's uncommitted work is
unrecoverable if you discard it.