Skip to main content

ship

执行用户明确要求的提交、推送、PR 或版本交付步骤。

インストールへ移動

ソース情報

リポジトリ
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で見る