Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:1,216
forks:96
updated:April 14, 2026 at 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