autoreview

Automate structured code reviews with Codex or Claude models.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/erwinkn/ai-config --skill autoreview-erwinkn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoreview
Source: https://github.com/erwinkn/ai-config/tree/main/.agents/skills/autoreview
Command: npx skills add https://github.com/erwinkn/ai-config --skill autoreview-erwinkn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, catching issues before commit or shipping, saving time and improving code quality.

Core Features & Use Cases

  • Automated Code Review: Conduct structured code reviews using default or optional models (Codex, Claude).
  • Code Analysis: Offers comprehensive checks on code, dependency docs/source/types, and security findings.
  • Review Control: Users can manage the review process, enforce guidelines, and verify changes.

Quick Start

Run a review for the local branch using 'autoreview --mode branch'.

Frequently Asked Questions about autoreview

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

FAQPage Schema
How do I automate code review for quality before committing?

You can automate code review by running a structured analysis on your local branch. This process checks code changes, security findings, and dependency docs to enforce quality and consistency guidelines before shipping.

Can I use Codex or Claude models for automated code analysis?

Yes, automated code analysis supports default or specifically defined models like Codex or Claude. You can configure these models to conduct structured advisory reviews and handle security checks for your code changes.

What is the best way to run a structured analysis on a local branch?

The best way to run structured analysis on a local branch is by executing the branch mode command. This initiates a comprehensive advisory review of code changes, dependency types, and security findings before you commit.

Does automated code review check dependency docs and security findings?

Yes, automated code review includes comprehensive checks on dependency docs, source types, and security findings. It analyzes these components alongside your code changes to provide a detailed advisory outcome.

How do I manage review guidelines and verify code changes during analysis?

You can manage review guidelines and verify code changes through the review control features. This allows you to enforce specific quality rules, monitor parallel tests, and handle code provenance during the analysis.