What problem does it solve?
This Skill automates the entire Git commit and push process, ensuring well-formatted commit messages and successful remote synchronization, saving developers time and reducing errors.
Core Features & Use Cases
- Automated Commit Message Generation: Creates structured, traditional Chinese commit messages based on code changes.
- Guided Staging: Prompts users to confirm which changes should be included in the commit.
- Conflict Resolution Assistance: Provides guidance for resolving push conflicts.
- Verification: Confirms that the commit was successfully pushed and synchronized with the remote repository.
- Use Case: A developer finishes a feature and wants to commit and push their changes. They run
/commit, and the skill analyzes the changes, helps them craft a feat: 新功能 commit message, adds the files, commits, pushes, and confirms success.
Quick Start
Execute the commit skill to add all staged changes, commit them with an automatically generated message, and push to the current branch.