Skip to main content

push-everything

Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.

インストールへ移動

ソース情報

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

インストール方法

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

ソースファイルを確認

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

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
push-everything
description
Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.
If on main, checkout a new branch first. Stage ALL changes in the repository (not just session changes) with `git add -A`. Commit the changes with an appropriate message summarizing all the work. Use gh cli to see if a PR exists already. If it doesn't, create one with an appropriate title and description. If a PR does exist, query the current title and description, and update it if appropriate. Then push the changes.
GitHubで見る