git-workflow-orchestrator
Installation
SKILL.md
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
- Inspect branch + diff.
- Run
git-run-checks. - Split and create atomic commits (
git-atomic-commit). - Apply Conventional Commits (
git-conventional-commit). - Rerun checks.
- Prepare PR (
git-pr-workflow).