git-commit
Installation
SKILL.md
Git Commit Skill
Quickly stage all changes, create a helpful commit message, and push to remote.
Usage
When user invokes this skill, execute the following steps:
- Check git status - See what files have changed
- Stage all changes - Add all modified/new files
- Write a helpful commit message - Based on the actual changes
- Push to remote - Push to the current branch's upstream
Commands
Related skills