analyzing-github-reviews

Classifies GitHub PR review comments into Accept, Discuss, or Explain with SSOT-aligned analysis.

Updated Aug 18, 2025
One-click install
npx skills add https://github.com/masa-codehub/gemini_agent --skill analyzing-github-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-github-reviews
Source: https://github.com/masa-codehub/gemini_agent/tree/main/.gemini/skills/analyzing-github-reviews
Command: npx skills add https://github.com/masa-codehub/gemini_agent --skill analyzing-github-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Identify and categorize PR review comments from GitHub to surface actionable fixes.

Core Features & Use Cases

  • Automate classification of PR comments into Accept, Discuss, or Explain to clarify response policies.
  • SSOT-aligned verification by cross-referencing ADRs and specs to ensure alignment with system decisions.
  • Generate structured analysis reports including specific fix plans and recommended implementation steps for traceability.
  • Retrospective insights to capture learnings and feed improvements into future guidelines.

Quick Start

Run this skill to analyze a GitHub PR's review comments and generate a structured analysis report with recommended fixes.

Frequently Asked Questions about analyzing-github-reviews

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

FAQPage Schema
How do I analyze GitHub PR comments to extract actionable fixes?

To analyze GitHub PR comments, you can automate the classification of review feedback into Accept, Discuss, or Explain categories to surface actionable fixes and generate a structured traceability report.

What is the best way to align code review feedback with ADR and SSOT references?

The best way to align code review feedback with ADR and SSOT references is to cross-reference PR comments against architectural decision records and specs to validate system decisions and ensure compliance.

Can I automate classifying PR review comments into Accept, Discuss, or Explain?

Yes, you can automate classifying PR review comments into Accept, Discuss, or Explain categories to clarify response policies and generate a structured analysis report with recommended implementation steps.

How do I generate a structured analysis report for GitHub code reviews?

You can generate a structured analysis report for GitHub code reviews by reading SSOT references to validate decisions and outputting a pr-<Number>-analysis.md file using provided templates for traceability.

Do I need ADR or spec documents to use this code review analysis workflow?

Yes, this code review analysis workflow reads SSOT references like ADRs and specs to validate decisions and ensure alignment, requiring these documents to verify PR comments against system decisions.