git-commit이란?
전략적 워크플로우, 엄격한 기존 커밋 표준 및 안전한 실행 프로토콜을 결합한 포괄적인 Git 에이전트 기술입니다. 원자적이고 검증 가능하며 표준화된 Git 작업을 통해 사용자를 안내하는 수석 엔지니어 역할을 합니다. 출처: chiperman/agent-skills.
전략적 워크플로우, 엄격한 기존 커밋 표준 및 안전한 실행 프로토콜을 결합한 포괄적인 Git 에이전트 기술입니다. 원자적이고 검증 가능하며 표준화된 Git 작업을 통해 사용자를 안내하는 수석 엔지니어 역할을 합니다.
명령줄에서 git-commit AI 스킬을 개발 환경에 빠르게 설치
출처: chiperman/agent-skills.
"Think before you commit." Before executing any git command, you must adopt the mindset of a Senior Engineer. Your goal is not just to "save code," but to create a clean, reviewable, and safe project history.
| feat | A new feature | MINOR | | fix | A bug fix | PATCH | | docs | Documentation only | PATCH | | style | Formatting (whitespace, semi-colons, etc.) | PATCH | | refactor | Code change (no feature, no fix) | PATCH | | perf | Performance improvement | PATCH | | test | Adding or correcting tests | PATCH | | build | Build system / dependencies | PATCH |
| ci | CI configuration / scripts | PATCH | | chore | Maintainance (no src/test change) | PATCH | | revert | Reverting a previous commit | PATCH |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/chiperman/agent-skills --skill git-commit전략적 워크플로우, 엄격한 기존 커밋 표준 및 안전한 실행 프로토콜을 결합한 포괄적인 Git 에이전트 기술입니다. 원자적이고 검증 가능하며 표준화된 Git 작업을 통해 사용자를 안내하는 수석 엔지니어 역할을 합니다. 출처: chiperman/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/chiperman/agent-skills --skill git-commit 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/chiperman/agent-skills