Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Installation
$skills install @stacklok/generating-commit-messages
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorystacklok/toolhive
Path.claude/skills/commit-message/SKILL.md
Branchmain
Scoped Name@stacklok/generating-commit-messages
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: Generating Commit Messages description: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Generating Commit Messages
Instructions
- Run
git diff --stagedto see changes - I'll suggest a commit message with:
- Summary under 50 characters
- Detailed description
- Affected components
Best practices
- Use present tense
- Explain what and why, not how
More by stacklok
View allpr-inline-review
1,529Submit inline review comments to GitHub Pull Requests using the GitHub CLI, with support for inline code suggestions.
bumping-helm-chart
1,495Ensures that all necessary tasks have been performed for a Helm Chart bump.
doc-review
1,494Documentation review: Reviews documentation for factual accuracy
pr-review-reply
1,494PR Review Reply: Reply to and resolve GitHub PR review comments using the GitHub CLI and GraphQL API.