Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:1.216
forks:96
updated:14 de abril de 2026 às 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