Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:8,938
forks:1,867
updated:2026년 4월 13일 18:35
SKILL.md
[HINT] SKILL.md 및 모든 관련 파일을 포함한 전체 스킬 디렉토리를 다운로드합니다
| name | commit |
| description | Stage and commit changes with a clear, concise commit message. |
| argument-hint | ["optional message hint"] |
| allowed-tools | Bash(git *) |
Create a commit for the current changes.
git status (without -uall) to see untracked and modified files.git diff and git diff --cached to understand staged and unstaged changes.git log --oneline -5 to see recent commit style.bundle exec rubocop --force-exclusion -a <files>npm run lint-fast -- --max-warnings 0 --fix --no-warn-ignored <files>npx tsc --noEmit (required, catches type errors that eslint skips)npx prettier --write <files>npx svgo --multipass <files>git add -A or git add ..If $ARGUMENTS is provided, use it as a hint for the message.
feat:, fix:, chore:, etc.).Co-Authored-By or similar trailers.Prevent discount code from being cleared on editAdd integration test for offer code persistenceRemove unused legacy export helperFix thumbnail missing in upsell insert$ARGUMENTS