git-commit

Installation
SKILL.md

Git Commit Message Generator

CRITICAL SAFETY PROTOCOL

  • Absolute prohibition: Never execute git commit in the same turn you generate the commit message.
  • Wait for confirmation: Output the proposed message, then stop immediately and ask the user to confirm.
  • User-triggered only: Only execute the commit in the next turn if the user explicitly replies with "yes", "ok", "是", or "commit".

Perceive

  1. Run git add . to stage all changes.
  2. Run git diff --staged to retrieve the full staged diff.
  3. If the staging area is empty, inform the user "No staged changes found." and stop.

Reason

Analyze the diff to determine the core intent of the changes:

Installs
1
GitHub Stars
7
First Seen
Apr 1, 2026
git-commit — benknightdark/neo-skills