Claude-skill-registry kano-commit-convention-skill
Commit convention linting and changelog automation following the Kano commit format.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/kano-commit-convention-skill" ~/.claude/skills/majiayu000-claude-skill-registry-kano-commit-convention-skill && rm -rf "$T"
manifest:
skills/data/kano-commit-convention-skill/SKILL.mdsource content
kano-commit-convention-skill
Claude/Goose Skill Adapter - This is a thin wrapper that points to the canonical skill documentation.
🎯 Quick Start
This skill provides commit convention linting and changelog automation following the Kano commit format.
📚 Canonical Documentation: @skills/kano-commit-convention-skill/SKILL.md
[!IMPORTANT] You MUST read the canonical SKILL.md before using this skill. The sections below provide quick navigation to key topics.
Essential Reading (From Canonical SKILL.md)
1. Overview and Commit Format
- Read: Purpose
- Read: Commit Format
2. Usage
- Linting commits: See kano-commit lint
- Generating changelog: See changelog generation
Common Tasks
Lint Commit Messages
python skills/kano-commit-convention-skill/scripts/kano-commit lint
References
| Topic | Link |
|---|---|
| Full Documentation | |
| Commit Format | |