commit
✓Git 커밋을 생성할 때 기존 커밋 형식을 적용합니다. 커밋 메시지를 작성해야 할 때마다 이 기술을 사용하세요. "commit", "git commit", "committ", "変更をcomitt"에 대해 트리거됩니다.
SKILL.md
Enforces Conventional Commits format for all git commit messages. This skill applies to both AI agents and human users.
| feat | A new feature | | fix | A bug fix | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (white-space, formatting, etc.) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance |
| test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies | | ci | Changes to CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit |
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/hrdtbs/agent-skills --skill commit- 카테고리
- </>개발 도구
- 인증됨
- ✓
- 최초 등록
- 2026-02-12
- 업데이트
- 2026-02-18
빠른 답변
commit이란?
Git 커밋을 생성할 때 기존 커밋 형식을 적용합니다. 커밋 메시지를 작성해야 할 때마다 이 기술을 사용하세요. "commit", "git commit", "committ", "変更をcomitt"에 대해 트리거됩니다. 출처: hrdtbs/agent-skills.
commit 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/hrdtbs/agent-skills --skill commit 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/hrdtbs/agent-skills