Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:1 216
forks:96
updated:14 avril 2026 à 09:03
SKILL.md
| name | release |
| description | Tag and create a GitHub release, only after verifying CI passes |
| allowed-tools | Bash, Read, Glob, Grep |
Before tagging and releasing, verify that CI has passed:
gh run list --branch $(git branch --show-current) --limit 5
Only after all CI checks pass:
git tag <version>git push origin <version>gh release create <version> ...
--prerelease for beta/rc tags