pr-comment-scorer

Score GitHub PR review comments for action priority and triage.

4|Updated Jul 16, 2012
One-click install
npx skills add https://github.com/takashabe/dotfiles --skill pr-comment-scorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-scorer
Source: https://github.com/takashabe/dotfiles/tree/main/.claude/skills/pr-comment-scorer
Command: npx skills add https://github.com/takashabe/dotfiles --skill pr-comment-scorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRのレビューコメントをスコアリングし、対応すべきかトリアージする。 コメントを修正する前に、技術的妥当性・影響度・false positive度を評価し、対応優先度を判定する。

Core Features & Use Cases

  • PRコメントのグルーピングと重複指摘の集約
  • コメントごとの技術的妥当性・影響度・対応優先度・false positive度のスコアリング
  • スコア結果に基づくマージ判断の補助とトリアージ用レポート作成

Quick Start

PRコメントをスコアリングして優先度を決定するために、対象リポジトリのPRコメントをこのスキルに渡してください。

Frequently Asked Questions about pr-comment-scorer

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

FAQPage Schema
How do I triage GitHub PR review comments to determine which ones require action?

Scoring PR review comments involves evaluating technical validity, impact, priority, and false-positive risk across multiple files. It groups duplicate comments and outputs per-comment scores with recommended actions to streamline triage.

What is the best way to prioritize code review comments across multiple files in a GitHub PR?

Prioritizing code review comments across multiple files requires evaluating technical validity and impact. This skill aggregates duplicate issues and applies scoring to generate a triage report assisting merge decisions based on comment priority.

Can I automatically detect false positives in GitHub PR code comments?

Yes, you can evaluate false-positive risk in GitHub PR code comments by applying scoring criteria. The skill assesses each comment's technical validity and false-positive probability to recommend whether action is actually required before merging.

How do I group and consolidate duplicate PR review comments before fixing them?

Grouping duplicate PR review comments is handled by aggregating similar issues across code comments and issue-level notes. The skill consolidates these grouped comments and applies scoring to produce a single triage report with recommended actions.

Does this PR comment scoring approach work with issue-level notes as well as inline code comments?

Yes, this PR comment scoring approach works with both inline code comments and issue-level notes across GitHub PR workflows. It evaluates all comment types using technical validity and impact scores to output actionable triage priorities.