with one click
commit-lint
Validate commit messages against conventional commit format
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Validate commit messages against conventional commit format
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | commit-lint |
| allowed-tools | Read, Bash, TodoWrite |
| description | Validate commit messages against conventional commit format |
Ensure commits follow conventional commit format and pass quality checks.
<type>[scope]: <description>
[body]
[footer]
| Type | Purpose |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation |
style | Formatting (no code change) |
refactor | Code restructuring |
test | Adding/fixing tests |
chore | Build/tooling changes |
perf | Performance improvement |
ci | CI configuration |
build | Build system changes |
revert | Revert previous commit |
Auto-detected based on lock files (bun/pnpm/yarn/npm):
$PM run format # Biome formatting
$PM run lint # Linting checks
$PM run check # Quality verification
| File | System |
|---|---|
lefthook.yml | lefthook (automatic) |
.pre-commit-config.yaml | pre-commit (automatic) |
| Neither | Manual validation |
feat: add user authentication
fix(auth): resolve login validation error
docs: update API documentation
feat!: change API interface
BREAKING CHANGE: Method now requires email parameter
Turn complex work into a goal-first plan with parallel agents and synthesized results
Capture and send screenshots from remote macOS nodes without context bloat
Interview user in-depth to create a detailed spec
Generate changeset entries following Changesets semantics
Create GitHub PRs with proper formatting, labeling, and quality checks
Apply labels to PRs based on conventional commit types