commit
Installation
SKILL.md
Smart Git Commit
I'll analyze your changes and create a meaningful commit message.
Token Optimization:
- ✅ Uses bash commands for git operations (minimal tokens)
- ✅ Early exit when no changes detected (saves 95%)
- ✅ Grep-based analysis of changed files (saves 60%)
- ✅ Caching of project patterns and conventions (saves 70% on subsequent runs)
- ✅ Progressive disclosure (summary → details only if needed)
- Expected tokens: 300-800 (vs. 2,500-3,000 unoptimized)
- Optimization status: ✅ Optimized (Phase 2, 2026-01-26)
Caching Behavior:
- Cache location:
.claude/cache/commit/conventions.json - Caches: Recent commit patterns, project scopes, conventional commit types
- Cache validity: 7 days or until package.json changes
- Shared with: Other git-related skills