commit

Installation
SKILL.md

Conventional Commit Generator

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. Commit using HEREDOC format:

    git commit -m "$(cat <<'EOF'
    <type>(<scope>): <description>
    EOF
    )"
    
  4. Output: <hash> <subject>

DO NOT: Modify code, push (unless asked), amend without request

Installs
7
GitHub Stars
3
First Seen
Jan 24, 2026
commit — trancong12102/ccc