code-review

Identify quality issues and intent misalignment in git diffs and selected files.

4|Updated Oct 6, 2025
One-click install
npx skills add https://github.com/otrebu/agents --skill code-review-otrebu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/otrebu/agents/tree/main/plugins/development-lifecycle/skills/code-review
Command: npx skills add https://github.com/otrebu/agents --skill code-review-otrebu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Delivers automated pre-review checks and structured reviews to accelerate safe, maintainable coding.

Core Features & Use Cases

  • Pre-Review Checks: Lint, format, and tests validation with optional auto-fix.
  • Targeted Review: Review changes or specific targets with a focused intent.
  • Documentation: Optional write-out to docs/CODE_REVIEW.md.

Quick Start

mode: changes intent: null save: false

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 checks before submitting changes?

Automated code review identifies quality issues and intent misalignment in your git changes or target files. Run it on uncommitted diffs or glob-matched paths, optionally with intent requirements, to catch lint, format, and test problems early with structured output and auto-fix capabilities.

Can I lint, format, and run tests automatically in one workflow?

Yes, pre-review checks support lint, format, and tests validation with optional auto-fix in a single pass. The Skill applies these checks to your changes or specified targets and generates structured review output.

How do I review code changes against project requirements?

Load optional intent to align your code changes with documented requirements. The Skill reviews git diffs or selected paths for quality issues and intent misalignment, then outputs structured results you can optionally save to docs/CODE_REVIEW.md.

Can I review specific files or only git changes?

The Skill operates in two modes: review uncommitted changes via git diffs, or review specific targets using glob-matched file paths. Both modes apply the same quality checks and generate structured review output.

What happens when code review finds issues?

The Skill identifies quality issues and intent misalignment, then provides auto-fix capabilities where applicable. It generates structured review output describing each issue, and you can save results to documentation for team reference.