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
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | smart-pr |
| description | 한국어 제목과 설명으로 GitHub 풀 리퀘스트를 생성합니다. |
| disable-model-invocation | true |
| allowed-tools | Bash(gh *) Bash(git *) |
현재 브랜치의 풀 리퀘스트를 생성하세요.
.github/pull_request_template.md가 있으면 해당 형식을 따를 것<type>: <제목>
예시: feat: 사용자 목록 페이지 구현
# 📋 연관 이슈
close #<이슈번호>
# 🚀 작업 내용
- <핵심 변경사항 1>
- <핵심 변경사항 2>
# 💬 리뷰 중점 사항
- <리뷰어가 집중해야 할 부분> (해당 시)
# 📸 스크린샷
(없으면 생략)
git log main..HEAD --oneline — 이 브랜치의 커밋 확인git diff main...HEAD --stat — 변경 범위 파악gh pr create --title "..." --body "..."