commit-messages이란?
git/기존 커밋을 작성할 때; PR 텍스트용이 아닙니다. 적절한 유형/범위를 사용하여 간결하고 Why-First 커밋 라인을 반환합니다. 출처: mintuz/claude-plugins.
git/기존 커밋을 작성할 때; PR 텍스트용이 아닙니다. 적절한 유형/범위를 사용하여 간결하고 Why-First 커밋 라인을 반환합니다.
명령줄에서 commit-messages AI 스킬을 개발 환경에 빠르게 설치
출처: 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-messagesgit/기존 커밋을 작성할 때; PR 텍스트용이 아닙니다. 적절한 유형/범위를 사용하여 간결하고 Why-First 커밋 라인을 반환합니다. 출처: 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