review-pr

Review the current branch for AGENTS.md compliance and shipping standards before merge.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/dformoso/positronic --skill review-pr-dformoso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/dformoso/positronic/tree/main/skills/shipping/review-pr
Command: npx skills add https://github.com/dformoso/positronic --skill review-pr-dformoso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reviews pull requests for code quality, adherence to the AGENTS.md principles, and compliance with shipping standards before they are merged.

Core Features & Use Cases

  • Code Quality Check: Identifies issues like unnecessary complexity, dead code, and security vulnerabilities.
  • Principle Compliance: Ensures changes align with the AGENTS.md behavioral floor.
  • Pre-merge Review: Conducts a pre-merge sanity pass for PRs touching critical code areas.

Quick Start

Run the /review-pr skill before merging a pull request to ensure code quality and compliance.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I run a pre-merge code review for shipping standards compliance?▼

To run a pre-merge code review, execute the review-pr skill within the Claude Code environment to check your current branch against AGENTS.md principles and shipping standards before merging.

What does an AI-driven PR check look for in a pull request?▼

An AI-driven PR check identifies unnecessary complexity, dead code, and security vulnerabilities while ensuring changes align with behavioral principles and shipping standards before merge.

Can I use this code review skill without installing external dependencies?▼

Yes, you can use this code review skill without external dependencies because it requires no explicit dependencies and runs entirely within the Claude Code environment.

When do I need to run a pre-merge sanity pass on my code?▼

You need to run a pre-merge sanity pass when a pull request touches critical code areas, ensuring code quality and compliance with shipping standards before the final merge.

Does the PR check enforce AGENTS.md principle compliance automatically?▼

Yes, the PR check enforces compliance automatically by reviewing the current branch specifically for adherence to AGENTS.md behavioral principles during the code quality assessment.