review-pr

Analyze Rust pull request diffs and generate inline review suggestions.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawsonblock/OracleOS --skill review-pr-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/dawsonblock/OracleOS/tree/main/Interface/Web/worktrunk-main/.claude/skills/review-pr
Command: npx skills add https://github.com/dawsonblock/OracleOS --skill review-pr-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews can be slow and inconsistent; this Skill automates enforcement of Rust idioms and project conventions, ensuring quality standards are applied uniformly across PRs.

Core Features & Use Cases

  • Automated Rust review: evaluates diffs for idiomatic Rust, project conventions, and potential issues.
  • Conversation-aware reviews: considers prior bot feedback to avoid repeating critique.
  • Inline-suggestion workflow: generates precise inline fixes and tracks thread resolution through the PR lifecycle.

Quick Start

Provide a PR number to initiate an automated PR review.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate Rust PR reviews for consistent code quality?

Automated Rust PR reviews evaluate diffs for idiomatic Rust and project conventions, ensuring uniform quality standards across pull requests by generating actionable inline suggestions.

How does conversation-aware PR review handle prior bot feedback?

Conversation-aware PR review handles prior bot feedback by referencing it during analysis to avoid repeating critiques. This ensures incremental reviews remain relevant and track thread resolution through the PR lifecycle.

Can I generate inline suggestions for Rust code diffs during a pull request review?

Yes, you can generate inline suggestions for Rust code diffs during a pull request review. The workflow analyzes the changes and produces precise, actionable inline fixes directly within the PR.

What is included in the automated PR reviewer workflow for Rust projects?

The automated PR reviewer workflow for Rust projects includes guidelines for preflight checks, incremental review, and resolution tracking. It analyzes diffs and references prior bot feedback to generate structured reviews.

Does the Rust pull request review workflow support tracking thread resolution?

Yes, the Rust pull request review workflow supports tracking thread resolution. It manages the PR review lifecycle by referencing prior bot feedback and generating inline suggestions while monitoring conversation resolution.

Why are automated Rust code reviews better than manual checks for project conventions?

Automated Rust code reviews are better than manual checks because they apply quality standards uniformly across PRs, preventing the slow and inconsistent enforcement of Rust idioms that often occurs during manual evaluations.