·commit-messages
</>

commit-messages

git/기존 커밋을 작성할 때; PR 텍스트용이 아닙니다. 적절한 유형/범위를 사용하여 간결하고 Why-First 커밋 라인을 반환합니다.

7설치·0트렌드·@mintuz

설치

$npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages

commit-messages 설치 방법

명령줄에서 commit-messages AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: 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
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-22
업데이트
2026-03-10

Browse more skills from mintuz/claude-plugins

빠른 답변

commit-messages이란?

git/기존 커밋을 작성할 때; PR 텍스트용이 아닙니다. 적절한 유형/범위를 사용하여 간결하고 Why-First 커밋 라인을 반환합니다. 출처: mintuz/claude-plugins.

commit-messages 설치 방법은?

터미널 또는 명령줄 도구(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

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-22