From Git Workflow
Use when the user wants to start, continue, submit, push, or create a PR/MR for normal development work such as features, bug fixes, docs, tests, refactors, or build/CI changes. Handles feature/fix/docs/refactor branches and PRs into the configured integration branch, usually dev. Do not use for releases, tags, hotfixes from production, or detailed commit splitting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-workflow:git-feature-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide normal development branches from creation through PR/MR merge into the configured integration branch.
Guide normal development branches from creation through PR/MR merge into the configured integration branch.
.git-workflow.yml.${CLAUDE_PLUGIN_ROOT}/shared; if running outside Claude Code, use the nearest ancestor containing git-workflow-skills.yml.git status --short --branch, git branch -vv, and git remote -v.feature, fix, docs, refactor, test, build, ci, or chore.<prefix>/<topic>.check_branch_name.py.git-commit-discipline.git add, git commit, git push, PR/MR creation, PR/MR merge, and branch deletion require confirmation.
See shared/references/template-override.md for the standard override mechanism.
shared/references/template-override.mdshared/templates/pr-template.md (use resolve_template("pr-template.md") to respect overrides)shared/templates/mr-template.md (use resolve_template("mr-template.md") to respect overrides)shared/scripts/check_branch_name.pyshared/scripts/check_forbidden_files.pygit-commit-discipline.git-release-workflow.git-branch-strategy.Return current state, branch path, commit plan, PR/MR information, verification status, and next step.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub causebefore/git-workflow-skills --plugin git-workflow