pr-statuslisted
Install: claude install-skill magnusrodseth/dotfiles
# PR Status
Answer "where does this PR stand?" for one PR, a whole repo, or every PR you own, in a single compact readout: state, **mergeability**, **review** decision, and **CI** checks. Read-only.
Run the bundled script: it parses every ref form, queries GitHub, and prints the dashboard. It needs only `gh` (authenticated) and `jq`, and works from **any** directory (no checkout required; it always passes `--repo`).
```bash
bash scripts/pr-status.sh <ref> [<ref> ...] # specific PRs
bash scripts/pr-status.sh --repo owner/repo # every open PR in a repo
bash scripts/pr-status.sh --mine # your open PRs across all repos
bash scripts/pr-status.sh --author LOGIN # someone else's open PRs
bash scripts/pr-status.sh <ref> --comments # also dump review summaries + inline comments
```
A `<ref>` is any of: a PR URL, `owner/repo#123`, `owner/repo/123`, or a bare `#123`/`123` (only when the cwd is that repo). Mix as many as you like in one call; combine with `--mine`/`--repo`.
## Reading the result and what to do next
The script prints a human verdict per PR. Map it to the next action, but do **not** act unless the user asked; this skill reports:
| Verdict | Means | Next step |
|---|---|---|
| `READY` / CLEAN | all gates green | mergeable now |
| `BLOCKED` | branch protection unmet (usually a required approval) | needs a reviewer to approve; offer to request reviewers or ping |
| `UNSTABLE` | a non-required check is failing/pending | inspect the named red/⏳ c