Git Workflow

Git-workflow guidance — branch hygiene, branch-off triggers, divergence from main, merge-strategy selection, push timing. Per-profile threshold scaling (regulated halves defaults). Use when this capability is needed.

tomevault-io Updated

File contents

Git-workflow skill

Per architecture §16 W-2. Recommends:

  • branch-hygiene: detect stale branches with no commits in window.
  • branch-off: when commit count exceeds threshold, recommend a new branch.
  • diverged-from-main: warn when ahead+behind exceeds threshold.
  • merge-strategy: squash for single-concern ≤3 commits; merge-commit for multi-concern; warn-against-rebase on shared branches.
  • push-timing: warn when working tree has uncommitted changes.

Per-profile thresholds: risk_tier: regulated halves all defaults (stricter discipline for higher-risk codebases).


Source: drumfiend21/claude-tdd-pro — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/drumfiend21--claude-tdd-pro--git-workflow commit dfbfc1a143

Frequently asked questions

npx skillmds@latest add tomevault-io/git-workflow-135