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:2.069
forks:122
updated:31. März 2026 um 11:50
SKILL.md
| name | release-all |
| description | Prepare, PR, and release all packages at the same version |
| argument-hint | <version> |
| disable-model-invocation | true |
Release all packages (forui_assets, forui, forui_hooks) at version $0.
Run make prepare-all v=$0. If it fails, report the error and stop.
git checkout -b release/$0git add -A && git commit -m "Prepare to release $0"git push -u origin release/$0
gh pr create --title "Prepare to release $0" --body "Prepare to release forui_assets, forui, and forui_hooks $0."
Run gh pr checks --watch. If any check fails, report which checks failed and stop.
Tell me that CI passed and ask for approval to merge. Once I approve, run:
gh pr merge --squash --admin --delete-branch
git checkout main && git pull
Run make release-all v=$0 force=true.