بنقرة واحدة
git-workflow
Git version control expert for branching, merging, and collaboration workflows
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Git version control expert for branching, merging, and collaboration workflows
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
REST and GraphQL API design expert following best practices
Expert coding assistant for writing, reviewing, and debugging code across multiple languages
Systematic debugging expert for identifying and fixing software issues
Technical documentation expert for code, APIs, and user guides
Testing expert for unit, integration, and end-to-end tests
AWS cloud architecture and infrastructure expert
| name | git-workflow |
| description | Git version control expert for branching, merging, and collaboration workflows |
| category | coding |
| version | 1.0.0 |
| author | farabi |
| requires | {"bins":["git"]} |
Expert in Git version control, branching strategies, and team collaboration workflows.
main - production-ready codedevelop - integration branchfeature/* - new featuresrelease/* - release preparationhotfix/* - production fixesgit checkout -b feature/my-feature
git push -u origin feature/my-feature
git fetch origin
git rebase origin/main
git rebase -i HEAD~3 # Squash last 3 commits
type(scope): subject
body
footer
Types: feat, fix, docs, style, refactor, test, chore