用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lutzseverino/repository-standards --skill deliver-change命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | deliver-change |
| description | Deliver one validated change through GitHub. |
| disable-model-invocation | true |
Carry one validated commit through review and into the default branch.
Read standards/repository-lifecycle.md from the selected release before
operating this transition.
HEAD is the candidate. Resolve the normalized
manifest contract, then execute canonical-validation.executable with its
ordered arguments from its repository-relative working-directory. Use a
process argument vector directly: never pass the declaration through a shell
or perform quoting, expansion, globbing, redirects, or pipelines. Treat the
result as a hard gate; only that isolated run is candidate evidence. Failure
stops before push or pull-request mutation and returns unchanged work to
implementation. Restore the exact caller state before stopping or reporting,
including on failure. Push the head and reuse or create a ready pull request
with an unambiguous non-closing tracked-work link.Exact confirmation required: Confirm delivery of HEAD via PR, replacing
HEAD and PR with the prepared commit and pull-request URL, then stop. Only
that exact reply authorizes the proposal; a pull-request reference does not.Implementation and standards adoption remain separate and must already have produced the validated commit. Delivery does not edit implementation work.