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.md
source 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

2. Usage


Common Tasks

Lint Commit Messages

python skills/kano-commit-convention-skill/scripts/kano-commit lint

References

TopicLink
Full Documentation
SKILL.md
Commit Format
SKILL.md#commit-message-format