ai-pi-mm-m27

Identify and quantify code quality issues in target files using the MiniMax M2.7 adversarial review workflow.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/EndUser123/cc-marketplace --skill ai-pi-mm-m27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-pi-mm-m27
Source: https://github.com/EndUser123/cc-marketplace/tree/main/plugins/cc-skills-ai-cli/skills/ai-pi-mm-m27
Command: npx skills add https://github.com/EndUser123/cc-marketplace --skill ai-pi-mm-m27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adversarial review of code using an automated MiniMax M2.7 agent to identify issues, produce a risk score, and summarize findings for fast remediation.

Core Features & Use Cases

  • Adversarial code review using MiniMax M2.7 via the pi agent to generate a structured JSON with score, summary, and issues.
  • Supports multi-provider coding workflows by dispatching minimax across providers and aggregating results.
  • Use Case: Integrate into code review processes to quickly surface high-risk code paths and potential defects.

Quick Start

Run the pi minimax workflow on a target file to obtain a JSON score, issues, and synthesis.

Frequently Asked Questions about ai-pi-mm-m27

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

FAQPage Schema
How do I automate adversarial code review to surface high-risk defects?

Adversarial code review is automated using the MiniMax M2.7 agent to identify issues, produce a risk score, and summarize findings for fast remediation. It returns a structured JSON containing the score, summary, and specific issues found in the target files.

Does adversarial code review with MiniMax require an NVIDIA API key?

Yes, executing the MiniMax M2.7 adversarial review workflow requires a configured NVIDIA_NIM_API_KEY. You also need the pi agent with the minimax model to run the workflow and return the JSON output.

What is the output format of the MiniMax M2.7 code review workflow?

The MiniMax M2.7 code review workflow returns a structured JSON with score, summary, and issues. This format provides automated scoring, issue synthesis, and concise risk assessment for fast remediation of identified defects.

Can I use multi-provider coding workflows to aggregate code review results?

Yes, this tool supports multi-provider coding workflows by dispatching minimax across providers and aggregating results. You can integrate it into code review processes to quickly surface high-risk code paths and potential defects across different providers.

How do I run the pi minimax workflow on a target file?

To run the pi minimax workflow, execute the pi agent with the minimax model on a target file. This obtains a JSON score, issues, and synthesis, applying automated scoring and issue synthesis to your code.