review-pr

Review pull requests for production-readiness against project conventions.

230|29|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/fpindej/netrock --skill review-pr-fpindej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/fpindej/netrock/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/fpindej/netrock --skill review-pr-fpindej

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the review of pull requests, ensuring code adheres to project conventions and production-readiness standards before merging.

Core Features & Use Cases

  • Automated Code Review: Checks code against a defined set of rules and conventions.
  • Production Readiness Check: Verifies correctness, type safety, security, and adherence to project patterns.
  • Use Case: Before merging a new feature, use this Skill to perform a thorough review, flagging any potential issues related to security, conventions, or correctness.

Quick Start

Use the review-pr skill to review the pull request for the current branch.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for pull requests before merging to production?

Automating code review for pull requests involves checking code changes against project conventions and a production-readiness checklist. This Skill analyzes correctness, type safety, and security to flag potential issues before merging.

What is production readiness in the context of a GitHub pull request?

Production readiness for a GitHub pull request means verifying correctness, type safety, security, and adherence to project patterns. This Skill systematically reviews these areas to ensure the code is safe to merge.

Does this automated pull request review require GitHub CLI and local file access?

Yes, this pull request review requires GitHub CLI to interact with pull requests and local file system access to read project convention documents for accurate automated checks.

How do I ensure my code changes follow project conventions automatically?

To ensure code changes follow project conventions automatically, this Skill reads local convention documents and analyzes the pull request diffs against them, flagging any deviations before merging.

Can I check for security and type safety issues in my pull request before merging?

Yes, you can check for security and type safety issues in your pull request before merging. This Skill performs a thorough production-readiness review, flagging potential vulnerabilities and type errors.

What is the best way to verify production readiness for a new feature branch?

The best way to verify production readiness for a new feature branch is using this Skill to review the current branch's pull request, applying a comprehensive checklist to code changes before merging.