commit - Git commit creation with project conventions
Create git commits following project-specific conventions and rules
Tags
Updated: 2026-02-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- run project tests before committing
- stage specific files individually
- review staged changes with git diff
- create commit with emoji codes
- write commit message in English
- use imperative mood in messages
Inputs
- Git repository
- modified files
- project test suite
Outputs
- Git commit record
Requirements
- Git installation
- project repository access
