Git & Version Control
Manage commits, branches, and repository workflows
15 skills
Smart Commit
Generate conventional commit messages by analyzing staged changes
Branch Cleanup
Find and delete merged/stale local and remote branches
Git Undo
Safely undo the last git operation (commit, merge, rebase, etc.)
Changelog Generator
Generate CHANGELOG.md from git history using conventional commits
Conflict Resolver
Analyze and suggest resolutions for merge conflicts
Git Bisect Helper
Automate git bisect to find the commit that introduced a bug
PR Description
Generate detailed PR descriptions from branch diff
Commit Splitter
Split a large commit into smaller, logical commits
Git Hooks Setup
Set up pre-commit, pre-push, and commit-msg hooks
Repo Stats
Generate repository statistics (contributors, commit frequency, file changes)
Git Alias Setup
Configure useful git aliases for common workflows
Interactive Rebase
Guide through interactive rebase with explanations
Cherry Pick Guide
Help cherry-pick commits across branches safely
Git Worktree Setup
Set up and manage git worktrees for parallel development
Release Tagger
Create and manage semantic version tags with release notes