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:219
forks:31
updated:3. April 2026 um 00:03
SKILL.md
| name | prep |
| description | Run full pre-PR validation (compile, lint, test) and report any issues |
Run the full pre-PR check: npm run prep
This runs compile:prod, lint, and test in sequence. If any step fails, analyze the output and fix the issues.