
from agenvoy94
Generate concise bilingual (English subject + Traditional Chinese body) commit messages from staged git changes, with multi-topic detection and tagging rules.
Generates a single-line English commit subject and a Traditional Chinese body from staged git diffs. It enforces staged-only input, detects multi-topic commits to suggest splits, and applies a deterministic tag hierarchy (breaking, security, feat, fix, etc.) to pick a single canonical tag and message.
Use this skill before committing to create well-structured, bilingual commit messages that follow repository tagging policies. It's useful in projects that require clear changelogs, consistent commit semantics, or bilingual teams who document in both English and Traditional Chinese.
git diff --cached usage, multi-topic detection heuristics, tag-upgrade rules (breaking/security signals), classification table, and formatted output rules for English subject + Chinese body.Best used with agents that can execute shell commands (Bash) or Git-aware environments: Copilot/Codex, Claude Code, Gemini CLI, and other agents with shell access.
This skill has not been reviewed by our automated audit pipeline yet.