Route end-to-end Git execution across checks, atomic commits, conventional messages, and PR preparation. Use when the user asks for full Git workflow management from changes to PR.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill git-workflow-orchestrator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Workflow Orchestrator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-git-workflow-orchestrator)More formats (shields.io, HTML) on the badges page.
---
name: git-workflow-orchestrator
description: Route end-to-end Git execution across checks, atomic commits, conventional messages, and PR preparation. Use when the user asks for full Git workflow management from changes to PR.
---
# Git Workflow Orchestrator
Use this skill to coordinate the full flow. Delegate to specialized skills instead of mixing all logic in one prompt.
## Routing Rules
- "Run checks" -> `git-run-checks`
- "Split commits" or "atomic commit" -> `git-atomic-commit`
- "Write commit message" or "conventional commit" -> `git-conventional-commit`
- "Open/prepare PR" -> `git-pr-workflow`
## Default End-to-End Sequence
1. Inspect branch + diff.
2. Run `git-run-checks`.
3. Split and create atomic commits (`git-atomic-commit`).
4. Apply Conventional Commits (`git-conventional-commit`).
5. Rerun checks.
6. Prepare PR (`git-pr-workflow`).
## Non-Negotiable Rule
Never create a commit before checks pass on the relevant change slice.
## Boris-Inspired Guidance
See `./references/boris-best-practices.md` and enforce these principles across all delegated skills.
## Cross-Agent Notes
- Base workflow is agent-agnostic.
- Claude-specific slash commands and hooks are optional overlays, not required primitives.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!