How this skill is triggered — by the user, by Claude, or both
Slash command
/common:make-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<make-commit>
가장 중요한건 일관성입니다. git log --oneline | head -n 10 로 어떤 컨벤션을 지키는지 확인하세요. 아래 규칙을 위반하더라도 일관성이 우선시됩니다.
header: type(scope): subject
body
Co-authored-by 금지
Breaking Change의 경우
feat(api)!: ...)
Task: {{ARGUMENTS}}
npx claudepluginhub p/hve4638-common-commonGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.