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 05:15
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | commit-message |
| description | 根據 staged changes 和過往 commit 歷史產生 commit message |
| disable-model-invocation | true |
幫使用者產生 commit message。請依照以下步驟:
git status 查看 staged 和 untracked 檔案。git diff --staged 查看實際變更內容。git log --oneline -10 學習此 repo 的 commit message 風格與慣例。