Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:633
forks:96
updated:2026년 2월 12일 21:46
SKILL.md
| name | github |
| description | Interact with GitHub using the gh CLI for pull requests, issues, and runs. |
| metadata | {"zeptoclaw":{"emoji":"🐙","requires":{"bins":["gh"]}}} |
Use the gh CLI for repository operations.
Check CI status:
gh pr checks 55 --repo owner/repo
List workflow runs:
gh run list --repo owner/repo --limit 10
List issues:
gh issue list --repo owner/repo --json number,title,state
Create issue:
gh issue create --repo owner/repo --title "Bug" --body "Description"