github-impact

Generate business and technical impact reports for GitHub pull requests.

9|2|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/atournayre/claude-marketplace --skill github-impact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-impact
Source: https://github.com/atournayre/claude-marketplace/tree/main/github/skills/github-impact
Command: npx skills add https://github.com/atournayre/claude-marketplace --skill github-impact

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes references (resource) components.

What problem does it solve?

This Skill eliminates the time-consuming manual analysis of GitHub pull requests by automatically generating comprehensive business and technical impact reports, saving developers and reviewers hours of manual work.

Core Features & Use Cases

  • Automated PR Analysis: Instantly analyzes code changes, dependencies, and test coverage across your pull request.
  • Dual Report Generation: Creates both business-focused and technical-focused impact assessments in a single command.
  • Use Case: Imagine you're reviewing a complex PR with 50+ files. Use this Skill to automatically identify breaking changes, security implications, and user impact - all without manual code review.

Quick Start

Use the github-impact skill to analyze pull request #123 and generate business and technical impact reports.

Frequently Asked Questions about github-impact

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

FAQPage Schema
How do I automatically analyze GitHub pull request impact?

Automated PR analysis generates business and technical impact reports by examining code changes, dependencies, test coverage, and file modifications. The Skill creates dual reports identifying breaking changes, security implications, and user impact without manual review.

What does a technical impact report include for pull requests?

Technical reports assess modified files, detect language dependencies (PHP, JavaScript, templates), evaluate test coverage, and summarize architectural changes. Reports are written to .analysis-reports and integrated into the PR description using markers.

Can I use this Skill without configuring the GitHub CLI?

No, the gh CLI must be configured and authenticated. The Skill requires gh to access pull request data, analyze diffs, and update PR descriptions programmatically.

How do I start analyzing a pull request with this Skill?

Use the github-impact Skill with your PR number to instantly generate business and technical reports. Reports analyze all changes, dependencies, and test coverage, then integrate findings into your PR description automatically.

What's the best way to review large pull requests with many files?

Automated PR analysis excels at large reviews by instantly identifying breaking changes, security implications, and user impact across 50+ files. Reports reduce manual analysis time and surface the most critical changes first.

Does this work with all GitHub repository types?

The Skill analyzes any GitHub pull request where gh CLI is authenticated. It detects dependencies across PHP, JavaScript, and templates, making it suitable for mixed-language repositories and diverse codebases.