Back to tags
Tag

Agent Skills with tag: commit-message

12 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

clean-commits

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point

atomic-commitscommit-messagecode-qualitygit
troykelly
troykelly
1

git-pushing

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.

gitversion-controlcommit-messageconventional-commits
prof-ramos
prof-ramos
0

commit

Meaningful git commits with reasoning and wisdom extraction. Use when committing changes to capture the why, not just the what.

gitcommit-messageversion-controldeveloper-guidance
genomewalker
genomewalker
0

git-commit

Create git commits with succinct technical messages. Activates when user requests git commit creation.

gitcommit-messageversion-controlcli
Shavakan
Shavakan
21

git-ops

Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.

gitgit-workflowcommit-messagevalidation
NickCrew
NickCrew
52

commit-messages

Write clear commit messages. Use when asked to commit changes, write a commit message, prepare a commit, or describe changes for version control.

commit-messagegitversion-controlcode-documentation
rockorager
rockorager
21

commit-work

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

gitcommit-messageversion-controlconventional-commits
Nymbo
Nymbo
1

git-helper

Assists with git workflows, commit messages, branch strategies, and resolving common git issues

gitcommit-messagebranch-managementversion-control
onlyoneaman
onlyoneaman
21

atomic-commits

Creates semantic atomic commits using Conventional Commits. Use always when committing changes, staging files, or when asked to commit code. Analyzes diffs, suggests scope, and can split changes into granular commits.

gitcommit-messageconventional-commitscode-quality
tenlisboa
tenlisboa
2

pre-commit

When setting up automated code quality checks on git commit. When project has .pre-commit-config.yaml. When implementing git hooks for formatting, linting, or validation. When creating prepare-commit-msg hooks to modify commit messages. When distributing a tool as a pre-commit hook.

pre-commithookslintingformatting
Jamie-BitFlight
Jamie-BitFlight
181

conventional-commits

When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.

conventional-commitscommit-messagesemantic-releasecommitizen
Jamie-BitFlight
Jamie-BitFlight
181

commitlint

When setting up commit message validation for a project. When project has commitlint.config.js or .commitlintrc files. When configuring CI/CD to enforce commit format. When extracting commit rules for LLM prompt generation. When debugging commit message rejection errors.

commitlintcommit-messageconventional-commitsci-cd
Jamie-BitFlight
Jamie-BitFlight
181