# Czg

> Interactive Git commit message generator

- Skill: `javimosch/czg` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/czg`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/czg/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/czg

---

# czg Plugin

Interactive commit message generator following Conventional Commits format.

## Basic Usage

```bash
# 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`:

```json
{
  "types": ["feat", "fix", "docs", "style", "refactor", "test", "chore"]
}
```

