commit-message: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: commit-message 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 allCreates ToolHive release PRs by analyzing commits since the last release, categorizing changes, recommending semantic version bump type (major/minor/patch), and triggering the release workflow. Use when cutting a release, preparing a new version, checking what changed since last release, or when the user mentions "release", "version bump", or "cut a release".
Reply to and resolve GitHub PR review comments using the GitHub CLI and GraphQL API.
Reviews documentation for factual accuracy
Ensures that all necessary tasks have been performed for a Helm Chart bump.
