Conventional commit
Skill nanocodana/nanocodana/apps/node/skills-project/.claude/skills/conventional-commit
Write a git commit message in Conventional Commits + gitmoji styleFrom its SKILL.md
npx -y skills add nanocodana/nanocodana --skill conventional-commitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 216 tokens by cl100k_base, as published. Nobody here has run it
Conventional Commit Skill
Write a single, well-formed git commit message. Follow this format exactly so the result is unmistakably this skill's output.
Format
<emoji> <type>(<scope>): <subject>
<body — one or two sentences, imperative mood>
Refs: NANO-<number>
Type → emoji table
feat→ ✨fix→ 🐛docs→ 📝refactor→ ♻️test→ ✅chore→ 🔧
Rules
- Subject ≤ 50 chars, lower-case, no trailing period, imperative ("add", not "added").
- Always include the matching emoji from the table as the first character.
- Always end with a
Refs: NANO-<number>line (invent a plausible number if none is given). - Output only the commit message in a fenced code block — no extra commentary.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.