From codex-next
Manages Git branch strategy, worktrees, commits, PR preparation, merge/rebase decisions, conflict resolution, tagging, and release notes. Validates state before making changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:dev-git-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow when the task involves non-trivial Git state, branch management, PR preparation, merge strategy, or release history.
Use this workflow when the task involves non-trivial Git state, branch management, PR preparation, merge strategy, or release history.
Inspect state first.
git status --shortPreserve user work.
Choose the operation.
Validate history and diff.
git diff --check.Communicate exact boundaries.
Return:
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextGuides Git branching strategies (GitHub Flow, trunk-based, GitFlow), commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices.
Guides Git workflows with branching strategies (GitHub Flow, Git Flow), conventional commit messages, branch naming, PR templates, and operations like rebase. Use for Git ops, commits, branches, team workflows.
Provides Git workflow patterns including branching strategies, commit conventions, merge vs rebase, and conflict resolution for teams of all sizes.