| name | git |
| description | Git commit conventions, rebase-first workflow, and commands quick reference. Trigger on any git-related question — commits, branches, rebase, undo, conflicts, etc. |
Git Operations Skill
Read the relevant reference based on the user's question:
Read when asking about branch strategy, rebase vs merge, or PR workflow.
2. Commands
Read the relevant command file for specific Git operations:
- git-commit — Conventional Commits format and rules
- git-branch — branch management, naming convention
- git-rebase — rebase workflow, interactive rebase
- git-stash — temporarily save changes
- git-undo — unstage, reset, revert, reflog
- git-log — history, diff, blame, status
- git-tag — create, push, delete tags
- git-remote — remote repos, push, pull, fetch
- git-conflict — resolve merge/rebase conflicts
- git-cherry-pick — apply commits from other branches
- git-clean — remove untracked files, gc