在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$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"