Build a self-contained HTML review aid at .pr-review/{branch}.html that teaches a reviewer what a PR changes and why — problem, system context, before/after flow, focused diffs, verification evidence, takeaway. Use when asked to explain a PR, help reviewers understand a complex change, or produce a review page for a branch. Do not use it as a substitute for review itself (/self-review) or instead of a PR description.
$npx -y skills add crbnos/carbon --skill pr-explainerInstalls into the current project.
Run `npx skills use "https://github.com/crbnos/carbon" --skill "crbnos/carbon/pr-explainer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/crbnos/carbon" that are relevant to the current task. Run `npx skills add "https://github.com/crbnos/carbon"` and select the relevant skills, then follow their instructions.