Git Skills
Essential version control commands for branching, committing, merging, and managing your codebase history with confidence.
17 skills
Quick Git Commit & Push
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
Conventional Commits & Semantic Versioning
Implement conventional commit messages that enable automated changelog generation, semantic versioning, and clear project history.
Developer Growth Analysis
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
Git Advanced Workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation.
Git Hooks Automation
Master Git hooks setup with Husky, lint-staged, pre-commit framework, and commitlint.
Git Pushing
Stage, commit, and push git changes with conventional commit messages.
Git Pr Workflows Git Workflow
Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness.
Git Hooks & Pre-Commit Automation
Automate code quality checks with Git hooks — run linters, formatters, tests, and security scans automatically before every commit and push.
Interactive Rebase & History Rewriting
Clean up messy commit history with interactive rebase — squash, reorder, edit, and split commits to create a polished, reviewable Git history.
Git Pr Workflows Pr Enhance
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews.
TDD Red-Green-Refactor Cycle
Use when working with tdd workflows tdd cycle.
TDD Green Phase (Make Tests Pass)
Implement the minimal code needed to make failing tests pass in the TDD green phase.
TDD Orchestrator
Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices.
TDD Red Phase (Write Failing Tests)
Generate failing tests for the TDD red phase to define expected behavior and edge cases.
TDD Refactor Phase
Use when working with tdd workflows tdd refactor.
TDD Workflow
Write tests first, code second. 🔴 RED → Write failing test ↓
Trunk-Based Development with Feature Flags
Master trunk-based development — the modern Git workflow where developers integrate small changes to main daily, using feature flags instead of long-lived branches.