code-reviewer

Analyze local code changes or remote pull requests and produce structured review feedback.

2|7|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/chidekina/aria-superpowers --skill code-reviewer-chidekina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/chidekina/aria-superpowers/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/chidekina/aria-superpowers --skill code-reviewer-chidekina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes to ensure correctness, maintainability, and adherence to project standards across both local worktree changes and remote Pull Requests.

Core Features & Use Cases

  • Determine review target: local changes (staged/unstaged) or remote PR by ID or URL.
  • In-depth evaluation: correctness, maintainability, readability, efficiency, security, edge cases, and testability.
  • Structured feedback: provide a concise summary, detailed findings (critical, improvements, nitpicks), and actionable recommendations.

Quick Start

Request a review by specifying the target (local changes or PR) and asking for a structured assessment.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I do a code review on a pull request and local changes?

Code review for a pull request or local changes analyzes staged, unstaged, or remote PR modifications by ID or URL to evaluate correctness, maintainability, readability, efficiency, and security.

What is the best way to check code quality before submitting a PR?

Checking code quality before a PR involves evaluating local worktree changes against team standards, covering edge cases, testability, and efficiency to produce structured, actionable recommendations.

Can I review a remote pull request by its ID or URL?

Yes, you can review a remote pull request by specifying its ID or URL. The review target determination applies to both remote PRs and local worktree changes.

What does a structured code review assessment include?

A structured code review assessment includes a concise summary, detailed findings categorized by critical issues, improvements, and nitpicks, followed by actionable recommendations for the code changes.

Does static analysis for code review cover security and edge cases?

Static analysis for code review covers security and edge cases. It evaluates code changes to ensure correctness and maintainability while applying quality assurance standards across the review process.

When do I need to review local worktree changes for maintainability?

You need to review local worktree changes for maintainability when ensuring code correctness and adherence to project standards before finalizing local modifications or submitting a pull request.