Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:1 309
forks:381
updated:9 avril 2026 à 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.