review

Automates a senior-level review of GitHub pull requests before shipping.

11|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/pillip/claude-dev-kit --skill review-pillip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/pillip/claude-dev-kit/tree/main/skills/review
Command: npx skills add https://github.com/pillip/claude-dev-kit --skill review-pillip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs a senior-level review of PRs, surfacing actionable fixes, tests, and review notes to improve code quality before shipping.

Core Features & Use Cases

  • Conducts a thorough PR evaluation to ensure correctness, maintainability, and security.
  • Provides minimal, targeted fixes and recommendations to unblock merges without large rewrites.
  • Enforces a checkpoint-driven workflow from context detection to ready-for-merge governance.

Quick Start

Submit a PR for review and run the review workflow to begin the audit.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate a senior-level pull request review for GitHub repositories?

To automate a pull request review, submit your PR to trigger a scripted workflow that detects context and evaluates code quality. It surfaces actionable fixes, tests, and review notes before shipping.

What is included in an automated code quality assessment workflow?

An automated code quality assessment includes checkpoint-driven evaluation of correctness, maintainability, security, and documentation. It provides minimal targeted fixes to unblock merges without requiring large rewrites.

How do I run a security review on a pull request before merging?

To run a security review, the workflow applies governance checkpoints to your PR to identify vulnerabilities. It evaluates code changes and provides notes on security improvements before push readiness.

Does this automated PR review require large rewrites to unblock a merge?

No, this automated PR review provides minimal, targeted fixes and recommendations to unblock merges. It surfaces actionable code quality improvements without forcing large rewrites.

Can I use this to check documentation updates as part of my code review?

Yes, you can use it to check documentation updates during your code review. The workflow includes documentation governance as a checkpoint to ensure updates are evaluated before shipping.