This is a comprehensive Chinese localization of the Conventional Commits spec with full tooling configs for commitlint, husky, and conventional-changelog. It keeps type keywords in English for tool compatibility but adapts scope and description to Chinese, complete with real examples like "feat(用户模块): 添加手机号一键登录功能". You get ready-to-use .versionrc.js configs that map types to Chinese changelog sections (新功能, 缺陷修复), commitlint rules that disable case checking for Chinese characters, and a team implementation checklist. Useful if you're standardizing commits for a Chinese-speaking dev team and want the structure of Conventional Commits without forcing everything into English. The guide explicitly tells you to invoke it with /chinese-commit-conventions rather than triggering automatically.
npx skills add https://github.com/jnmetacode/superpowers-zh --skill chinese-commit-conventions