ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

github-pro

Advanced GitHub operations via `gh` CLI. CI/CD monitoring, API queries, and automated PR reviews.

skill-install β€” Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kjaylee/github-pro
Or

GitHub 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/repo if outside a git folder.
  • Use --json + --jq for structured data parsing in scripts.

Metadata

Author@kjaylee
Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kjaylee-github-pro": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

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.

kjaylee 1776

ralph-loop

AI 자율 κ΅¬ν˜„ 방법둠. κ΅¬ν˜„/개발/μ½”λ”© μš”μ²­ μ‹œ μžλ™ 적용. 메인은 λ§ˆλ” μ„œλΈŒμ—μ΄μ „νŠΈλ₯Ό spawnν•˜κ³ , λ§ˆλ”κ°€ μ›Œμ»€λ“€μ„ 관리. specs/ β†’ IMPLEMENTATION_PLAN.md β†’ 1νƒœμŠ€ν¬μ”© κ΅¬ν˜„ β†’ 2단계 리뷰 β†’ ν…ŒμŠ€νŠΈ β†’ 반볡.

kjaylee 1776

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.

kjaylee 1776

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.

kjaylee 1776

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.

kjaylee 1776