review-pr

Review GitHub pull requests and post inline comments via the GitHub API.

60|8|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/albinotonnina/echos --skill review-pr-albinotonnina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/albinotonnina/echos/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/albinotonnina/echos --skill review-pr-albinotonnina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs a thorough, project-aware code review on the current PR and posts it to GitHub as a real review with inline comments via the GitHub API.

Core Features & Use Cases

  • Thorough, hands-on review of diffs including logic correctness, security, and test coverage.
  • Generates inline, actionable feedback and posts it as GitHub review comments to streamline code quality assurance.
  • Works well for reviews in git worktrees and for automated, deterministic review workflows.

Quick Start

Run a thorough PR review against the current branch and post the results to GitHub with inline comments via the GitHub API.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request reviews with inline comments on GitHub?

Automated PR reviews are performed by analyzing PR context, changed files, and commits, then posting the resulting inline feedback directly to GitHub via the API. It assesses logic correctness, security, type safety, and test coverage to generate actionable review comments.

What does project-aware code review analysis cover?

Project-aware code review analysis covers logic correctness, security, type safety, error handling, and test coverage. It gathers PR metadata and classifies changed files to provide targeted, inline feedback with recommended fixes across multiple assessment angles.

Can I run automated code reviews in git worktrees?

Yes, automated code reviews work well in git worktrees. The Skill evaluates the current branch diff and posts the results to GitHub, supporting deterministic review workflows across isolated worktree environments.

How do I post inline code review feedback to GitHub automatically?

You can post inline code review feedback automatically by executing the multi-angle assessment and generating actionable comments. The Skill uses the GitHub API to submit these inline comments as a real review on the pull request.

Does the automated PR review evaluate security and type safety?

Yes, the automated PR review evaluates security and type safety. It executes a multi-angle assessment that specifically covers logic correctness, security vulnerabilities, type safety, error handling, and test coverage to generate recommended fixes.