تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٢٤٠
forks:٦
updated:١ فبراير ٢٠٢٦ في ٢١:٣٩
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.