my-prs

Installation
SKILL.md

My PRs

Lists open PRs in the TrackingFirst GitHub org that the current user authored or is assigned to, annotated with review decision so it's easy to see what's ready to merge vs still waiting on reviewers.

Step 1 — Resolve the current user

gh api user --jq '.login'

Cache the returned login as USER_LOGIN for the next step.

Step 2 — Fetch PRs with review status

Use the GraphQL search API — it returns reviewDecision, repository.isArchived, mergeStateStatus, and mergeable inline, which gh search prs does not. Run the two queries in parallel (two Bash tool calls in the same message) to keep the skill fast.

Authored query:

Installs
6
First Seen
May 26, 2026
my-prs — rodrigowbazevedo/skills