skills/smithery.ai/git-operations

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 changes
  • git commit - Create commits
  • git checkout / git switch - Branch operations
  • git push / git pull - Remote synchronization
  • git status / git log - Status and history
  • git merge / git rebase - Integration operations
  • git diff - View changes

When to use gh CLI

Installs
4
First Seen
Mar 21, 2026