code-review

Review code changes for plan adherence, design flaws, and quality issues.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/rupertsworld/skills --skill code-review-rupertsworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/rupertsworld/skills/tree/main/code-review
Command: npx skills add https://github.com/rupertsworld/skills --skill code-review-rupertsworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes for plan adherence, design quality, and clean code, ensuring that new changes align with acceptance criteria and project standards.

Core Features & Use Cases

  • Plan adherence check: verifies that changes satisfy the documented plan and acceptance criteria.
  • Design & quality assessment: evaluates architecture, abstractions, naming, and maintainability.
  • Interactive triage: summarizes findings and proposes concrete fixes, with options to walk through items with the author.
  • Tests & docs alignment: checks for adequate tests and necessary documentation updates.

Quick Start

Provide a thorough, line-by-line review of the given diff, flagging plan adherence gaps, design concerns, and code-quality issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a pull request for design flaws and code quality issues?

To review a pull request, apply a line-by-line diff analysis to identify plan adherence gaps, design flaws, and code-quality issues, producing structured insights with impact, severity, and concrete remediation steps to streamline merges.

What is the best way to check if a code change satisfies acceptance criteria?

Checking acceptance criteria involves verifying plan adherence by comparing the documented plan against the code change, evaluating whether the implementation satisfies the project standards and required architecture boundaries.

Can I use automated code review to assess architecture and maintainability across different programming languages?

Yes, automated code review can be applied to PR diffs, merges, and patches across languages, evaluating architecture, abstractions, naming conventions, and overall maintainability regardless of the specific programming language.

How do I perform a code review that checks for adequate tests and documentation updates?

Performing a code review for tests and docs involves assessing the diff to check for adequate test coverage and verifying that any necessary documentation updates align with the new code changes.

Does interactive triage help propose concrete fixes during a code review?

Yes, interactive triage summarizes review findings and proposes concrete fixes, offering options to walk through specific items with the author to resolve design concerns and code-quality issues efficiently.