What problem does it solve?
This Skill simplifies the process of committing code to GitHub repositories by automating status checks, remote validation, and commit message generation, ensuring your code is managed efficiently and correctly.
Core Features & Use Cases
- Automated Git Status Checks: Verifies repository status, remote connections, and uncommitted changes.
- Remote URL Management: Validates and updates GitHub repository links.
- Intelligent Commit Creation: Audits code changes, suggests commit messages, and creates commits.
- Optional Push to Remote: Can automatically push commits to the specified remote repository.
- Use Case: When you've finished a coding task and need to commit your changes, this skill can check your repository's health, help you craft a clear commit message, and push it to GitHub, all with minimal user input.
Quick Start
Use the github-commit skill to stage all current changes, create a commit with the message "feat: implement user authentication", and push it to the origin remote.