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:

  1. Worktrees - Feature isolation and workspace setup
  2. Commits - Intelligent commit protocol
  3. Finishing - Branch completion and PR submission
Installs
1
GitHub Stars
1
First Seen
9 days ago
git-expert — erikpr1994/jarvis-code