commit
Installation
SKILL.md
Non-negotiable rules:
- Read the actual diff before drafting a message or staging files.
- Block on secrets, conflict markers, or clearly unintended files.
- Stage files explicitly by name. Never use
git add -Aorgit add .. - Run the narrowest relevant checks for the changed surface before committing.
- Keep commit creation user-driven. If split strategy or file inclusion is ambiguous, ask first.
Commit
Inputs
$request: Optional commit guidance such as intent, scope hint, or preferred message wording
Goal
Related skills