code-review

Validate code changes against plans and generate review reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review completed work for quality, bugs, and standards to ensure plans are correctly implemented and changes meet project criteria.

Core Features & Use Cases

  • Automatically compare code changes against the intended plan
  • Detect deviations, regressions, and non-compliant changes
  • Provide structured feedback and a final review verdict to gate task progression

Quick Start

Invoke the code-review skill after a task completes to automatically validate changes against the plan and surface issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automatically review a pull request for spec compliance and code quality?

To automatically review a pull request for spec compliance, you can invoke a code review skill after task completion to evaluate diffs against the intended plan, detect deviations, and surface quality issues. It generates a final review verdict to gate task progression.

What is testing theatre detection in code review?

Testing theatre detection in code review is the process of identifying superficial or non-functional tests that simulate coverage without actually validating code behavior. It checks for critical issues to ensure changes meet project criteria and enforce genuine quality assurance.

How do I validate code changes against a plan before completing a task?

You can validate code changes against a plan by running an automated review process between tasks that compares the diff with the intended plan. This enforces structured input and evaluates changes for security, broken functionality, and standards compliance.

Can I gate task progression based on code review grades?

Yes, you can gate task progression based on code review grades by applying a review skill within plan-execution workflows. It evaluates diffs, checks for critical issues like security flaws, and generates a final grade and detailed report to block or allow progression.

How do I detect regressions and deviations in a code diff?

To detect regressions and deviations in a code diff, use an automated code review process that compares completed work against the intended plan. It identifies non-compliant changes, security issues, and broken functionality, providing structured feedback.