pr-review-check

Retrieve and classify review comments on your own pull requests.

2|Updated Apr 6, 2017
One-click install
npx skills add https://github.com/shiiman/dotfiles --skill pr-review-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-check
Source: https://github.com/shiiman/dotfiles/tree/main/ai/codex/skills/pr-review-check
Command: npx skills add https://github.com/shiiman/dotfiles --skill pr-review-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

自分の PR に付いたレビューコメントを確認し、修正対応を実行します。修正の提案や指摘への対応をワークフロー化し、効率的に PR を完成させることができます。

Core Features & Use Cases

  • 自分の PR のレビューコメントを取得して分類・表示します。
  • 指摘事項を修正するための方針を立て、必要に応じて修正を自動提案・適用します。
  • レビュアーへの返信用メッセージを準備し、修正済みの変更をプルリクエストに反映させます。

Quick Start

PRの現在のブランチに対する最新のレビューコメントを取得し、必要に応じて修正を実行します。

Frequently Asked Questions about pr-review-check

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

FAQPage Schema
How do I automatically fix code review comments on my GitHub pull requests?

To automatically fix code review comments on a GitHub pull request, this skill retrieves PR review comments using gh and the GitHub API, categorizes them by priority, and optionally applies fixes directly to your branch.

Can I retrieve and categorize pull request review comments across different repositories?

Yes, you can retrieve and categorize pull request review comments across repositories for PRs you authored. The skill identifies must-fix items, improvements, and clarifications using the GitHub API.

Do I need gh CLI installed to check pull request review comments?

Yes, you need the gh CLI installed and properly authenticated. The skill requires gh for pull request and comment retrieval, along with GitHub API access and safety checks to fetch reviews.

What is the best way to apply fixes from GitHub PR review comments automatically?

The best way to apply fixes from GitHub PR review comments automatically is to surface review feedback, determine necessary fix strategies, and optionally apply the modifications before reflecting changes back on the pull request.

Does pr-review-check work with pull requests authored by other users?

No, pr-review-check is applicable to pull requests you authored. It surfaces review comments on your own PRs to determine necessary fixes across repositories.

What are the limitations of automatically applying fixes to pull request review comments?

The skill handles must-fix, improvements, and clarifications with optional automatic fix application, but requires proper authentication and safety checks to operate, limiting its scope to PRs you authored.