원클릭으로
github
Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use Crabbox for OpenClaw remote Linux validation. Default to Blacksmith Testbox; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.
Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.
Use immediately for any pasted OpenClaw GitHub issue or PR URL/number, and for OpenClaw issue/PR review, triage, duplicate search, opener identity/who wrote it, author account age/activity, comments, labels, close, land, or maintainer evidence checks.
Run, watch, debug, extend, or explain OpenClaw qa-lab and qa-channel scenarios, artifacts, and live lanes.
Run, rerun, debug, or interpret OpenClaw Parallels install, onboarding, gateway smoke, and upgrade checks.
Fix only small, high-certainty OpenClaw bugs from a pasted issue/PR list after deep code review.
| name | github |
| description | Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries. |
| tier | T1 |
| tools | ["gh","bash"] |
| trigger_phrases | ["github","pr","issue","workflow"] |
| metadata | {"openclaw":{"emoji":"🐙","requires":{"bins":["gh"]}}} |
| user-invocable | true |
Use this skill when the user asks anything about GitHub: issues, pull
requests, CI runs, releases, comments, code review, or organizational
metadata. Prefer the gh CLI over web URLs — gh handles auth,
pagination, and structured output natively.
gh pr view 123 # view PR details
gh pr checks 123 # CI status
gh issue list --state open # list open issues
gh run list -L 5 # last 5 workflow runs
gh release create v1.2.3 # cut a release