用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pierce403/cthuwu --skill git-maintenance命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | git-maintenance |
| description | Inspect, fetch, update, merge, commit, and push Cthuwu through the typed safe-Git dispatcher. |
Read skills/system-maintenance/SKILL.md first. Use only repository_maintenance; a natural Git
request is not permission to synthesize an exec shell command.
status is read-only and reports current HEAD/branch, dirt, remotes, topology, and divergence.fetch fetches configured safe remotes and prunes remote-tracking refs without changing HEAD.update verifies a clean checkout, fetches canonical metadata, fast-forwards a non-diverged
canonical checkout, or normally merges canonical upstream into a long-lived fork. Canonical
divergence fails closed. Fork conflicts remain in progress for deliberate resolution.merge requires the verified canonical-upstream remote and an existing branch. It never chooses
a conflict side.commit requires a one-line message and explicit repository-relative paths. It verifies both the
existing dirty set and final staged set, so it never stages ., a symlink, traversal, .git, a
root-wide scope, or unrelated/pre-staged paths.push requires verified noncanonical fork origin, matching fetch/push repository identities,
and the checked-out branch. It never forces.The dispatcher rejects external Git directories, symlinked roots, suspicious executable/path Git configuration, credential-bearing or unsupported network remotes, malformed refs, dirty automatic updates, unsafe remote fetch refspecs, uncontained submodules, unbounded output, and timeouts. Receipts sanitize remote URLs and known secret forms. Do not ask for tokens, credential files, private keys, or credential-helper output.