ze-review

Identify defects and gaps in Ze repository changes and report findings.

50|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/ze-software/ze --skill ze-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ze-review
Source: https://github.com/ze-software/ze/tree/main/.codex/skills/ze-review
Command: npx skills add https://github.com/ze-software/ze --skill ze-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies defects and gaps in Ze repository changes and reports them without making code changes.

Core Features & Use Cases

  • Read actual code, recent history, and inline comments to understand intent.
  • Analyze diffs for edge cases, security risks, and missing tests.
  • Generate structured findings with file references and concrete failure modes.
  • Use Case: Given a patch set in Ze, identify a potential edge case or regression and report it without modifying code.

Quick Start

Review the latest changes in Ze, identify issues, and report findings without editing code.

Frequently Asked Questions about ze-review

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

FAQPage Schema
How do I identify edge cases and security risks in a code diff?

To identify edge cases and security risks in a code diff, you analyze changed files alongside recent commit history and inline comments. This review process uncovers potential regressions and missing tests without directly modifying the code.

What is diff analysis for code review without modifying files?

Diff analysis for code review is the process of reading actual code changes and historical context to pinpoint defects. It generates structured findings with specific file references and concrete failure modes rather than applying automated edits.

How do I review recent repository changes for missing tests?

To review recent repository changes for missing tests, examine the patch set and compare it against historical context. This analysis reports concrete findings about test gaps and potential regressions while leaving the source code untouched.

Does automated code review work for finding edge cases in patch sets?

Automated code review works for finding edge cases by analyzing patch sets and in-code comments to understand intent. It provides actionable findings and references without making actual code changes to the repository.

When should I use a read-only code review instead of direct edits?

You should use a read-only code review when you need to uncover security risks and missing tests without altering the repository state. This approach focuses on reporting concrete failure modes and historical gaps rather than patching code directly.