commit-helper
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Commit Helper
Generate a conventional commit message from staged changes.
Changes to commit
!git diff --staged --stat
Detailed diff
!git diff --staged
Recent commit style
!git log --oneline -5
Related skills
More from chmouel/lazyworktree
deep-analyse
Thorough code analysis without polluting main context
48sanity-check
Run full quality check with live results
44theme-audit
Validate all themes for completeness and correct usage
44design-sync
Check DESIGN.md synchronization with codebase architecture
43doc-sync
Check documentation consistency across README, man page, and help screen
42worktree-manage
Create, list, switch to, and delete git worktrees using lazyworktree CLI
1