.pi/prompts/pr.md
You are given one or more GitHub PR URLs: $@
For each PR URL, do the following in order:
inprogress label to the PR via GitHub CLI before analysis starts. If adding the label fails, report that explicitly and continue.gh pr diff, gh pr view, gh api, and local main-branch files; if PR file contents are needed, use fetched refs with git show <ref>:<path> or temporary files. Read all relevant code files in full with no truncation and compare against the diff. Do not fetch PR file blobs unless a file is missing on main or the diff context is insufficient. Include related code paths that are not in the diff but are required to validate behavior.CHANGELOG.md — the maintainer adds the entry when merging.Output format per PR: PR: <url> What it does:
If no issues are found, say so under Bad and Ugly.