git-operations
SKILL.md
Git/gh CLI Separation Rule
Core Principle: Use git CLI for local operations, gh CLI only for GitHub PR operations
When to use git CLI
git add- Stage changesgit commit- Create commitsgit checkout/git switch- Branch operationsgit push/git pull- Remote synchronizationgit status/git log- Status and historygit merge/git rebase- Integration operationsgit diff- View changes