ai-pi-zai-glm51

Automate adversarial code review with GLM-5.1 via pi and report score, issues, and synthesis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate adversarial code review by leveraging GLM-5.1 through the pi multi-provider coding agent to evaluate code and surface issues with a scoring metric.

Core Features & Use Cases

  • Adversarial review with GLM-5.1: Dispatches to pi to assess a target file or description and returns a structured JSON including score, summary, and issues.
  • Deterministic workflow: Parse target, dispatch, parse JSON, and report findings.
  • Use Case: When reviewing critical files or PRs to surface potential issues and risk scoring for remediation.

Quick Start

Run an adversarial review on the target file or description using GLM-5.1 via pi to obtain a score, issues, and synthesis.

Frequently Asked Questions about ai-pi-zai-glm51

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

FAQPage Schema
How do I automate adversarial code review to surface issues and risk scoring?

Automate adversarial code review by dispatching target files to the GLM-5.1 model to extract issues and generate a quantitative risk score. The workflow parses the target, evaluates the code, and returns structured JSON with a synthesis report for remediation.

Can I use GLM-5.1 to generate a quantitative score and issue extraction for my code files?

Yes, GLM-5.1 evaluates target code files or descriptions to generate a quantitative score and extract specific issues. It parses the target code, dispatches the evaluation, and returns a structured JSON output containing the score, summary, and detailed issues.

Does the pi multi-provider agent support automated code evaluation for critical PRs?

The pi multi-provider agent dispatches automated code evaluation tasks to GLM-5.1 for reviewing critical PRs. It applies a deterministic workflow to parse target files, evaluate the code, and report findings including risk scoring and issue synthesis for remediation.

What is the best way to get structured JSON output from an automated code review?

To get structured JSON output from an automated code review, dispatch your target files through the pi agent to GLM-5.1. The deterministic workflow parses the target, runs the adversarial evaluation, and returns a structured JSON report containing the score, identified issues, and synthesis.

What are the limitations of using a deterministic workflow for code evaluation?

The deterministic workflow for code evaluation parses targets, dispatches to GLM-5.1, and parses JSON output, meaning it relies strictly on this fixed sequence. It is designed for extracting scores and issues from target files, so handling non-standard inputs or dynamic evaluation paths may be limited.

Do I need the pi multi-provider coding agent to run an adversarial review with GLM-5.1?

Yes, the pi multi-provider coding agent is required to dispatch the code evaluation task to GLM-5.1. The workflow parses your target file, sends it via pi to the model, and parses the returned JSON to report the score, issues, and synthesis.