Pr Review

Review pull requests against team standards and generate actionable feedback reports.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/tiagofur/kakoclaw --skill pr-review-tiagofur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pr Review
Source: https://github.com/tiagofur/kakoclaw/tree/main/.context/skills/pr-review
Command: npx skills add https://github.com/tiagofur/kakoclaw --skill pr-review-tiagofur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull requests are frequently blocked by inconsistent reviews and missed standards. This Skill helps enforce team guidelines automatically during PR reviews, ensuring consistent quality and faster merge readiness.

Core Features & Use Cases

  • Automated policy checks: Verifies PRs against contribution guidelines, style rules, and required tests.
  • Actionable feedback: Produces clear, targeted suggestions to improve code quality and maintainability.
  • Use Case: When a PR is opened, generate a concise checklist of necessary changes and a suggested review comment ready to post in the PR thread.

Quick Start

Review a given PR and generate an actionable feedback report.

Frequently Asked Questions about Pr Review

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

FAQPage Schema
How do I enforce team standards and style rules during a pull request review?

To enforce team standards during a pull request review, you can apply automated policy checks that verify code against contribution guidelines and style rules. This generates actionable feedback and a concise checklist of necessary changes directly in your PR thread.

What is the best way to automate code review checklists for merge readiness?

Automating code review checklists for merge readiness involves verifying required tests and documentation within your PR pipelines. It produces clear, targeted suggestions to improve maintainability and confirms the branch meets contribution guidelines before merging.

Can I generate actionable feedback for multiple repositories automatically?

Yes, you can generate actionable feedback across multiple repositories by applying consistent review policies within your PR pipelines. It surfaces targeted suggestions to improve code quality and maintainability regardless of the specific repository being reviewed.

Does automated PR review check for test coverage and documenting changes?

Automated PR review checks for test coverage and documenting changes by verifying pull requests against your configured contribution guidelines. It ensures required tests are present and produces a suggested review comment ready to post in the PR thread.

Why do pull requests get blocked by inconsistent code reviews and how to fix it?

Pull requests get blocked by inconsistent reviews due to missed standards and varying manual checks. You can fix this by applying automated policy checks to enforce team guidelines uniformly, ensuring consistent quality and faster merge readiness across your codebase.