manage-git
Installation
SKILL.md
Git Workflow Skill
Use this skill to manage version control operations. This skill enforces a strict "User-Triggered Only" policy for commits and pushes.
Critical Rules
- NEVER AUTO-COMMIT: You must NEVER automatically commit or push changes without an explicit request or confirmation from the user.
- Lint Before Commit: Always run
./vendor/bin/sail bin pint --dirtybefore staging files. - Conventional Commits: All commit messages must follow the Conventional Commits specification.
When to use this skill
- When the user asks to "commit", "push", "save changes to git", or "sync branches".
- When finishing a significant task, you may Propose a commit command, but do not execute it with
SafeToAutoRun: true.