Wraps GitHub's official CLI to check PR status, review CI logs, manage issues, and query the API without leaving your terminal. You'll use this when you need to see if checks passed, merge a PR, or grab structured data about repos and workflows. One nice touch: the setup section actually covers the auth config path issues you'll hit when running agents under different user contexts, which saves you the debugging headache. Stick to git commands for local operations and the coding agent for actual code review. Most commands support JSON output with jq filtering, so you can pipe results into other tools or scripts without parsing human readable text.
npx skills add https://github.com/steipete/clawdis --skill github