czg

star 39

Interactive Git commit message generator

javimosch By javimosch schedule Updated 6/2/2026

name: czg description: Interactive Git commit message generator

czg Plugin

Interactive commit message generator following Conventional Commits format.

Basic Usage

# Start interactive commit prompt
sc czg commit create

# Show version
sc czg self version

# Run as commit hook
sc czg commit create -- --hook

# Passthrough
sc czg _ _ -- --mode classic

Configuration

Create a .czrc in your project root or ~/.czrc:

{
  "types": ["feat", "fix", "docs", "style", "refactor", "test", "chore"]
}
Install via CLI
npx skills add https://github.com/javimosch/supercli --skill czg
Repository Details
star Stars 39
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator