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:5
forks:0
updated:February 12, 2026 at 03:37
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | release-notes |
| description | Generate release notes from git log between tags |
Generate release notes for the next release.
git tag --sort=-v:refname | head -5 to find recent tagsgit log <last-tag>..HEAD --oneline to get commits since last release