git-ops

SKILL.md

Git & GitHub Workflow

User Confirmation Required

Use AskUserQuestion before these potentially destructive operations:

  • Creating commits (git commit)
  • Pushing to remote (git push)
  • Creating pull requests (gh pr create)
  • Merging PRs (gh pr merge)
  • Any destructive operation (hard reset, force push, delete branch)

No confirmation needed for read-only or local operations:

  • git status, git diff, git log, git branch
  • git add (staging)
  • git checkout, git switch (switching branches)
  • git fetch
  • gh pr view, gh pr list, gh issue list

Conventions

Installs
6
First Seen
Mar 22, 2026