# Commitlint

> Use this skill when the user wants to enforce conventional commit message format and standards.

- Skill: `javimosch/commitlint` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/commitlint`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/commitlint/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/commitlint

---


# commitlint Plugin

commitlint validates commit message format.

## Usage Examples

- "check the latest commit message"
- "lint a specific commit message"
- "configure conventional commit rules"

## Installation

```bash
npm install -g @commitlint/cli
```

## Key Features
- Conventional commit format enforcement
- Type/scope/description validation
- Husky pre-commit integration
- Configurable rulesets
- CI/CD pipeline integration
- Shareable configuration support

