agent-review

Reviews agent-generated code for bugs and quality issues before merging.

13.1k|2.2k|Updated Mar 22, 2024
One-click install
npx skills add https://github.com/BasedHardware/omi --skill agent-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-review
Source: https://github.com/BasedHardware/omi/tree/main/.cursor/skills/agent-review
Command: npx skills add https://github.com/BasedHardware/omi --skill agent-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured workflows and best practices to review agent-generated code and local changes before merging, reducing defects and security risks.

Core Features & Use Cases

  • Guided review of agent-generated code to identify logic errors, missing edge cases, and security issues.
  • Systematic review of local changes before PRs to improve quality and consistency.
  • Integrations with existing Git workflows and automation to streamline pre-merge checks.

Quick Start

Open your project in your code editor, run Agent Review on changed files, examine surfaced issues with Find Issues, fix critical problems, run tests, and create a PR.

Frequently Asked Questions about agent-review

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

FAQPage Schema
How do I review agent-generated code for bugs before merging a pull request?

Agent code review is a pre-merge check that identifies logic errors, security risks, missing error handling, and test coverage gaps in agent-generated code. It systematically examines changed files to reduce defects and security risks before you create a pull request.

What is the best way to catch security risks and logic errors in local code changes?

A structured pre-merge code review catches security risks and logic errors in local changes by systematically examining changed files to identify missing edge cases. This ensures quality and consistency before you open a pull request.

How do I check test coverage gaps and missing error handling in a pull request?

You check test coverage gaps and missing error handling in a pull request by running a code review on changed files. This pre-merge check systematically surfaces quality issues so you can fix critical problems and run tests before merging the codebase.

Does this pre-merge code review work with existing Git workflows?

Yes, this pre-merge code review integrates with existing Git workflows and automation to streamline checks. It reviews agent-generated changes and local edits directly within your codebase during pull request reviews to enforce quality requirements.

When do I need to run a code review on agent-generated changes?

You need to run a code review on agent-generated changes before merging to identify logic errors, missing edge cases, and security issues. This pre-merge check enforces requirements like error handling and test coverage gaps to reduce defects in your codebase.