Skip to main content

push

Commit and push changes, creating or updating a PR as needed. Use for standard push workflow.

インストールへ移動

ソース情報

リポジトリ
cashew-labs/opencode-gui
ソースの最終更新活動
2026年2月12日 00:31
検出された SKILL.md の言語
英語
スター
58
フォーク
20

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
push
description
Commit and push changes, creating or updating a PR as needed. Use for standard push workflow.
## Branch handling If on main, checkout a new branch first. If on a non-main branch where the existing PR is already merged, the uncommitted changes are likely unrelated to that branch. In this case: 1. Checkout main and pull 2. Create a new branch with a name describing the uncommitted changes 3. Continue with the commit workflow below ## Commit workflow Commit the changes. Use gh cli to check if a PR exists for this branch. If no PR exists, create one with an appropriate title and description. If a PR exists, query its current title and description and update them if the new changes warrant it. Push the changes. For follow-up edits in this session, continue to commit, push, and update the PR as needed.
GitHubで見る