Agent Skill
2/7/2026commit
This skill should be used when the user asks to "commit changes", "create a commit", "git commit", or wants to save their staged changes with a meaningful message.
N
ngnnah
1GitHub Stars
1Views
npx skills add ngnnah/I-And-AI
SKILL.md
| Name | commit |
| Description | This skill should be used when the user asks to "commit changes", "create a commit", "git commit", or wants to save their staged changes with a meaningful message. |
name: commit description: This skill should be used when the user asks to "commit changes", "create a commit", "git commit", or wants to save their staged changes with a meaningful message.
/commit
Create a git commit with a well-crafted message.
Instructions
- Run
git statusandgit diff --stagedto see changes - If nothing is staged, ask user what to stage or stage all with
git add -A - Analyze the changes and create a commit message that:
- Starts with a verb (Add, Fix, Update, Remove, Refactor)
- Summarizes the "why" not just the "what"
- Keeps first line under 72 characters
- Commit with the message
- Show the commit hash when done
Skills Info
Original Name:commitAuthor:ngnnah
Download