What problem does it solve?
Reviewers and maintainers often spend substantial time parsing PRs, extracting design rationale, and producing a concise, maintainable report to guide merging decisions. This skill provides a tutorial-style explanation of a PR, turning contributions into a polished artifact that clarifies intent and risks.
Core Features & Use Cases
- Tutorial-style review: explains the change, architecture, and trade-offs in an accessible format.
- Maintainer-ready artifact: outputs a standalone HTML or Markdown report suitable for PR documentation and team review.
- Structured arguments: includes executive summary, tutorial exposition, findings, and a concrete recommendation to support decision-making.
- Use Case: when evaluating a large feature branch or cross-cutting changes, generate a report that explains design decisions and merge implications.
Quick Start
Analyze the PR branch locally and run the PR Report workflow to generate the maintainer report.