pr-check

Apply a structured quality checklist to pull requests and generate a markdown report.

3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/utkudarilmaz/claude-code-setup --skill pr-check-utkudarilmaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-check
Source: https://github.com/utkudarilmaz/claude-code-setup/tree/main/.claude/skills/pr-check
Command: npx skills add https://github.com/utkudarilmaz/claude-code-setup --skill pr-check-utkudarilmaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews are time-consuming and error-prone. This skill streamlines pulling the PR context, applying a structured quality checklist, and producing a concise report to speed up merges.

Core Features & Use Cases

  • Evaluates test coverage, secrets, error handling, and documentation against a quality checklist.
  • Generates a structured, actionable report ready for reviewer teams.
  • Use case: Before merging a PR, run a comprehensive quality review and get a summary with improvements.

Quick Start

Run a full PR quality review on the current pull request and generate a checklist report.

Frequently Asked Questions about pr-check

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

FAQPage Schema
How do I automate pull request quality checks before merge?

Automate pull request quality checks by applying a structured checklist to verify tests, secrets, error handling, breaking changes, commits, and documentation. This generates a markdown report with per-item results, an overall verdict, and prioritized recommendations to speed up merges.

What should a PR review checklist cover?

A PR review checklist should cover test coverage, secrets detection, error handling, breaking changes, commit history, and documentation. Evaluating these areas ensures comprehensive quality assessment and produces an actionable report for reviewer teams.

How do I check a pull request for exposed secrets and breaking changes?

Check a pull request for exposed secrets and breaking changes by running an automated quality assessment against a structured checklist. This evaluates the PR context and produces a markdown report detailing per-item verification results.

Can I generate a markdown report for PR review recommendations?

Yes, you can generate a markdown report for PR review recommendations. The automated quality assessment outputs a structured markdown document containing per-item checklist results, an overall merge verdict, and prioritized improvement recommendations.

Does automated PR review work for any software project?

Automated PR review works across software projects by pulling the PR context and applying a standardized quality checklist. It verifies tests, secrets, error handling, and documentation regardless of the specific software project structure.

Why use automated quality checklists for pull request reviews?

Automated quality checklists streamline pulling request reviews because manual reviews are time-consuming and error-prone. Applying a structured checklist generates a concise, actionable report that speeds up merges and ensures consistent quality verification.