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,309
forks:381
updated:April 9, 2026 at 14:26
SKILL.md
| name | commit |
| description | Create a git commit with a summary of changes |
| user_invocable | true |
| context | inline |
git diff --staged and git status to see what's changedgit commit -m "<message>"If no files are staged, tell the user to stage files first. Arguments passed to this skill are used as additional context for the commit message.