check-pr

Automate pull request reviews by addressing CI and Copilot comments inline.

4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/blamechris/repo-relay --skill check-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-pr
Source: https://github.com/blamechris/repo-relay/tree/main/.claude/skills/check-pr
Command: npx skills add https://github.com/blamechris/repo-relay --skill check-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of checking pull requests for review comments, particularly from automated tools like Copilot, ensuring code quality and preventing merge blockers.

Core Features & Use Cases

  • Automated Review Comment Analysis: Fetches and analyzes review comments on a pull request.
  • Copilot Integration: Waits for and processes Copilot reviews, handling completion, in-progress states, and timeouts.
  • Inline Comment Replies: Crafts and posts specific, detailed inline replies to each review comment, either confirming fixes with commit hashes or explaining why a comment is erroneous.
  • Issue Cross-referencing: Checks for and closes related open issues that are resolved by the PR fixes.
  • Use Case: After pushing changes to a feature branch, you can ask this Skill to "Check PR #123 for review comments." It will wait for CI and Copilot to finish, then address any comments by making fixes, committing them, and replying inline with details, ensuring the PR is clean and ready for merge.

Quick Start

Ask the agent to check a specific pull request number for review comments.

Frequently Asked Questions about check-pr

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

FAQPage Schema
How do I automate GitHub pull request review comments from CI and Copilot?

You can automate pull request review by waiting for CI and Copilot reviews to finish, fetching all comments, and addressing each individually with inline replies that detail fixes or explanations to resolve threads.

How does Copilot integration handle pending reviews on a pull request?

Copilot integration handles pending reviews by waiting for Copilot to finish, managing in-progress states and timeouts, then fetching and analyzing the resulting review comments to address them individually.

Can I automatically reply to inline code review comments with commit hashes?

Yes, you can automatically reply to inline code review comments by crafting specific responses that confirm fixes with commit hashes or explain why a comment is erroneous directly within the pull request thread.

Does this automated code review process cross-reference fixes with open issues?

Yes, the automated code review process checks for related open issues that are resolved by the pull request fixes and closes them automatically to ensure repository tracking remains accurate.

What is the best way to ensure pull requests are merge-ready with automated checks?

The best way to ensure pull requests are merge-ready is to automate checks that wait for CI, fetch Copilot reviews, address every comment with inline fixes, and resolve all review threads before merging.