What problem does it solve?
This Skill automates the creation of Git commits, ensuring they adhere to the BetterPortal project's specific message formatting and include necessary details like co-authorship, saving developers time and maintaining consistency.
Core Features & Use Cases
- Structured Commit Messages: Generates commit messages with a clear subject line, optional body, and a mandatory co-authored-by footer.
- Automated Pushing: Pushes the created commit to the remote repository.
- Version Bumping: Automatically increments and updates the version number in
manifest.json and package.json for feature or bug fix commits.
- Use Case: After implementing a new feature, you can use this Skill to create a commit with a descriptive message, push it, and update the project version all in one go.
Quick Start
Use the commit skill to create a git commit with the message "Add user profile page".