con un clic
commit-lint
Validate commit messages against conventional commit format
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Validate commit messages against conventional commit format
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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
| 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