Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-commit:session-commitThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
현재 대화 세션에서 내가 수정/생성한 파일만 커밋한다.
현재 대화 세션에서 내가 수정/생성한 파일만 커밋한다.
git add <파일들> + git commit만 실행한다.git add <file1> <file2> ...
<타입>: <제목> (한국어, 3~5줄 이내)
- 핵심 변경 요약 (사람이 빠르게 훑는 용도)
---
<상세 맥락> (AI agent가 검색/히스토리 파악하는 용도, 영어 가능)
- 변경 배경, 의사결정 이유, 영향 범위 등
- 기존에 시도한 접근과 왜 바꿨는지
- 관련 이슈/대화 맥락
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
## 변경사항 등) 금지 — 불릿으로 바로 쓴다git log로 맥락을 복원할 수 있도록 충분히 작성feat — 유저 시나리오 기준으로 설명ChatRoomHeader 메뉴에서 Rename 클릭하면 인라인 편집채팅방 상단 헤더의 ⋯ 메뉴에서 Rename을 선택하면 제목이 인라인 편집 모드로 전환되고, Enter로 확정하면 이름이 즉시 변경된다fix — 문제 상황 → 해결 구조refactor / chore / docs / testgit diff 실행 금지git status 실행 금지git log 실행 금지Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub namho-hong/team-offlight-claude-code-plugins --plugin session-commit