code-review

Review code changes against provided rules and generate refactor recommendations.

198|19|Updated Sep 15, 2025
One-click install
npx skills add https://github.com/iterate/iterate --skill code-review-iterate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/iterate/iterate/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/iterate/iterate --skill code-review-iterate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you verify that a set of code changes follows a defined rule set and produces actionable refactors when violations are found.

Core Features & Use Cases

  • Rule-by-rule compliance checking: Evaluates each provided rule individually and identifies violations with quoted offending code and an explanation.
  • Refactor and solution proposals: Produces multiple fix options per issue, including recommendations and reasoning tailored to the rule being violated.
  • Consolidated review reporting: Writes a consolidated markdown report into a local scratch file in the repo to support iterative remediation discussions.
  • Use case: You change a PR, want deterministic review outcomes against team rules in docs/jonasland-rules.md, and need both compliance evidence and concrete refactor directions.

Quick Start

Ask the code-review skill to review your selected code changes against the rules in docs/jonasland-rules.md and produce a consolidated markdown report with quoted violations and refactor options.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a PR against custom team rules?

Automated code review evaluates selected code changes against your defined rules, identifying violations with quoted offending code and generating refactor proposals in a markdown report.

What is the best way to generate refactoring recommendations for a diff?

Generating refactoring recommendations for a diff involves mapping each violated rule to concrete fix options with detailed reasoning, consolidating the evidence and solutions into a structured markdown report.

How does rule-based compliance checking work for code changes?

Rule-based compliance checking works by evaluating a change-set diff individually against each provided rule, matching specific patterns to verify adherence and flagging violations with explanations.

Can I get a markdown report of code violations and proposed fixes?

Yes, you can generate a consolidated markdown report that documents code violations, quotes the offending lines, and lists multiple proposed fixes to support iterative remediation discussions.

How do I audit code changes for compliance with specific engineering quality standards?

Auditing code changes for compliance requires selecting the change source and applying targeted rule-based validation to verify engineering quality standards, outputting structured recommendations for any violations found.