One-click install
npx skills add https://github.com/lalomorales22/penguins --skill review-pr-lalomorales22
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/lalomorales22/penguins/tree/main/.agents/archive/review-pr-v1
Command: npx skills add https://github.com/lalomorales22/penguins --skill review-pr-lalomorales22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates thorough GitHub pull request analysis without performing merges, delivering structured feedback and readiness assessments.

Core Features & Use Cases

  • Structured PR evaluation: generates an organized review with recommendations on readiness to land.
  • Safety-first workflow: never pushes or merges, preserving the target branches.
  • Guided execution and artifacts: uses a deterministic worktree and saves a complete report and metadata locally.

Quick Start

Run the review-pr workflow on a PR to generate a structured evaluation and save it to the local review file.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I review a GitHub pull request without merging it?▼

This Skill reviews GitHub pull requests without merging by applying a deterministic, worktree-based workflow that saves a structured evaluation to .local/review.md and PR metadata to .local/pr-meta.env using the gh CLI and git.

What is included in an automated pull request readiness assessment?▼

An automated pull request readiness assessment delivers a structured evaluation with risk flags, actionable feedback, and clear recommendations on landing the PR, saved locally as a review report.

Can I use the gh CLI to generate a code review report locally?▼

Yes, the workflow uses the gh CLI and git within a worktree to generate a structured code review report locally, saving both the evaluation and PR metadata to the .local directory.

Does a safety-first code review workflow modify the target branch?▼

No, a safety-first code review workflow never pushes or merges, preserving the target branches completely while it evaluates the pull request and generates a readiness report.

What are the limitations of automated pull request risk assessment?▼

Automated pull request risk assessment is limited to generating structured evaluations and risk flags without performing merges, meaning users must manually act on the saved local recommendations.