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
Related skills
More from manastalukdar/claude-devstudio
duplication-detect
Find and eliminate code duplication with DRY refactoring strategies
20db-diagram
Generate database ER diagrams from schema for documentation
17lighthouse
Run Lighthouse audits and implement performance, accessibility, and SEO fixes
13session-resume
Resume previous work from archived session with full context restoration
12owasp-check
OWASP Top 10 vulnerability scanning and remediation
12database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
11