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