소스 정보
- 저장소
- xenoterracide/agent-skills
- 최근 소스 활동
- 2026년 7월 16일 18:17
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/xenoterracide/agent-skills --skill commit-message명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | commit-message |
| description | Use when writing a commit message, PR title, or PR description. |
| license | CC-BY-NC-SA-4.0 |
| metadata | {"copyright":"Caleb Cushing"} |
git-conventional-commits.yaml values in convention.commitTypes for <type>'s available##), bold, fenced code
blocks, or checkboxes (- [x]). The body is reused verbatim as the
squash-merge commit message.Assisted-by:, Reported-by:, Suggested-by:), where the reference is
unambiguous — never in the prose.The "why" captures motivation the diff cannot show. It is valuable, but it MUST come from a real source — never invented to fill the field. Take it, in order of preference, from:
Closes #123) for the full detail; do not restate a
guessed rationale.If none of these gives you the motivation, do not guess: ask the user for one line, or omit the why and state only the what. A fabricated rationale in permanent history is worse than no rationale.
Keep the message self-contained: source the why from the conversation, but render it as a standing problem statement — write "the parser dropped trailing commas," not "you noticed the parser dropped commas."
():
Add an Assisted-by trailer at the end of the commit message body (after the
description, before any footer markers like BREAKING CHANGE:):
Assisted-by: <AI_NAME>:<MODEL_VERSION> [TOOL1] [TOOL2]
This follows the Linux kernel convention for AI attribution. MODEL_VERSION
is the specific model or agent version used. Optional [TOOL1] [TOOL2] list
specialized analysis tools (e.g., coccinelle, sparse). Do not list basic
tools like git, gcc, or editors.
Examples:
Assisted-by: Kimi:kimi-code-cli
Assisted-by: Claude:claude-3-opus coccinelle sparse
Do not add Signed-off-by trailers. Only humans can certify the Developer
Certificate of Origin.