html-pr-writeup

Installation
SKILL.md

PR writeup → HTML artifact

You are helping the user produce one self-contained HTML file that serves as the PR's cover letter to its reviewers. The artifact replaces a wall of markdown that nobody reads with a document people actually open.

The reader is a reviewer who has not touched this code recently. They want, in this order: what changed and why it matters, what's risky, what to focus on, and what to skip.

Inputs you should gather

Before writing, make sure you know:

  1. The diff — file paths, lines added/removed, the actual hunks. Get this from git diff, the user's paste, or by reading the modified files.
  2. The base and head branch — usually branch → main or similar.
  3. The motivation — why this change exists. Read recent commits, related issues, or just ask the user one short question.
  4. What's risky — files the user is unsure about, hot paths, unusual patterns, anything that needed real thought.
  5. How to verify — tests added, manual steps the reviewer can run, staging links if any.

If a piece is missing and you can find it from the repo (git log, the issue tracker via MCP, the PR template), find it. If it's still missing, ask the user one focused question rather than fabricating.

Structure of the artifact

Related skills

More from arctuition/skills

Installs
7
GitHub Stars
3
First Seen
6 days ago