-
Notifications
You must be signed in to change notification settings - Fork 6
Pr Report
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Generate a written PR review document — the full structured output of a code review saved to .github/reviews/, without necessarily posting inline GitHub comments. Use when you need a review artifact to share, reference, or archive.
- Creating a formal code review document before a review meeting
- Archiving review history for compliance or process tracking
- Generating a report you can attach to a ticket or email
- Reviewing without posting to GitHub (e.g., pre-review draft)
In GitHub Copilot Chat:
/pr-report owner/repo#123
Or with a URL:
/pr-report https://github.com/owner/repo/pull/456
- Fetch PR data — Diff, description, existing comments, CI status, and reviewer assignments
- Change Map — Table of every changed file with purpose, line counts, and component classification
- Per-file findings — CRITICAL / IMPORTANT / SUGGESTION / NIT / PRAISE findings with line numbers
- Before/after code snapshots — Side-by-side view for complex changes
- Summary section — Overall verdict, blocking items, key recommendations
-
Save report — Both
.mdand.htmlversions written to.github/reviews/prs/
If a report for that PR already exists, the agent performs a diff update:
- New findings are marked with NEW
- Resolved findings are marked
strikethrough - A change summary is prepended
# PR Review: Add authentication middleware
**Repo:** owner/repo | **PR:** #123 | **Date:** 2026-02-22
## Change Map
| File | +Added | -Removed | Purpose |
|------|--------|----------|---------|
| src/middleware/auth.ts | 80 | 12 | JWT validation |
## Findings
### CRITICAL
- `src/middleware/auth.ts:47` — JWT secret without fallback...
## Summary
Verdict: REQUEST CHANGES
Blocking: 1 critical finding/pr-report owner/repo#123 # Full report for a specific PR
/pr-report # Report for current branch PR
/pr-report owner/repo#123 security only # Security-focused report
| File | Contents |
|---|---|
.github/reviews/prs/{repo}-pr-{number}.md |
Review document in markdown |
.github/reviews/prs/{repo}-pr-{number}.html |
Accessible HTML version |
| Agent | Role |
|---|---|
| pr-review agent | Executes this prompt |
- review-pr — review with inline GitHub comment posting
- pr-author-checklist — pre-submit checklist for authors
- pr-comment — post a single targeted comment
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide