# Kano Commit Convention Skill

> Commit convention linting and changelog automation following the Kano commit format.

- Skill: `dorgonman/kano-commit-convention-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dorgonman/kano-commit-convention-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dorgonman/kano-commit-convention-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: dorgonman (https://skillmd.com/u/dorgonman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dorgonman/kano-commit-convention-skill

---


# 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`](../../../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](../../../skills/kano-commit-convention-skill/SKILL.md#purpose)
   - Read: [Commit Format](../../../skills/kano-commit-convention-skill/SKILL.md#commit-message-format)

### 2. **Usage**
   - Linting commits: See [kano-commit lint](../../../skills/kano-commit-convention-skill/SKILL.md#cli-usage)
   - Generating changelog: See [changelog generation](../../../skills/kano-commit-convention-skill/SKILL.md#changelog)

---

## Common Tasks

### Lint Commit Messages
```bash
python skills/kano-commit-convention-skill/scripts/kano-commit lint
```

---

## References

| Topic | Link |
|-------|------|
| **Full Documentation** | [`SKILL.md`](../../../skills/kano-commit-convention-skill/SKILL.md) |
| **Commit Format** | [`SKILL.md#commit-message-format`](../../../skills/kano-commit-convention-skill/SKILL.md#commit-message-format) |

