تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٦٣٣
forks:٩٦
updated:١٢ فبراير ٢٠٢٦ في ٢١:٤٦
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"