review-pr

Orchestrates pull request review with automated code analysis and comment integration.

399|31|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/tobihagemann/turbo --skill review-pr-tobihagemann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/tobihagemann/turbo/tree/main/skills/review-pr
Command: npx skills add https://github.com/tobihagemann/turbo --skill review-pr-tobihagemann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of reviewing pull requests by automating code analysis, incorporating feedback, and ensuring quality before merging.

Core Features & Use Cases

  • Automated Code Review: Leverages /review-code to analyze changes against the base branch.
  • Comment Integration: Fetches and incorporates PR comments into the review findings.
  • Decision Point: Asks for user confirmation before proceeding to finalization.
  • Use Case: When a developer submits a PR, use this skill to get an AI-driven assessment of the code quality, potential issues, and feedback from comments, all before manual review.

Quick Start

Use the review-pr skill to perform a full review of the current pull request.

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 for my codebase?

Automated pull request reviews use AI-driven code analysis against the base branch to identify quality issues and potential bugs. This process incorporates existing PR comments to ensure comprehensive feedback before human evaluation.

Can I integrate existing PR comments into an automated code review workflow?

Integrating existing PR comments into an automated code review workflow fetches human feedback directly into the AI assessment. This combined context ensures the review addresses both static code quality and previously discussed pull request feedback.

What is the best way to ensure code quality before merging a pull request?

The best way to ensure code quality before merging is to orchestrate a comprehensive review that analyzes code changes, integrates existing PR comments, and confirms implementation readiness, providing an AI-driven assessment before finalization.

Does automated PR review require manual confirmation before finalization?

Automated PR review includes a decision point that asks for user confirmation before proceeding to finalization. This ensures developers maintain control over the merge process after reviewing the automated code analysis and integrated feedback.

How does automated code analysis work for CI/CD pull requests?

Automated code analysis for CI/CD pull requests leverages targeted code review commands to analyze changes against the base branch. It orchestrates a comprehensive review process that fetches PR comments, assesses quality, and optionally triggers finalization.