Documentation
README
PR Walkthrough
Generate one HTML file that orients a reviewer to a pull request. The page is a vertical, center-contained "story": the reviewer scrolls from the problem, through the architecture and the key code changes, to the data model and the trade-offs.
This skill is not a code-review skill. Do not produce review findings, approve/request-changes verdicts, or a full critique. Explain the change so a reviewer understands it fast.
The skill is provider-neutral. In Kandev CI, OpenCode runs it in read-only mode and a trusted workflow renders and publishes the resulting HTML. The skill never uploads files, changes a pull request, or handles hosting credentials.
Output
You do not write HTML. You write one JSON data file per PR, then run a renderer that builds the HTML:
This is the opening of the README. Read the full README on GitHub.