review

Analyzes staged diffs and key files to provide critical code review feedback.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/OpenSourceSam/v2_heras_garden --skill review-opensourcesam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/OpenSourceSam/v2_heras_garden/tree/main/.codex/skills/review
Command: npx skills add https://github.com/OpenSourceSam/v2_heras_garden --skill review-opensourcesam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process by leveraging an AI reviewer to identify potential issues and risks in code changes.

Core Features & Use Cases

  • AI-Assisted Review: Utilizes MiniMax as a reviewer to provide a devil's-advocate perspective.
  • Contextual Analysis: Gathers recent messages, file changes, and work summaries for a comprehensive review.
  • Risk Identification: Specifically asks the reviewer to call out risk areas in the code.
  • Use Case: Before merging a new feature, use this Skill to get an AI-driven review that highlights potential bugs or design flaws, ensuring higher code quality.

Quick Start

Use the review skill to get a code review for the latest changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I get an AI code review for staged changes before merging?

To get an AI code review for staged changes, you provide staged diff summaries, key files, and stated intent. The MiniMax agent analyzes this context to identify potential bugs and design flaws, ensuring higher code quality before a merge.

What is the best way to identify risk areas in recent file changes?

The best way to identify risk areas in recent file changes is to use an AI reviewer specifically prompted to act as a devil's advocate. It assesses your work summaries and file changes to call out potential issues and design flaws.

Can I use an AI reviewer to build consensus on a code review?

Yes, you can use an AI reviewer to build consensus on a code review. The process supports up to three rounds of back-and-forth interaction with the MiniMax agent, allowing you to resolve flagged risks and reach an agreement on code changes.

Does AI-assisted code review work with recent chat context and work summaries?

AI-assisted code review works by gathering recent messages, file changes, and work summaries to provide a comprehensive assessment. This contextual analysis allows the AI reviewer to understand your stated intent and evaluate the diff accurately.

What are the limitations of using an AI agent for development workflow risk assessment?

A limitation of using an AI agent for development workflow risk assessment is that it is restricted to three rounds of back-and-forth interaction. The review relies entirely on your provided diff summaries and stated intent, requiring clear input to be effective.