Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:1,216
forks:96
updated:2026年4月14日 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