Agent Skill
2/7/2026commit
Create well-formatted git commits following conventional commit standards. Use this skill when the user asks to create a git commit, requests to commit changes, or wants to commit staged changes.
E
estarpro1022
0GitHub Stars
1Views
npx skills add estarpro1022/telegram_chat_bot
SKILL.md
| Name | commit |
| Description | Create well-formatted git commits following conventional commit standards. Use this skill when the user asks to create a git commit, requests to commit changes, or wants to commit staged changes. |
name: commit description: Create well-formatted git commits following conventional commit standards. Use this skill when the user asks to create a git commit, requests to commit changes, or wants to commit staged changes.
Git Commit Skill
Create well-formatted git commits following conventional commit standards.
Usage
/commit
Behavior
- Analyze staged changes with
git diff --staged - Generate a conventional commit message
- Create the commit with proper formatting
Commit Format
<type>(<scope>): <description>
[optional body]
[optional footer]
Types
- feat: New feature
- fix: Bug fix
- docs: Documentation changes
- style: Code style changes
- refactor: Code refactoring
- test: Adding or modifying tests
- chore: Maintenance tasks
Example Output
feat(auth): add password reset functionality
- Add forgot password form
- Implement email verification flow
- Add password reset endpoint
Skills Info
Original Name:commitAuthor:estarpro1022
Download