branch
النجوم١٣
التفرعات٥
آخر تحديث٢٢ يوليو ٢٠٢٦ في ١٣:٢١
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