pr-report

Analyze code changes in pull requests and generate HTML or Markdown reports.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/kochangbok/paperclip-ko --skill pr-report-kochangbok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-report
Source: https://github.com/kochangbok/paperclip-ko/tree/main/.agents/skills/pr-report
Command: npx skills add https://github.com/kochangbok/paperclip-ko --skill pr-report-kochangbok

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reviewing pull requests by providing a comprehensive report that includes analysis, comparisons, and recommendations.

Core Features & Use Cases

  • Deep PR Analysis: Offers a thorough review of pull requests, including architectural and implementation details.
  • Tutorial-style Explanation: Breaks down complex code changes into understandable sections.
  • HTML/Markdown Reports: Generates polished reports for easy sharing and documentation.
  • Use Case: A maintainer can use this Skill to analyze a large pull request, explain the changes to other team members, and prepare a detailed report for merging.

Quick Start

Run the pr-report skill on the pull request with the ID #123.

Frequently Asked Questions about pr-report

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

FAQPage Schema
How do I generate a detailed pull request report for maintainers?

To generate a detailed pull request report, you need a tool that analyzes code changes and produces an HTML or Markdown summary. This skill reviews pull requests by breaking down complex modifications into tutorial-style explanations and generating polished reports for easy sharing.

What is the best way to analyze code changes in a large pull request?

The best way to analyze code changes in a large pull request is to perform a deep architectural and implementation review. This skill provides thorough PR analysis by assessing the quality and impact of code contributions, making it easier to evaluate complex modifications.

Do I need local code access to review pull requests and generate reports?

Yes, you need local code access to review pull requests and generate reports. The skill requires local code access along with Python libraries to parse and analyze the code changes effectively before producing the final review documentation.

Can I export pull request reviews as HTML or Markdown for team documentation?

Yes, you can export pull request reviews as HTML or Markdown for team documentation. The skill generates polished reports in both formats, allowing maintainers to easily share code contribution analyses and explain changes to other team members.

How does tutorial-style code explanation help with software maintenance?

Tutorial-style code explanation helps with software maintenance by breaking down complex code changes into understandable sections. This approach allows maintainers to clearly communicate the architectural details and impact of code contributions to the rest of the team.