code-review

Analyze code changes and output prioritized review notes.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/IEatCodeDaily/cli-dotfiles --skill code-review-ieatcodedaily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/IEatCodeDaily/cli-dotfiles/tree/main/configs/claude-code/skills/code-review
Command: npx skills add https://github.com/IEatCodeDaily/cli-dotfiles --skill code-review-ieatcodedaily

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a rigorous, repeatable code-review process by analyzing changes and producing structured, actionable feedback that helps teams improve correctness, readability, and maintainability.

Core Features & Use Cases

  • Rubric-driven: Applies a prioritized rubric covering correctness, edge cases, readability, and security.
  • Diff-aware reviews: Evaluates diffs, PRs, and patches, including staged or unstaged changes.
  • Guided improvements: Recommends concrete improvements, examples, and follow-up actions for developers.

Quick Start

Ask the AI to review the latest changes in the current branch or a PR link 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 get structured feedback on a pull request?

To get structured feedback on a pull request, provide the PR link or diff to the AI. It analyzes the code changes against a rubric for correctness, maintainability, tests, and security, then outputs prioritized review notes.

What is the best way to review staged and unstaged changes for security and maintainability?

Reviewing staged and unstaged changes for security and maintainability involves applying a structured rubric to the diff. This process evaluates code changes to produce actionable feedback covering edge cases, readability, and potential vulnerabilities.

Can I use automated code review for diffs and patches across common workflows?

Yes, you can use automated code review for diffs and patches across common workflows. The analysis evaluates code changes from various sources and enforces a rubric covering correctness, maintainability, tests, and security to guide improvements.

How do I generate actionable review notes from a code diff?

To generate actionable review notes from a code diff, input the changes into the review process. It applies a prioritized rubric to analyze the diff and outputs concrete improvement recommendations, examples, and follow-up actions for developers.

Does rubric-driven code review cover correctness and edge cases?

Yes, rubric-driven code review explicitly covers correctness and edge cases. The rubric also extends to evaluate readability, maintainability, tests, and security, ensuring comprehensive and structured feedback for improving code quality.