Loading...
Loading...
Found 6 Skills
Create a git commit with a clear, value-communicating message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.
Git commit with enforced quality gates, proper message format, and safe push workflow
Use when creating git commits to ensure commit messages follow project standards. Applies the 7 rules for great commit messages with focus on conciseness and imperative mood.
Correct naming for a PR
Create well-formatted commits with conventional commit messages and emoji
Generate git commits following Conventional Commits (commitlint). Use when user wants to commit changes.