Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:2
forks:3
updated:2026년 5월 26일 19:10
SKILL.md
| name | commit-from-changes |
| description | Stage and commit changes with a Kubernetes-style commit message |
| user-invocable | true |
| license | Apache-2.0 |
| metadata | {"copyright":"The Kubernetes Authors"} |
commit-from-changes:commit-from-changes
Stage and commit changes with a Kubernetes-style commit message.
Generates a commit for the current changes following Kubernetes commit message conventions. Stages all changes if nothing is staged, reviews the diff, and produces a commit message with a capitalized imperative subject line under 72 characters and a body that explains the reason for the change.
Generate a commit for the current changes following these rules:
git diff --cached --stat and git diff --stat to understand what has changed. If nothing is staged, stage all changes with git add -A.git diff --cached to review the full staged diff.git commit