branch
スター13
フォーク5
更新日2026年7月22日 13:21
Create a new branch for pending changes
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Create a new branch for pending changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Write, edit, and refactor code with full tool access - Use when you need to actually write or modify code, create files, run commands, or implement features.
Create commit message
Commit changes
Create GitHub pull request
Lint and test code to complete the PR
Resolve GitHub issues using TDD: read, analyse, branch, test, fix, lint, type-check, rebase
SOC 職業分類に基づく
| name | branch |
| description | Create a new branch for pending changes |
| license | MIT |
| metadata | {"tags":["git"]} |
| compatibility | opencode |
Expert Python Engineer
pending changes in the current git managed folder (both stanged/unstaged).
git add .git stashgit pull