pr-report

Generate maintainer-level HTML or Markdown PR review reports.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Avishai-Tsabari/agents_manager --skill pr-report-avishai-tsabari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-report
Source: https://github.com/Avishai-Tsabari/agents_manager/tree/main/.agents/skills/pr-report
Command: npx skills add https://github.com/Avishai-Tsabari/agents_manager --skill pr-report-avishai-tsabari

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill produces maintainer-grade reviews of pull requests, explaining design decisions and providing actionable recommendations.

Core Features & Use Cases

  • In-depth PR analysis: explain what changed, why it matters, and potential risks.
  • Artifact generation: produce a polished HTML or Markdown report suitable for maintainers.
  • Decision guidance: offer a concrete recommendation and suggested next steps.

Quick Start

Provide the PR details (diff, branch, and context) and I will generate a maintainer-grade report.

Frequently Asked Questions about pr-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an HTML report for a pull request review?

To generate an HTML report for a pull request review, provide the PR details, diff, and context. The Skill produces a maintainer-grade analysis and outputs a polished HTML artifact to the designated report folder.

What is a maintainer-level PR review and how does it guide decisions?

A maintainer-level PR review explains design decisions, potential risks, and what changed in a pull request. It provides actionable recommendations and suggested next steps to guide maintainers in their decision-making process.

Can I output PR review results in Markdown instead of HTML?

Yes, you can output PR review results in Markdown instead of HTML. The Skill generates polished Markdown deliverables alongside HTML, formatting the analysis by reading the style guide references for consistent reporting.

How do I analyze large contributions and branch diffs for potential risks?

To analyze large contributions and branch diffs for potential risks, supply the branch context and code changes. The Skill performs in-depth design analysis on the PR diff and outputs a comprehensive report explaining why the changes matter.

Do I need specific frontmatter in SKILL.md to generate a PR diff report?

Yes, you need a well-defined frontmatter including name and description in SKILL.md to generate a PR diff report. This metadata is required to properly execute the review process and output artifacts to the tmp/reports directory.

What is the best way to document design decisions for software projects?

The best way to document design decisions for software projects is to use a structured reporting tool that analyzes code changes and generates an artifact. This Skill produces HTML or Markdown reports that explain design choices and offer concrete recommendations.