setup-conventional-commits

Installation
SKILL.md

Setup Conventional Commits

Repo/code changes: run /deslop before commit, push, PR, or merge. PreToolUse hook (Bash) intercept git commit -m -> validate format. Replace commitlint + husky (zero deps).

Format

type(scope): description
  • type: feat|fix|refactor|style|test|docs|chore|perf|ci|build|revert
  • scope: required, lowercase in parens -- feat(webui):, fix(backend):
  • description: lowercase first letter, no trailing period, 5-72 chars
  • body: optional, encourage feat/fix

Steps

Installs
8
GitHub Stars
3
First Seen
Mar 30, 2026
setup-conventional-commits — malinskibeniamin/skills