conventional-commit

Installation
SKILL.md

Conventional Commit Generator

Generate commit messages following Conventional Commits 1.0.0.

Workflow

  1. Run git status and git diff HEAD to analyze changes

  2. Stage files: user-specified only, or git add -A for all

  3. Determine type and scope from changes

  4. Generate commit message incorporating user hints

  5. Commit using HEREDOC format to preserve formatting:

    git commit -m "$(cat <<'EOF'
    <type>(<scope>): <description>
    
    <body>
    
Installs
1
GitHub Stars
3
First Seen
Jan 22, 2026
conventional-commit — trancong12102/ccc