Agent Skills: Commit Message Helper

Generate conventional commit messages from code changes

UncategorizedID: llu77/5/commit-helper

Install this agent skill to your local

pnpm dlx add-skill https://github.com/llu77/5/tree/HEAD/.claude/custom-skills/commit-helper

Skill Files

Browse the full folder contents for commit-helper.

Download Skill

Loading file tree…

.claude/custom-skills/commit-helper/SKILL.md

Skill Metadata

Name
commit-helper
Description
Generate conventional commit messages from code changes

Commit Message Helper

This skill helps you write conventional commit messages following best practices.

Quick Start

See usage-guide.md for detailed examples and patterns.

Features

  • Analyzes code changes automatically
  • Follows Conventional Commits specification
  • Suggests appropriate type and scope
  • Handles breaking changes and issue references

Usage

Generate a commit message for my staged changes

or

Create a commit message for: Added user authentication with JWT

Configuration

For advanced configuration and customization, see advanced-config.md.

Examples

See examples.md for real-world commit message examples.