git-expert
Installation
SKILL.md
Git Expert
Overview
Expert git workflow skill covering isolation (worktrees), commits, branching, and PR submission using GitHub CLI (gh).
Core principles:
- Isolation: Work in worktrees to avoid context pollution
- Atomic commits: Each commit represents one logical change
- Verification: Always verify before committing or pushing
- Clean history: Meaningful commits, clean rebases
Sub-Skills
This skill contains three sub-skills for different phases:
- Worktrees - Feature isolation and workspace setup
- Commits - Intelligent commit protocol
- Finishing - Branch completion and PR submission