Что такое commit-messages?
КОГДА записываем git/обычные коммиты; НЕ для пиар-текста; возвращает краткие строки фиксации «почему сначала» с правильным типом/областью действия. Источник: mintuz/claude-plugins.
КОГДА записываем git/обычные коммиты; НЕ для пиар-текста; возвращает краткие строки фиксации «почему сначала» с правильным типом/областью действия.
Быстро установите AI-навык commit-messages в вашу среду разработки через командную строку
Источник: mintuz/claude-plugins.
Use this skill to generate clear, conventional commit messages that explain the "why" not just the "what". Follow this guide when writing commit messages or helping users structure their commits.
| feat | New feature for the user | feat(auth): add password reset flow | | fix | Bug fix for the user | fix(cart): correct quantity calc | | docs | Documentation only changes | docs: update API examples | | style | Formatting, white-space (not CSS) | style: format with biome |
| refactor | Code change that neither fixes nor adds | refactor: extract validation utils | | perf | Performance improvement | perf: memoize expensive calculation | | test | Adding or updating tests | test: add auth integration tests | | build | Build system or dependencies | build: upgrade to node 22 |
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/mintuz/claude-plugins --skill commit-messagesКОГДА записываем git/обычные коммиты; НЕ для пиар-текста; возвращает краткие строки фиксации «почему сначала» с правильным типом/областью действия. Источник: mintuz/claude-plugins.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/mintuz/claude-plugins