commit
Solid전체 변경사항을 git commit 한다. (push 인수로 push까지 수행)
Code & Development 13 stars
2 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
별도의 지시가 없으면 전체 변경사항을 `git commit` 하라. **untracked 파일을 남기지 마라.**
변경사항이 없으면 아무 작업도 하지 말고 무시하라.
- base 브랜치(GitHub 기본 브랜치) 위에서는 커밋하지 마라 — 변경은 트랜잭션(`/tx:open`)으로 시작하라.
- 커밋 형식은 [Conventional Commits 가이드](conventional-commits.md)를 따르라.
- git 커맨드로 변경사항을 이해한 뒤 직관적인 커밋 메시지를 작성하라.
- 커밋 메시지는 영어로 작성하라.
- 모든 변경사항을 하나의 commit으로 묶지 않아도 된다.
- **인수가 `push`이면 커밋 완료 후 `git push`까지 수행하라. (변경사항이 없으면 `git push`만 수행)**
인수: $ARGUMENTS
Details
- Author
- clomia
- Repository
- clomia/claude-automata
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
commit
변경사항을 분석하여 커밋 메시지를 작성하고 git 커밋을 수행하는 스킬. 사용자가 "커밋해줘", "변경사항 정리해줘", "커밋 메시지 만들어줘", "git commit" 등의 표현을 사용할 때 반드시 이 스킬을 사용할 것.
0 Updated today
gagip Code & Development Listed
commit
Conventional Commit 메시지를 자동 생성하고 커밋한다. "커밋해줘", "이거 커밋", "변경사항 커밋", "메시지 자동 작성" 요청 시 사용. 사용법 /commit
1 Updated yesterday
SONGYEONGSIN Code & Development Solid
commit
Create a git commit following project conventions. TRIGGER when: user asks to commit, create a commit, stage and commit, save changes, or any workflow that includes committing (e.g., "commit and push", "commit and create PR", "커밋해줘", "커밋하고 푸시"). DO NOT TRIGGER when: user is only checking git status/diff without intent to commit.
7 Updated 3 days ago
chanmuzi