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

  1. NEVER AUTO-COMMIT: You must NEVER automatically commit or push changes without an explicit request or confirmation from the user.
  2. Lint Before Commit: Always run ./vendor/bin/sail bin pint --dirty before staging files.
  3. 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.

Workflow

1. Preparation

Installs
3
GitHub Stars
31
First Seen
Jan 24, 2026
manage-git — iurygdeoliveira/labsis-kit