.cursor/skills/commits/SKILL.md
Git commit message conventions (Conventional Commits). Use when writing or reviewing commit messages.
npx skillsauth add SebastienElet/dotfiles commitsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Follow the Conventional Commits specification.
<type>(<scope>): <subject>
<body>
<footer>
fix: - Bug fixesrefactor: - Code refactoring (removing code, restructuring without changing behavior)chore: - Maintenance tasks (updates, configuration changes, tooling)feat: - New featuresdocs: - Documentation changesstyle: - Code style changes (formatting, whitespace)test: - Adding or updating testsperf: - Performance improvementsUse scope to indicate the area affected:
fish - Fish shell configurationnvim - Neovim configurationcursor - Cursor editor configurationmakefile - Makefile changesscripts - Shell scriptsrefactor: remove opencommit from Makefile
fix(fish): fix arrow for previous/next command
chore: upgrade nvim plugins
refactor(nvim): setup new colorscheme
chore: add cursor rules
tools
Bash scripts conventions
tools
Neovim LazyVim configuration conventions
tools
Makefile structure and install workflow
testing
Johnny Decimal + PARA organization