Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.12 KB

File metadata and controls

40 lines (29 loc) · 1.12 KB

README - Commit Message Generation

Generate conventional commit messages by analyzing staged changes and repository context.

Quick Start

Use this skill when you need to:

  • Write a commit message for staged changes
  • Follow conventional commit standards
  • Review commit history patterns

Tell your AI agent: "Generate a commit message" or "Write commit msg for staged changes".

Files

commit-message/
├── SKILL.md                        # AI instructions for generating commits
├── README.md                       # This file
└── assets/
    ├── commit-template-long.md     # Full commit format with all sections
    └── commit-template-short.md    # Minimal commit format

Commit Types

Type When to Use
feat New feature or capability
fix Bug fix
docs Documentation only
refactor Code change, no feature/fix
chore Maintenance, dependencies

Skill Constraints

  • Title max 50 characters, imperative mood
  • QWERTY keyboard typeable only (no em-dashes, smart quotes, emojis)
  • Include only sections with meaningful content