Manages complex Git operations, worktrees, and conventional commits with built-in safety checks and quality integration.
This skill empowers Claude to handle sophisticated Git workflows, ranging from standard branch management and conventional commits to advanced parallel work through Git worktrees. It prioritizes repository health by integrating with code quality findings and enforces strict safety protocols to prevent accidental data loss or history corruption. Ideal for developers working on multi-task projects or teams requiring high-standard commit hygiene and efficient context switching without dirtying the main working directory.
主な機能
01Automated Git worktree management for parallel task execution
02Integrated quality checks using Aide findings during the staging process
03Comprehensive recovery workflows for failed merges, rebases, or pre-commit hooks
04Enforcement of Conventional Commits standards for structured history
05Built-in safety guards against destructive operations like force-pushing
064 GitHub stars
ユースケース
01Managing multiple feature branches simultaneously using isolated worktrees without stashing
02Standardizing project commit messages through automated Conventional Commit formatting
03Safely performing complex rebases and cherry-picks with automated conflict detection and reporting