PR Description Review

PR Description Review is a skill for Claude Code from s977043/river-review. It costs 29 tokens per session (903 once invoked), scanned A, original, MIT.

A review rule for pull request descriptions, checking whether the explanation matches the code changes and contains the information reviewers need.

In plain words
What is it for?
It checks the Why and What, affected areas, breaking changes, testing approach, related links, and consistency between the description and the diff.
Why use it?
It exposes missing context or contradictions before review, such as unexplained impact, absent test details, or changes that the description does not mention.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the river-review plugin — 138 skills, 18 commands, 5 agents, 3 hooks shipped together

Good fit It checks the Why and What, affected areas, breaking changes, testing approach, related links, and consistency between the description and the diff.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s977043/river-review/pr-description
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add s977043/river-review --skill pr-description
Clone the repo
git clone --depth 1 https://github.com/s977043/river-review

Made for: Claude Code.

Or install river-review, the plugin that ships this one along with the rest of its 138 skills, 18 commands, 5 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for PR Description Review

README.md
[![agentmods](https://agentmods.dev/badge/skills/s977043/river-review/pr-description.svg)](https://agentmods.dev/skills/s977043/river-review/pr-description)
Your own site
<a href="https://agentmods.dev/skills/s977043/river-review/pr-description"><img src="https://agentmods.dev/badge/skills/s977043/river-review/pr-description.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 903 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00903
Opus 5 $0.00015 $0.00451
Sonnet 5 $0.00006 $0.00181
Haiku 4.5 $0.00003 $0.00090

Measured 4d ago against content hash 0c80ed2b1097, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

PR Description Review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/midstream/pr-description/SKILL.md · 76 lines

What it actually says

Pattern declaration

Primary pattern: Reviewer Secondary patterns: Inversion Why: PR 本文の品質と差分整合をレビューする。PR 本文が無い場合は実行不要。

Goal / 目的

  • PR 本文が「レビュー可能な状態」かを確認する(Why/What、影響範囲、テスト方針、関連リンク)。
  • 本文の説明と差分の不整合(説明にあるが差分に無い/差分にあるが説明に無い)を検出する。

Non-goals / 扱わないこと

  • コード品質・命名・型の指摘(他の midstream skill が担当)。
  • 差分に存在しないコードへの推測。
  • PR 本文の文体・体裁の好みの指摘。

Pre-execution Gate / 実行前ゲート

このスキルは以下が満たされない限り NO_REVIEW を返す。

  • inputContext に prDescription が含まれている(PR 本文が利用可能)
  • inputContext に diff が含まれている

ゲート不成立時の出力: NO_REVIEW: pr-description — PR 本文が利用できないため評価対象なし

Guidance

  • Why(変更理由)と What(変更内容)が PR 本文に明記されているか確認する。
  • 本文の説明が差分と一致しているか確認する(記載と実装の乖離を指摘)。
  • 影響範囲・破壊的変更の有無が書かれているか確認する。
  • テスト方針 / 動作確認方法が書かれているか確認する。
  • 関連 Issue / 仕様 / 設計へのリンクがあるか確認する。
  • Closes #N / Fixes #N について、リンク先 Issue の完了条件(受入条件・チェックリスト)が入力から読み取れる場合のみ diff と突合する。未達の条件があれば Refs への変更または残課題の明記を提案する。完了条件が入力から読み取れない場合、この突合は reviewee 側(/pr command)の責務として指摘しない。
  • ja/en 対訳ファイル(*.md*.en.mdpages/ 配下の対)の片側のみが diff に含まれ、本文にその理由が無い場合は指摘する。
  • 本文の宣言(「〜は変更しない」等の変更対象外の宣言、件数・列挙)が実 diff と矛盾していないか確認する。
  • PR 本文に関する指摘は対象を PR-DESCRIPTION:0 として出力する。

False-positive guards / 抑制条件

  • 軽微な変更(タイポ修正等)で本文が簡潔な場合は過剰に要求しない。
  • テンプレート未記入のセクションが明らかに不要な場合は黙る。

Output / 出力例

findings:
  - severity: minor
    file: PR-DESCRIPTION:0
    issue: PR 本文に変更理由(Why)が書かれておらず、レビュアーが意図を判断できない
    suggestion: 「なぜこの変更が必要か」を1〜2文で本文冒頭に追記する
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 76 lines · 29 tokens per session scan A 0c80ed2b1097

Subscribe to this mod's changes

PR Description Review is a skill published in the GitHub repository s977043/river-review (3 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 903 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

opportunity-solution-tree

Build an Opportunity Solution Tree (OST) to structure product discovery — map a desired outcome to customer opportunities, possible solutions, and experiments. Based on Teresa Torres' Continuous Discovery Habits. Use when the team is unclear what to build next, when multiple opportunities compete, or before writing a…

avelikiy/great_cto · 71 tokens

done-blocked

Reusable reporting contract for any agent that hands work back to the pipeline. Forces ONE of two terminal statuses (DONE or BLOCKED) with a specific evidence shape. Stops vague "probably finished" and "kind of stuck" verdicts.

avelikiy/great_cto · 51 tokens

pm-planning

Decomposition methodology for pm agent — turns an approved ARCH document into a Beads task list with explicit dependencies, time-boxes, and acceptance criteria. The pipeline can only orchestrate work it can see; this skill defines what "seeable work" looks like.

avelikiy/great_cto · 57 tokens

vertical-construction

Domain knowledge for the construction vertical (contractors, field crews) so architect and pm don't spec construction products naively. Covers the vocabulary (bid vs estimate, takeoff, retainage, change order, AIA G702/G703, lien waiver, draw schedule), the non-obvious money rules that incumbents like Procore price…

avelikiy/great_cto · 150 tokens

revert

Git-aware revert that understands Draft tracks, phases, and tasks. Safely undo work at task, phase, or track level. Use when the user asks to 'revert this track', 'undo a phase', 'revert task X', or says 'roll back the last task', 'undo this work'.

drafthq/draft · 66 tokens

standup

Generate standup summary from git history, track progress, and Jira/GitHub activity. Read-only — makes no changes to the codebase.

drafthq/draft · 32 tokens