# Gh Pr Get

> Get detailed information about a specific GitHub pull request. Use when the user wants to see PR details, check PR status, or view PR metadata. Use when this capability is needed.

- Skill: `tomevault-io/gh-pr-get` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/gh-pr-get`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/gh-pr-get/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/gh-pr-get

---


# gh-pr-get

Retrieve detailed information about a specific GitHub pull request, including title, state, author, branches, and description.

## Command

```bash
python3 .claude/skills/gh-pr-get/scripts/get_pr.py --owner OWNER --repo REPO --pr-number PR_NUMBER
```

## Arguments

| Argument | Required | Description |
|----------|----------|-------------|
| `--owner` | Yes | Repository owner (username or organization) |
| `--repo` | Yes | Repository name |
| `--pr-number` | Yes | Pull request number |

## Usage Examples

```bash
# Get details for PR #42 in octocat/hello-world
python3 .claude/skills/gh-pr-get/scripts/get_pr.py --owner octocat --repo hello-world --pr-number 42

# Get details for a PR in the current project
python3 .claude/skills/gh-pr-get/scripts/get_pr.py --owner my-org --repo my-repo --pr-number 123
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/y-hirakaw) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

