github-commit
스타13
포크19
업데이트2026년 1월 28일 14:08
Create a well-formatted git commit following best practices
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Create a well-formatted git commit following best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| model | sonnet |
| name | github-commit |
| description | Create a well-formatted git commit following best practices |
When this skill is invoked, create a git commit following these steps:
git diff (or git diff --staged if files are already staged)git addgit commit -S to sign the commitFollow these seven rules for great commit messages:
Additional guidelines:
-S flag to sign commits with GPGBased on: https://chris.beams.io/git-commit