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 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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