skills/smithery.ai/github-pro

github-pro

SKILL.md

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>
Installs
6
First Seen
Mar 7, 2026