cz
Installation
SKILL.md
cz
Show the current project version and predicted next version using commitizen conventions.
Critical Rules
- Read-only — never run
cz bump, never write files, never commit - Always fall back — if commitizen is not installed, use git tags + conventional commits
- One answer — print current version and next version, then stop
- Markdown output: soft-wrap prose, never hard-wrap — when writing markdown, write each paragraph as one continuous line; do not insert manual newlines to wrap prose at a fixed column width. Newlines still separate paragraphs, list items, headings, and code fences.
Step 0: Detect config
The raw invocation args (filled by Claude Code / OpenCode slash commands): $ARGUMENTS. If this line is not filled in, read any flags from the user's current message.