One-click install
npx skills add https://github.com/mhamzahashim/paperclip --skill pr-report-mhamzahashim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-report
Source: https://github.com/mhamzahashim/paperclip/tree/main/.agents/skills/pr-report
Command: npx skills add https://github.com/mhamzahashim/paperclip --skill pr-report-mhamzahashim

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the in-depth analysis of pull requests, explaining their impact and suggesting recommendations, thus reducing the time and effort required for manual review processes.

Core Features & Use Cases

  • Detailed Analysis: Delve into pull requests, explaining design decisions and system changes.
  • Comparative Analysis: Benchmark designs against similar systems.
  • Report Generation: Produce polished HTML or Markdown reports from the analysis.
  • Use Case: A maintainer could use this Skill to quickly understand a new pull request, generate a thorough review report, and make an informed merge decision.

Quick Start

Generate a PR report for pull request #123 in the 'my-project' repository.

Frequently Asked Questions about pr-report

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

FAQPage Schema
How do I automate pull request review and generate a formal report?

Generating a pull request report involves reviewing code changes, explaining system impacts, and benchmarking designs against similar systems. This Skill produces detailed analysis by performing code inspection and outputting both textual and visual formal reports.

What is the best way to analyze the system impact of code changes in a pull request?

System impact analysis is performed by inspecting code changes and referencing implementation details to explain design decisions. This Skill produces a detailed analysis that benchmarks modifications against similar systems and explains the overall impact.

Can I generate visual and textual reports from PR analysis?

Generating visual and textual reports from PR analysis is supported. This Skill produces detailed analysis by reviewing code changes and is capable of generating both textual and visual report outputs, including polished Markdown or HTML formats.

Does pull request report generation work without external dependencies?

Pull request report generation works without external dependencies. This Skill performs code inspection and references design details internally to produce formal reports, requiring no additional modules or external packages to execute its analysis.

How do I benchmark my code changes against similar systems during a review?

Benchmarking code changes during a review involves comparing design decisions against similar systems. This Skill produces detailed analysis by performing code inspection and referencing implementation details to benchmark the design and explain system impacts.