local-review

Orchestrate iterative local code review and automated fixing with git.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill local-review-omninode-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-review
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/local-review
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill local-review-omninode-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing local code changes, identifying issues, fixing them, and committing the fixes in an iterative loop until the code meets quality standards or a maximum number of iterations is reached.

Core Features & Use Cases

  • Automated Code Review: Leverages AI to classify code issues based on severity (Critical, Major, Minor, Nit).
  • Iterative Fixing: Automatically attempts to fix identified issues and re-reviews the changes.
  • Commit Management: Stages and commits fixes, with options to only stage or report.
  • Pre-existing Issue Scan: Handles linting and type errors that exist before feature work begins.
  • Use Case: Before pushing a feature branch, run this Skill to ensure all local code adheres to project standards, catching bugs and style issues automatically.

Quick Start

Run the local-review skill to review all changes in your current working directory.

Frequently Asked Questions about local-review

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

FAQPage Schema
How do I automate code review and fix local git changes before pushing?

Automate code review by running an iterative loop that classifies local git changes by severity, applies AI-driven fixes, and stages commits until quality standards are met or maximum iterations are reached.

What is the best way to handle pre-existing linting and type errors before starting feature work?

Handle pre-existing linting and type errors using a pre-existing issue scan that identifies baseline code quality problems before feature work begins, allowing you to isolate new issues from old ones during local code review.

How does iterative code review classify and fix code quality issues?

Iterative code review classifies issues by severity levels including Critical, Major, Minor, and Nit, then automatically attempts fixes and re-reviews the changes in a continuous loop until the code meets quality standards.

Can I stage and commit automated code fixes without immediately pushing to remote?

Yes, you can stage and commit automated code fixes locally with options to only stage changes or generate a report, keeping all review and fix iterations within your local working directory before any remote push.

Does automated local code review require git and agent dispatch to function?

Yes, automated local code review requires git for staging and committing operations and agent dispatch to orchestrate the AI-driven review and fix phases throughout the iterative quality assurance workflow.

What happens when the automated code fix loop reaches the maximum number of iterations?

When the automated code fix loop reaches the maximum number of iterations, the process stops, leaving you with the latest staged fixes and a report of any remaining unresolved code quality issues.