Loading...
Loading...
Found 6 Skills
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.
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.
Generate git commits following Conventional Commits (commitlint). Use when user wants to commit changes.
Create well-formatted commits with conventional commit messages and emoji
Correct naming for a PR