code-review

Identify and report code change issues using a five-reviewer evaluation framework.

22|2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/tmchow/tmc-marketplace --skill code-review-tmchow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/tmchow/tmc-marketplace/tree/main/plugins/iterative-engineering/skills/code-review
Command: npx skills add https://github.com/tmchow/tmc-marketplace --skill code-review-tmchow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of aggregating and structuring expert feedback on code changes, ensuring consistent quality reviews across teams.

Core Features & Use Cases

  • Uses a five-reviewer framework (correctness, security, performance, simplicity, testing) to validate changes.
  • Supports Standalone and iterative workflow usage, with configurable review modes.
  • Produces a deduplicated, consolidated report suitable for PR milestones and team sign-off.

Quick Start

Review the latest commit changes with all five reviewers to generate a structured feedback report.

Frequently Asked Questions about code-review

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

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

Structure pull request feedback using a multi-reviewer framework evaluating correctness, security, performance, simplicity, and testing. This generates a deduplicated, consolidated report suitable for team sign-off.

What is a multi-reviewer framework for code changes?

A multi-reviewer framework for code changes coordinates five expert perspectives—correctness, security, performance, simplicity, and testing—to validate updates and deduplicate findings into a single formatted report.

How do I run a quick code review on a large diff?

Run a quick code review on a large diff by configuring quick-mode reviewer settings, which assess the changes across five perspectives and output a consolidated, deduplicated feedback report.

Can I use this for security reviews across different programming languages?

Yes, you can apply this security review framework to large diffs across various programming languages, assessing code changes iteratively or as standalone reviews.

Does this code review tool support iterative implementation workflows?

Yes, this code review tool supports iterative implementation workflows by applying a formal evaluation framework to track issues across multiple review cycles and produce updated consolidated reports.

What is the difference between full-mode and quick-mode code reviews?

Full-mode and quick-mode code reviews differ by reviewer configuration depth, allowing you to balance comprehensive feedback across five perspectives with faster evaluation speeds for large diffs.