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:10
forks:4
updated:May 6, 2026 at 09:01
SKILL.md
| name | smart-commit |
| description | 한국어 메시지로 원자적이고 잘 구조화된 git 커밋을 생성합니다. |
| disable-model-invocation | true |
| allowed-tools | Bash(git *) |
현재 변경사항을 원자적 커밋으로 나누어 생성하세요.
<type>: <제목>
| 타입 | 사용 시점 |
|---|---|
feat | 새로운 기능 |
fix | 버그 수정 |
refactor | 코드 구조 개선 |
style | 포맷팅만 변경 |
docs | 문서 작업 |
test | 테스트 작업 |
chore | 빌드/설정 변경 |
git status — 변경된 파일 목록 확인git diff — 변경 내용 검토git add <특정-파일들>git commit -m "<type>: <한국어 제목>"git log -n <개수> — 결과 확인git add src/features/user/api/useUsersQuery.ts
git commit -m "feat: 사용자 목록 조회 훅 추가"
git add src/features/user/ui/UserTable.tsx src/features/user/ui/UserTable.styles.ts
git commit -m "feat: 사용자 테이블 컴포넌트 구현"
[HINT] Download the complete skill directory including SKILL.md and all related files