Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:1
forks:0
updated:2026年3月20日 10:09
SKILL.md
| name | github |
| description | GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. |
Use the gh CLI to interact with GitHub repositories, issues, PRs, and CI.
gh pr list --repo owner/repo
gh pr checks 55 --repo owner/repo
gh pr view 55 --repo owner/repo
gh pr create --title "feat: add feature" --body "Description"
gh pr merge 55 --squash --repo owner/repo
gh issue list --repo owner/repo --state open
gh issue create --title "Bug: something broken" --body "Details..."
gh issue close 42 --repo owner/repo
gh run list --repo owner/repo --limit 10
gh run view <run-id> --repo owner/repo
gh run view <run-id> --repo owner/repo --log-failed
Reviews code changes for bugs, security issues, and quality problems
Run a security scan on the codebase using available scanners. Returns structured findings with severity and OWASP mapping.
Launch a team of parallel agents to implement features across the streaming-LLM project. Each agent works on non-overlapping areas (server, client UI, shared types, tests).