Stats
Actions
Tags
From pilot
사용자가 "커밋해줘", "변경 묶어서 커밋" 등 git 커밋 작성을 요청할 때 사용한다. 변경 파일을 확인하고 `skills/context/shared/commit.md` 규칙(scope 표기, 한국어 본문, 50자 이내 요약)에 맞춰 메시지를 작성해 커밋한다. unstaged 파일이 있으면 포함 여부를 사용자에게 확인한다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pilot:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[preamble.md](../context/shared/preamble.md) 의 **P1** 수행.
preamble.md 의 P1 수행.
커밋 규칙 로드:
${CLAUDE_PLUGIN_ROOT}/skills/context/shared/commit.md 가 존재하면 Read 한다.git status 로 staged / unstaged 파일을 확인한다.git add 한다.npx claudepluginhub radiostart/claude-plugins --plugin pilotGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.