check-review

Retrieves GitHub PR review comments and sorts them by priority categories.

Updated Jul 1, 2024
One-click install
npx skills add https://github.com/biz-Stream/bizprint --skill check-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-review
Source: https://github.com/biz-Stream/bizprint/tree/main/.claude/skills/check-review
Command: npx skills add https://github.com/biz-Stream/bizprint --skill check-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR のレビューコメントを自動で取得・整理し、指摘事項の優先度を明確化して開発者の対応を支援します。

Core Features & Use Cases

  • 自動取得: gh pr view <PR> --comments で PR の全コメントを取得します。
  • 指摘事項の抽出と分類: Code Review コメントを特定し、MUST / SHOULD / NITS / QUESTION の優先度に整理します。
  • 対応フローの自動化: MUST/SHOULD/NITS については自動で修正作業へ着手、QUESTION はユーザー確認後に対応を決定します。修正完了後は完了コメントを投稿します。
  • 再レビューのポーリング: Claude Code が完了通知して再レビューをポーリングするタスクを実行します。

Quick Start

Run /check-review <PR番号> to fetch and triage PR review comments.

Frequently Asked Questions about check-review

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

FAQPage Schema
How do I automatically triage GitHub PR review comments by priority?

Automatically triage GitHub pull request review comments by fetching them via gh CLI and categorizing feedback into MUST, SHOULD, NITS, and QUESTION priorities for efficient resolution.

What is the best way to automate responses to pull request review feedback?

Automate pull request review feedback responses by categorizing comments, automatically starting fixes for MUST, SHOULD, and NITS, posting completion comments, and polling for re-review.

How do I extract and organize MUST and SHOULD comments from a GitHub PR?

Extract and organize MUST and SHOULD comments from a GitHub pull request by retrieving all review comments and sorting them into structured priority categories for targeted developer action.

Does this PR review triage workflow require the gh CLI?

Yes, this PR review triage workflow requires the gh CLI to fetch pull request comments using the command gh pr view <PR> --comments for automated feedback aggregation.

How are QUESTION category comments handled during automated PR review triage?

QUESTION category comments are held during automated PR review triage, requiring user confirmation before proceeding with the appropriate response or fix to ensure accurate handling.

Can I automate the re-review polling process after fixing PR review comments?

Yes, you can automate re-review polling after fixing PR review comments by posting completion notifications and running a polling task to continuously monitor the pull request for new feedback.