Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:240
forks:6
updated:1. Februar 2026 um 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.