Claude skills for VCS
4 skills in the bank are filed under VCS. They are grouped here because they compete for the same jobs - which is the reason an agent reaching for one of them sometimes gets another.
- Git Workflowaffaan-m/eccHelps teams pick branching models, set commit rules, and handle merge-versus-rebase decisions in everyday Git work. It emphasizes team-size and collaboration scenarios and gives step-by-step conflict-resolution guidance, so you get practical rules for when to rebase or merge rather than mainly a commit-message format or abstract checklist.
- Git Workflowjezweb/claude-skillsHelps you pick and run the exact git commands needed to change a repository’s commit graph - it inspects the real commit history and file diffs and outputs step-by-step command sequences (rebase, merge, cherry-pick, reset) plus conflict-resolution hints. Unlike similarly named guides that explain branching models or commit conventions, this tool operates on a live repo and focuses on concrete history edits; it does not prescribe team policies or enforce commit-message formats.
- Git Workflowmindrally/skillsTeaches a single, commit-focused process that uses Conventional Commits to standardize branch names, commit messages, and release sequencing so repository history stays predictable. Unlike other projects that survey branching models, weigh merge versus rebase, and walk through conflict-resolution tactics, this guide is prescriptive about commit format and naming rules and is not a comparative branching-decision guide.
- Git Workflowruvnet/rufloA small CLI that runs and enforces branching operations in your repository - create feature/release/hotfix branches, perform scripted merges or rebases, and install hooks or tags to keep a chosen process consistent. Unlike the other similarly named projects that lay out branching patterns and commit conventions as guidance, this tool inspects the branch/commit graph and actually applies and enforces workflow steps rather than just describing them.
The VCS pairs people mix up
Side-by-side, with a worked situation for each side.
Knowing the VCS list is the easy half. Picking from it under time pressure is the game.
Today's session