git-basic-helper
Installation
SKILL.md
Git Basic Helper
Purpose
Provide safe git commands for common tasks.
Inputs to request
- Goal (branch, commit, sync, or resolve conflict).
- Current branch and remote name.
- Any uncommitted changes or stashes.
Workflow
- Clarify the goal (new branch, commit, update, or simple rebase).
- Provide minimal commands with explanations and safety notes.
- Call out any files to inspect before pushing.
Output
- Exact git command sequence.
- Warnings for destructive operations.