Documentation
README
Explain This PR
Read a GitHub pull request, understand what it changes, and write a plain-English explanation. Post it as a PR comment so reviewers have instant context.
Step 1: Check Setup
Confirm gh is authenticated:
gh auth status
If not authenticated: gh auth login and follow the prompts.
Confirm input. The user must provide one of:
- A GitHub PR URL (e.g.
https://github.com/owner/repo/pull/123) - A PR number in the current repo (e.g.
#123) - The keyword "current" to use the PR for the current branch
If no input, ask: "Which PR should I explain? Share the URL, PR number, or say 'current' for the active branch."
Step 2: Fetch PR Context
This is the opening of the README. Read the full README on GitHub.