github-pro
Advanced GitHub operations via `gh` CLI. CI/CD monitoring, API queries, and automated PR reviews.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kjaylee/github-proGitHub Pro (Miss Kim Edition)
Power user commands for GitHub integration.
CI/CD Monitoring
- List runs:
gh run list --limit 5 - View failed logs:
gh run view <run-id> --log-failed - Watch run:
gh run watch <run-id>
API & JQ
Use gh api for data not exposed via standard CLI commands:
gh api repos/:owner/:repo/pulls/:number --jq '.title, .state'
PR Management
- Checks:
gh pr checks <number> - Review:
gh pr review --approve --body "Miss Kim says looks good! π" - Diff:
gh pr diff <number>
Repository Maintenance
- List issues:
gh issue list --label "bug" - Create release:
gh release create v1.0.0 --generate-notes
Protocol
- Always use
--repo owner/repoif outside a git folder. - Use
--json+--jqfor structured data parsing in scripts.
Metadata
Not sure this is the right skill?
Describe what you want to build β we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kjaylee-github-pro": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ui-ux-pro-max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
ralph-loop
AI μμ¨ κ΅¬ν λ°©λ²λ‘ . ꡬν/κ°λ°/μ½λ© μμ² μ μλ μ μ©. λ©μΈμ λ§λ μλΈμμ΄μ νΈλ₯Ό spawnνκ³ , λ§λκ° μ컀λ€μ κ΄λ¦¬. specs/ β IMPLEMENTATION_PLAN.md β 1νμ€ν¬μ© ꡬν β 2λ¨κ³ 리뷰 β ν μ€νΈ β λ°λ³΅.
game-dev-rust-godot
Game development workflow using Rust+WASM or Godot 4.x for HTML5 games. Use when creating new games, implementing game mechanics, or porting existing games. Follows TDD-based production pipeline v3.1 with asset-first approach. Covers Rust(Macroquad/Bevy), Godot HTML5 Export, asset acquisition, test case writing, and QA automation. Master directive (2026-02-06) - ONLY Rust+WASM or Godot allowed, JS/TS frameworks prohibited.
subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
systematic-debugging
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.