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:0
forks:0
updated:May 6, 2026 at 09:44
File Explorer
SKILL.md
| name | commit |
| description | 暂存并提交当前更改 |
| disable-model-invocation | true |
| argument-hint | [提交信息(可选)] |
| allowed-tools | Bash(git *) Read Grep Glob |
提交当前工作区的更改。
git status 查看当前变更状态git diff 和 git diff --staged 查看具体更改内容git log --oneline -5 查看最近的提交风格assets/TEMPLATE.md 草拟一条简洁的中文提交信息:标题 ≤ 50 字、单句、不堆砌从句、结尾不加句号;细节放 body;聚焦"为什么"$ARGUMENTS,则使用用户提供的信息作为提交信息git add -A / git add .)Co-Authored-By trailer:
Co-Authored-By: Claude <noreply@anthropic.com>Co-Authored-By: Codex <noreply@openai.com>noreply 邮箱填写一条 Co-Authored-By: <Model> <noreply@<vendor>> trailer(无法确定厂商邮箱时,省略该 trailer 而不是猜测)git status 确认成功[HINT] Download the complete skill directory including SKILL.md and all related files