Version Control

10 skills with this tag

wshobson
Passed
git-advanced-workflows
A comprehensive guide to mastering advanced Git techniques including interactive rebasing, cherry-picking commits across branches, using git bisect to find bugs, managing multiple worktrees for parallel development, and recovering from mistakes with reflog. Helps developers maintain clean commit history and collaborate effectively.
GitVersion ControlRebasing+3
48127.0k
EveryInc
Passed
Git Worktree
This skill provides a unified interface for managing Git worktrees, enabling isolated parallel development. It handles creating worktrees from branches, listing active worktrees, switching between them, and cleaning up completed work, with automatic .env file copying to ensure environment consistency across worktrees.
GitWorktreeVersion Control+3
4106.5k
anthropics
Passed
Commit Commands
Automates common git operations with three commands: /commit for smart commits, /commit-push-pr for complete PR workflows, and /clean_gone for branch cleanup. Integrates with GitHub CLI for PR creation.
GitDevopsWorkflow+3
4662.1k
alinaqi
Passed
Commit Hygiene
A developer workflow skill that helps maintain clean git history through atomic commits, manageable PR sizes, and clear commit messages. Provides thresholds, bash script templates, and Claude integration patterns for suggesting when to commit during development sessions.
GitCommitsPull Requests+3
404453
NeoLabHQ
Passed
Worktrees
A comprehensive reference guide for using git worktrees to work on multiple branches simultaneously without stashing changes. It covers creating, managing, and removing worktrees, plus workflow patterns for PR reviews, hotfixes, and comparing implementations across branches.
GitWorktreesVersion Control+3
65345
NeoLabHQ
Passed
Notes
This skill teaches users how to use git notes to attach metadata to commits without modifying Git history. It covers adding review status, test results, and audit trails to commits, along with sharing notes between team members and preserving notes through rebases.
GitVersion ControlCode Review+3
74345
fcakyon
Passed
Pr Workflow
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
GitGithubPull Request+3
534283
fcakyon
Passed
Commit Workflow
This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create a commit", "commit staged files", or runs /commit-staged or /commit-creator commands.
GitCommitWorkflow+3
85283
rsmdt
Passed
Git Workflow
A git workflow specialist that provides consistent version control operations across the development lifecycle. It handles branch creation with naming conventions, generates conventional commit messages, creates pull requests with spec-based descriptions, and manages branch lifecycle with safety checks for uncommitted changes.
GitVersion ControlPull Requests+3
301168
fvadicamo
Passed
Git Commit
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch commits (development) and merge commits (PR closure). Enforces project-specific conventions from CLAUDE.md.
GitCommitsConventional Commits+2
64810