🔍
QualityTypeScript

PR Review Analysis

by breaking-brake

PR Review Analysis is a Quality skill for Claude Code, published by breaking-brake in cc-wf-studio.

5.4K stars571 forkson breaking-brake/cc-wf-studioAdded 2026/08/16Repository updated 2026/08/09
agent-skillsclaude-codemcp-toolsslash-commandssub-agentsvscode-extensionworkflow-automation
Install in seconds
Install PR Review Analysis
Copy PR Review Analysis into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/breaking-brake/cc-wf-studio/tree/main/.claude/skills/pr-review-analysis ~/.claude/skills/pr-review-analysis

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/breaking-brake/cc-wf-studio.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/pr-review-analysis/SKILL.md in breaking-brake/cc-wf-studio
Installs to
~/.claude/skills/pr-review-analysis
Collection
One of 11 skills cataloged from this repository
Category
Quality1354 skills

What PR Review Analysis does

PR Review Analysis fetches review comments from a pull request, verifies each finding against the actual codebase, and reports validity with recommended actions. It can also suggest replies to each comment after fixes.

PR Review Analysis is cataloged under Quality on DirSkills. PR Review Analysis comes from a repository tagged agent-skills, claude-code, mcp-tools, slash-commands and sub-agents.

Documentation

README

PR Review Analysis

GitHub PR のレビューコメントを取得・分析し、各指摘の妥当性を検証してレポートを出力する。

Workflow

Step 1: レビューコメントの取得

  1. ユーザーから PR の URL またはリポジトリ情報と PR 番号を受け取る
  2. gh api を使ってレビューコメントを取得する:
    gh api repos/{owner}/{repo}/pulls/{number}/reviews
    gh api repos/{owner}/{repo}/pulls/{number}/comments
    
  3. コメントの一覧をパースし、指摘内容・対象ファイル・行番号を整理する

Step 2: 各指摘の検証

各レビューコメントについて:

  1. 該当コードの確認: 指摘が参照するファイルと行を Read ツールで読む
  2. 指摘内容の分析: レビューアの主張が技術的に正しいか検証する
  3. 妥当性の判定:
    • 正当 (Valid): 指摘が正しく、修正が必要
    • 不当 (Invalid): 指摘が誤っている、または該当しない
    • ⚠️ 部分的に正当 (Partial): 指摘の一部は正しいが、完全には当てはまらない

Step 3: 影響範囲の確認

指摘が参照するパターン(バグ、アンチパターン等)が他のファイルにも存在するか Grep ツールで確認する。 同一パターンが複数箇所にある場合、それらも報告に含める。

Step 4: レポート出力

以下の形式でまとめを出力する:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Review Analysis

  • What else does breaking-brake publish alongside PR Review Analysis?

    PR Review Analysis is one of 11 skills that DirSkills catalogs from breaking-brake/cc-wf-studio, the repository it ships in. Its siblings there include CC Workflow AI Editor, CCWF CLI and Jira Driven Planning. Each one is a separate skill with its own page in this directory, installs the same way PR Review Analysis does, and is maintained by breaking-brake in that same repository. The rest of the collection is listed on the breaking-brake/cc-wf-studio page.

  • How does PR Review Analysis compare to other Quality skills?

    PR Review Analysis ranks #285 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Review Analysis against them. Open each page to compare what they document and how they install.

More from breaking-brake/cc-wf-studio

PR Review Analysis is one of 11 skills cataloged on DirSkills from breaking-brake/cc-wf-studio.

See all 11 skills
🧠
2w ago

CC Workflow AI Editor

CC Workflow AI Editor creates and edits visual AI agent workflows through interactive conversation using MCP tools. Use it to create new workflows, modify existing ones, or edit the workflow canvas in CC Workflow Studio via the built-in MCP server.
AI Engineering
5.4K571
⚙️
2w ago

CCWF CLI

CCWF CLI renders, validates, previews, exports, and runs cc-wf-studio workflow JSON files from the terminal. Use it when viewing, visualizing, checking, executing, or converting workflows under .vscode/workflows/.
Automation
5.4K571
🗂️
2w ago

Jira Driven Planning

Jira Driven Planning turns Jira ticket requirements and related Confluence docs into a structured implementation plan split into Frontend, Backend, and Infrastructure tasks. Use it when you need to break down a ticket into a reviewable plan before coding.
AI Engineering
5.4K571
💡
2w ago

Next Idea

Next Idea runs one unattended ideation iteration of an autonomous value-creation loop: it orients from the repo plan, invents user-visible improvements, judges them against a value bar, and files winners as locked idea issues. Use when the user asks for proposals without implementation.
Automation
5.4K571
🧪
2w ago

Next QA

Next QA runs one unattended iteration of the quality-assurance loop: stewards in-flight QA PRs and builds one queued qa issue on a branch off auto-qa, opening a PR that squash-merges on green CI. Adds tests and tooling only; never edits product source. Use for 'QAタスク', 'next qa', or quality-track progress.
Quality
5.4K571
🔍
2w ago

Next QA Idea

Next QA Idea scans a codebase for the highest-value untested behavior, judges it against a QA value bar, and files one locked `qa` issue specifying the test to write. Use it when the user asks for QA ideation or to refill the QA backlog without implementation.
Quality
5.4K571