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

  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).
Installs
6
GitHub Stars
3
First Seen
Feb 27, 2026
git-workflow-orchestrator — chasebuild/agent-skills