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:February 10, 2026 at 17:34
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | commit |
| description | 変更をコミットします。Conventional Commits形式でコミットメッセージを生成します。 |
| argument-hint | [message] |
| allowed-tools | Bash, Read, Glob, Grep |
Git コミットを実行します。
/commit # 自動でコミットメッセージ生成
/commit "fix: bug修正" # 指定メッセージでコミット
git status で変更ファイルを確認git diff で変更内容を確認git add で必要なファイルをステージングgit commit でコミット実行.env, credentials などの機密ファイルはコミットしない--no-verify は使用しないConventional Commitsの詳細、タイプ選択ガイドについては以下を参照: