git-workflow-orchestrator

Git Workflow Orchestrator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-workflow-orchestrator" with this command: npx skills add chasebuild/agent-skills/chasebuild-agent-skills-git-workflow-orchestrator

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 ).

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

git-pr-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-conventional-commit

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

coding-guidelines

No summary provided by upstream source.

Repository SourceNeeds Review