在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:240
forks:6
updated:2026年2月1日 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.