How this skill is triggered — by the user, by Claude, or both
Slash command
/craft:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Review the status and diffs below
??), read them to understand what they contain!git status --short
!git diff HEAD
Subject: under 50 chars, no trailing period. No code identifiers or paths. The verb should classify the change — e.g. Add (new), Fix (broken), Remove (gone), Refactor (restructure), Improve (enhance).
Body: optional, omit when the subject and code say it all. Bullet list for multiple concerns, plain sentence for one. Explain why, not how. Include concrete details (versions, thresholds) when they matter.
Footer (optional): Closes: #123, Fixes: #456.
Examples:
Add sign up feature
- Allow account creation via email or OAuth
- Send welcome email on first login
Closes: #123
Improve bounds validation and conversions
Reject infinity so the type enforces its name
Fix typo in error message
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub li-kai/skills --plugin craft