skills/gh-pr-read/SKILL.md
--- Skill name: gh-pr-read Skill description: Reads and summarizes GitHub pull requests using the gh CLI. Use when asked to read, review, summarize, or inspect a PR. --- # Reading GitHub Pull Requests Read and inspect GitHub pull requests using the `gh` CLI. ## Capabilities - View PR details (title, description, status, reviewers, labels) - Read PR diffs and changed files - Read PR comments and review threads - Summarize PR changes ## Workflows ### View a PR by number or URL ```bash gh pr
npx skillsauth add abhiroopb/synthetic-mind skills/gh-pr-readInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read and inspect GitHub pull requests using the gh CLI.
gh pr view <number-or-url> --repo <owner/repo>
Add --json with field names for structured output:
gh pr view <number> --repo <owner/repo> --json title,body,state,author,labels,reviewDecision,additions,deletions,changedFiles,commits
gh pr diff <number> --repo <owner/repo>
gh pr diff <number> --repo <owner/repo> --name-only
gh pr view <number> --repo <owner/repo> --comments
gh api repos/<owner>/<repo>/pulls/<number>/comments --paginate
gh pr list --repo <owner/repo>
gh pr list --repo <owner/repo> --author <username> --state <open|closed|merged|all>
gh pr view.--json for programmatic field access; omit it for human-readable output.--name-only first to understand scope, then read specific files.gh pr checks <number> --repo <owner/repo> to see CI status.testing
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.