Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:251
forks:22
updated:2026년 4월 21일 19:55
SKILL.md
| name | commit-with-git |
| description | Commits ONLY the staged changes with git. |
| disable-model-invocation | true |
Commit staged changes only with git.
Checklist before you use git commit:
src/develop, determine a meaningful branch name (see Naming Branch below), then go ahead and rename the current branch (do not use checkout -b)There is no need for confirmation in those steps. The user is free to edit the commit description and even rename the branch before pushing it.
Use the following pattern for branch names:
/
Scope can be:
Pick a scope which fits the majority of the staged changes.
Example branch names:
feature/some-cool-feature
refactor/fix-login-not-working
docs/learn-more-page