What problem does it solve?
Manually reviewing large pull request diffs is time-consuming and disorganized, especially when split into multiple chunks to avoid context limits. This Skill automates the process of generating structured, easy-to-navigate side-by-side HTML review files with inline feedback tied directly to specific code lines, eliminating the hassle of compiling scattered review notes.
Core Features & Use Cases
- Chunked PR Processing: Works with chunked PR diffs output by the paired pr-review skill, processing one chunk at a time to avoid exceeding AI context limits.
- Dependency-Free HTML Rendering: Generates styled, self-contained HTML diff files with no external libraries or CDNs, supporting both dark and light UI themes via user configuration.
- Inline Comment Injection: Automatically injects your code review feedback as clearly marked comments directly below the relevant added, removed, or unchanged code lines in the side-by-side view.
- Use Case: For example, when reviewing a large PR split into 10 chunks, use this Skill to generate a polished, navigable HTML review file for each chunk, with your inline feedback clearly visible next to the corresponding code changes.
Quick Start
Use the pr-review-ui skill to generate a side-by-side HTML review for the next unprocessed PR chunk in your /tmp/pr-review directory.