--- name: kano-commit-convention-skill description: Commit convention linting and changelog automation following the Kano commit format. --- # 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](../../../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) |