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 branchgit add(staging)git checkout,git switch(switching branches)git fetchgh pr view,gh pr list,gh issue list