code-reviewer

Review local diffs and remote PRs for correctness and maintainability.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yourdevujjawal/truerdp --skill code-reviewer-yourdevujjawal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/yourdevujjawal/truerdp/tree/main/.agents/skills/code-reviewer
Command: npx skills add https://github.com/yourdevujjawal/truerdp --skill code-reviewer-yourdevujjawal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers perform thorough and consistent code reviews for both local changes and remote pull requests, ensuring code quality and adherence to project standards.

Core Features & Use Cases

  • In-depth correctness and maintainability checks for diffs in local working trees and PRs.
  • Structured feedback with actionable suggestions (issues, improvements, and tests).
  • Use Case: When a teammate submits a PR, run reviews and produce a clear, prioritized checklist.

Quick Start

To begin, load the target changes (local diffs or a remote PR) and run the standard code-review workflow.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for a pull request?

Automate code review for a pull request by loading the remote PR via number or URL and running the review workflow to generate structured, actionable feedback. This process reads diffs and optionally runs preflight checks to ensure correctness and maintainability.

Can I review local git changes before creating a commit?

Yes, you can review local git changes before committing by applying the review workflow to staged or unstaged worktree diffs. It analyzes the local changes for correctness and adherence to project standards, delivering a prioritized checklist of issues.

What is the best way to check code maintainability on local diffs?

The best way to check code maintainability on local diffs is to run a static analysis review workflow that evaluates working tree changes against project standards. This produces a structured checklist highlighting issues, improvements, and necessary tests.

Does static analysis work with remote PRs identified by URL?

Static analysis works with remote PRs identified by URL or PR number by reading the remote diffs and applying correctness checks. It delivers actionable suggestions and improvements aligned with the team's review guidelines.

How do I get structured feedback on a git pull request?

Get structured feedback on a git pull request by running a review workflow that evaluates the PR diff for correctness and maintainability. It outputs a clear, prioritized checklist containing actionable issues, improvements, and test suggestions.