From coding-agent-orchestration-harness
Standardizes safe Git workflow decisions for branch safety, logical commit chunking, commit hygiene, and explicit non-interactive or non-destructive defaults. Use when planning or executing commit-affecting work, checking whether a commit should proceed, deciding how to split changes into coherent commits, or routing shared-state Git mutations through the Orchestrator.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-agent-orchestration-harness:git-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is the cross-repo home for safe Git workflow procedure.
This skill is the cross-repo home for safe Git workflow procedure.
It defines how to:
main or develop, stop and do not commit unless the user explicitly waives that gate.git status, git diff, git log, git show) before any mutation.workspace-troubleshooting instead of expanding this skill into a troubleshooting runbook.If you need the ordered gate before a commit-affecting mutation:
references/pre-commit-gate.mdIf you need guidance on splitting work into logical commits and writing clean commit messages:
references/logical-commit-chunking.mdIf you need explicit defaults for safe Git command selection:
references/safe-git-defaults.mdIf Git behavior is failing, branch state looks wrong, or the workspace appears out of sync:
workspace-troubleshooting rather than adding troubleshooting steps here.npx claudepluginhub ebigunso/agent-harness --plugin coding-agent-orchestration-harnessStructures git workflow practices for committing, branching, resolving conflicts, and organizing work across parallel streams. Use when making any code change.
Automates git workflows with skills for status checks, conventional commits via commit-craft, branch cleanup, changelog generation; guides branch naming and commit best practices.
Provides Git workflow best practices for commits, rebasing, conflict resolution, and branch management. Delegates to git:commit-handler, git:conflict-resolver, and git:rebaser agents. Useful for git operations.