code-review-analyzer

Analyze GitHub PR review comments and generate actionable recommendations with impact assessments.

1|Updated Jul 11, 2019
One-click install
npx skills add https://github.com/crsiebler/dotfiles --skill code-review-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-analyzer
Source: https://github.com/crsiebler/dotfiles/tree/main/ai/opencode/skills/code-review-analyzer
Command: npx skills add https://github.com/crsiebler/dotfiles --skill code-review-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze GitHub PR code reviews and provide structured breakdowns of recommendations, impact assessment, and change descriptions.

Core Features & Use Cases

  • Fetch all review comments from a GitHub PR using REST API
  • Analyze each comment for actionable recommendations and impact level
  • Generate clear descriptions of suggested changes with code examples
  • Group related comments by theme, file, or priority
  • Provide implementation guidance and effort estimates

Quick Start

Supply a PR number to analyze its review comments and generate an actionable breakdown.

Frequently Asked Questions about code-review-analyzer

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

FAQPage Schema
How do I analyze GitHub PR code reviews to extract actionable recommendations?

To analyze GitHub PR code reviews, supply a PR number to fetch review comments via REST API, assess impact levels, and group recommendations by file, theme, or priority. This generates a structured breakdown of actionable code changes and implementation guidance.

Can I group GitHub PR review comments by priority and theme?

Yes, you can group GitHub PR review comments by theme, file, or priority. The analysis evaluates each comment to categorize recommendations, providing structured change descriptions and implementation guidance based on the grouped feedback.

How do I generate change descriptions with implementation guidance from PR feedback?

Generating change descriptions from PR feedback involves fetching comments via the GitHub REST API and analyzing them for impact. The output includes clear descriptions of suggested changes, code examples, and effort estimates to guide implementation.

Do I need to manually specify the repository to fetch PR review comments?

No, you do not need to manually specify the repository to fetch PR review comments. The tool auto-detects the repository and validates PR accessibility, requiring only the PR number to start extracting feedback.

Can I configure the depth and limits of GitHub PR code review analysis?

Yes, you can configure the depth and limits of your GitHub PR code review analysis. This configurable processing allows you to control the scope of fetched comments and the generated breakdown of recommendations and impact assessments.

What is the best way to assess the impact of code review comments on a GitHub PR?

The best way to assess the impact of code review comments is to analyze each comment individually for its effect on the codebase. This approach generates impact levels, effort estimates, and grouped actionable recommendations for the GitHub PR.