What problem does it solve?
It turns GitHub pull request diffs and related linked issues into structured, actionable review findings that get published directly as PR comments and mirrored as non-technical issue summaries.
Core Features & Use Cases
- GitHub PR code review with PR-comment publishing: Produces Critical/Moderate/Minor findings and posts them as a single upserted PR comment keyed to the actor.
- Linked-issue consolidated summaries: For each linked issue in the PR’s closingIssues list, delegates one consolidated non-technical comment via the shared pr-summary skill.
- Assignment compliance verification: Runs assignment compliance checks and embeds the verdict into the linked-issue summary (without posting a separate compliance-only comment).
- Safety-first read-only workflow: Performs reviews using data loading and publishing via GitHub comment upserts, while avoiding any git write operations.
Quick Start
Use code-review-github to review a GitHub pull request by loading its context, running the required review lenses, and upserting the results into the PR and each linked issue summary.