Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:240
forks:6
updated:February 1, 2026 at 21:39
SKILL.md
Create, list, switch to, rename, delete, and manage notes for git worktrees using lazyworktree CLI
Check documentation consistency across README, man page, and help screen
Check DESIGN.md synchronization with codebase architecture
Thorough code analysis without polluting main context
Run full quality check with live results
Validate all themes for completeness and correct usage
| name | commit-helper |
| description | Generate conventional commit from staged changes |
Generate a conventional commit message from staged changes.
!git diff --staged --stat
!git diff --staged
!git log --oneline -5
Generate a conventional commit message following these rules:
Example format:
feat: added worktree deletion confirmation
Implemented confirmation dialogue before deleting worktrees to prevent
accidental data loss. The confirmation shows the worktree path and any
uncommitted changes that would be lost.