commit
Installation
SKILL.md
Commit
Follow the repo's existing convention, create the commit, verify, and push when requested. Use the reference docs for detailed rules.
Workflow
-
Identify the convention
- Read agent guidance first:
AGENTS.md,CLAUDE.md, etc. - Check repo guidance or templates if present:
CONTRIBUTING.md,README.md, commit templates, etc. - Scan history:
git log -n 50 --pretty=%s - Choose exactly one: Conventional Commits, Gitmoji, or Custom.
- If ambiguous, pause and ask using the user input guidance below.
- Never invent new commit types or emoji codes.
- Read agent guidance first:
-
Pull if requested
- If
--pullis set, rungit pullbefore reviewing changes. - If conflicts occur, try to resolve them. If you cannot, pause and ask using the user input guidance below.
- If