来源信息
- 仓库
- bronc-x/lotus
- 最近来源活动
- 2026年9月14日 05:31
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 23
- 分支
- 1
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
文件资源管理器
2 个文件正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- ship
- description
- 执行用户明确要求的提交、推送、PR 或版本交付步骤。
# Scoped code delivery
Deliver only the requested Git/release outcome. “The code is ready” alone does not authorize a push, PR, merge, or deployment.
## Local preparation
Inspect the checkout, branch, remote, status, and diff. Keep user changes separate; stage only intended paths. Run existing checks appropriate to the change and inspect failures before proceeding.
For a commit-only request, stop after the verified commit. Do not automatically create a release, change VERSION/CHANGELOG, or run every review skill.
## Remote operations
For an authorized push, verify the destination branch and use a normal non-force push. Confirm remote state afterward.
For a PR, use the requested base and scope, include verification evidence, and verify the resulting PR. Creating a PR does not authorize merging it.
For a release or deployment, read the project's release/deployment instructions and execute only the explicitly authorized environment and actions.
Do not automatically merge/rebase unrelated changes, bypass protections, force-push, publish packages, purchase services, or modify production.
If a required check or remote operation fails, fix in-scope failures and recheck, or report the precise blocker. Do not claim delivery merely because a local commit exists.
在 GitHub 查看