Kano commit convention skill
Skill kanohorizonia/kano-agent-backlog-skill-demo/.agent/skills/kano-commit-convention-skill
Commit convention linting and changelog automation following the Kano commit format.From its SKILL.md
npx -y skills add kanohorizonia/kano-agent-backlog-skill-demo --skill kano-commit-convention-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 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.
- runs commandsInstructs the agent to run 1 command, including `python skills/kano-commit-convention-skill/scripts/kano-commit lint`.
SKILL.md
1.6 KB, 368 tokens by cl100k_base, as published. Nobody here has run it
kano-commit-convention-skill
Antigravity 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 | SKILL.md |
| Commit Format | SKILL.md#commit-message-format |
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.