code-review

Review code changes and generate structured improvement recommendations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sofer/.agents --skill code-review-sofer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sofer/.agents/tree/main/skills/code-review
Command: npx skills add https://github.com/sofer/.agents --skill code-review-sofer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are essential to ensure quality, security, and maintainability, but without a standardized process they can be inconsistent and error-prone. This skill provides a structured, repeatable review workflow that can be used standalone or integrated into a pipeline to gate changes before they merge.

Core Features & Use Cases

  • Scope-aware review: Identifies impacted files and relevant changes for focused critique.
  • Standards & security checks: Verifies alignment with design, coding standards, and security guidelines.
  • Workflow feedback: Generates actionable recommendations and testing considerations to improve code quality.

Quick Start

Invoke the code-review skill on a pull request or commit range to generate a structured review summary and recommendations.

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 pull request?

Automating code review involves identifying the scope of code changes and collecting impacted files to generate structured feedback. It synthesizes commit messages and diff content to produce recommendations and testing guidance aligned with project standards.

What is scope-aware code review and how does it work?

Scope-aware code review identifies impacted files and relevant changes to deliver focused critique. It determines intent and potential risks by synthesizing commit messages, diff content, and surrounding code to verify alignment with design and security guidelines.

Can I use an automated code review pipeline to gate merges?

Yes, you can use an automated code review pipeline to gate changes before they merge. This provides a standardized, repeatable review workflow that generates actionable recommendations and testing considerations to ensure code quality and security.

Does automated code review check for security and coding standards?

Yes, automated code review checks for security and coding standards. It verifies alignment with design, coding standards, and security guidelines by analyzing diff content and surrounding code to identify potential risks and suggest improvements.

How do I get structured feedback on my code changes?

To get structured feedback on code changes, run an automated review on a commit range to generate a structured output. This output details the changes, suggested improvements, and testing considerations based on synthesized diff content and project standards.