RHDH Pull Request Review
Keep forge I/O at the edges: fetch produces the PR context, analysis works from
that context and checked-out code alone, and posting sends only findings already
verified against the head SHA.
Route by outcome
| Outcome |
Workflow sequence |
| Code review and post |
workflows/fetch-github.md → workflows/review-code.md → workflows/post-to-github.md |
| Analysis only |
workflows/fetch-github.md → workflows/review-code.md; stop after the edited draft |
A bare PR URL or number defaults to code review and post.
Review invariants
/code-review is required on every draft-review path, including
analysis-only. If it is missing, stop, say that code-review is missing,
name /setup-rhdh-skills install, and do not substitute a local two-axis
review.
- Every
/code-review run also dispatches Adversarial. Team, worktree, and
draft steps live in workflows/review-code.md.
- Present the complete edited draft before stating any post operation. An
explicit request to post is intent, not approval of the exact write.
Write gate
Fetch and analysis are read-only. Posting a GitHub review is an external write:
invoke the named skill mutation-gate and follow the gate it owns rather than
restating it here. Creating or removing a local git worktree is not that gate.
A review operation's target pins the head SHA. An earlier confirmation of
findings approves no write. Report each outcome with the review URL, the
verification done, and any recovery still owed.
What each stage carries forward
Every stage passes its result to the next in conversation. The field names are
defined once, where they are produced:
| Stage |
Result |
Defined in |
| Fetch |
PR context: repository, changeRequest, files, diff, linkedIssues, jiraKeys, existingComments, existingReviews, ciStatus, specSource |
workflows/fetch-github.md |
| Analysis |
Review draft: changeRequest, summary, verdict, findings, edited, worktreePath |
workflows/review-code.md |
Completion
Complete when the report names the head SHA reviewed, has presented the
/code-review Standards and Spec reports, and presents the edited draft.
On the post route, also give the outcome of every approved write with its
target.
1---2name: rhdh-pr-review3description: Reviews Red Hat Developer Hub pull request code on GitHub in rhdh, rhdh-operator, rhdh-plugins, or community-plugins. Use for a GitHub PR URL or number, "review this PR", analysis-only review, or posting inline comments. For label and merge-readiness triage of the overlay PR backlog, use /rhdh-overlay.4---56# RHDH Pull Request Review78Keep forge I/O at the edges: fetch produces the PR context, analysis works from9that context and checked-out code alone, and posting sends only findings already10verified against the head SHA.1112## Route by outcome1314| Outcome | Workflow sequence |15|---|---|16| Code review and post | `workflows/fetch-github.md` → `workflows/review-code.md` → `workflows/post-to-github.md` |17| Analysis only | `workflows/fetch-github.md` → `workflows/review-code.md`; stop after the edited draft |1819A bare PR URL or number defaults to code review and post.2021## Review invariants2223- `/code-review` is required on every draft-review path, including24 analysis-only. If it is missing, stop, say that `code-review` is missing,25 name `/setup-rhdh-skills install`, and do not substitute a local two-axis26 review.27- Every `/code-review` run also dispatches Adversarial. Team, worktree, and28 draft steps live in `workflows/review-code.md`.29- Present the complete edited draft before stating any post operation. An30 explicit request to post is intent, not approval of the exact write.3132## Write gate3334Fetch and analysis are read-only. Posting a GitHub review is an external write:35invoke the named skill `mutation-gate` and follow the gate it owns rather than36restating it here. Creating or removing a local git worktree is not that gate.3738A review operation's target pins the head SHA. An earlier confirmation of39findings approves no write. Report each outcome with the review URL, the40verification done, and any recovery still owed.4142## What each stage carries forward4344Every stage passes its result to the next in conversation. The field names are45defined once, where they are produced:4647| Stage | Result | Defined in |48|---|---|---|49| Fetch | PR context: repository, changeRequest, files, diff, linkedIssues, jiraKeys, existingComments, existingReviews, ciStatus, specSource | `workflows/fetch-github.md` |50| Analysis | Review draft: changeRequest, summary, verdict, findings, edited, worktreePath | `workflows/review-code.md` |5152## Completion5354Complete when the report names the head SHA reviewed, has presented the55`/code-review` Standards and Spec reports, and presents the edited draft.56On the post route, also give the outcome of every approved write with its57target.