Review phase procedures - verdict rules, issue format, re-review protocol, zero-tolerance policy

Enforce zero-tolerance PASS/FAIL verdicts with structured ISSUE reporting on changed files.

1|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/zb-ss/claude-plugin-workflow --skill review-phase-procedures-verdict-rules-issue-format-re-review-protocol-zero-tolerance-policy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Review phase procedures - verdict rules, issue format, re-review protocol, zero-tolerance policy
Source: https://github.com/zb-ss/claude-plugin-workflow/tree/main/skills/phases/review
Command: npx skills add https://github.com/zb-ss/claude-plugin-workflow --skill review-phase-procedures-verdict-rules-issue-format-re-review-protocol-zero-tolerance-policy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents quality regressions by enforcing a strict review verdict that fails on any issue severity, including security-critical findings.

Core Features & Use Cases

  • Zero-tolerance verdicts: PASS requires zero issues at CRITICAL, MAJOR, and MINOR severity; any issue triggers FAIL.
  • Structured issue reporting: Produces consistently formatted ISSUE entries with location, description, and actionable Fix guidance.
  • Re-review verification protocol: Verifies prior fixes, marks resolved/not resolved/regressed states, checks disputes, and flags newly introduced problems.
  • Scoped, convention-aware review: Reviews only workflow-changed files and checks OWASP top 10, edge cases, and error handling against project conventions.

Quick Start

Run the review phase on the changed files and return a VERDICT of PASS or FAIL with structured ISSUE entries and a re-review check when iterations repeat.

Frequently Asked Questions about Review phase procedures - verdict rules, issue format, re-review protocol, zero-tolerance policy

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

FAQPage Schema
How do I enforce a zero-tolerance security review gate for code changes?

A zero-tolerance security review gate blocks code merges by returning a FAIL verdict if any issue at CRITICAL, MAJOR, or MINOR severity is found. PASS requires zero issues across all changed files.

What is the required format for reporting code review issues?

Code review issues must be reported as structured ISSUE entries containing the exact location, description, and actionable Fix guidance. This deterministic format ensures automated parsing and tracking across review iterations.

How do I verify previous code review fixes during a re-review?

Re-review verification checks prior fixes by marking them as resolved, not resolved, or regressed. It also validates disputed issues and flags any newly introduced problems in the latest workflow changes.

Can I scope automated code reviews to only changed files?

Yes, automated code reviews can be scoped to only workflow-changed files. This convention-aware review targets OWASP Top 10 checks, edge cases, and error handling specifically on modified code.

What happens when code review issues remain after maximum iterations?

When issues remain after maximum review iterations, the protocol provides escalation guidance. This ensures unresolved security or quality findings are routed appropriately rather than blocking the pipeline indefinitely.

Does the code review verdict format support OWASP Top 10 checks?

Yes, the verdict format supports OWASP Top 10 checks. It applies security review workflows to changed files, enforcing zero-tolerance standards that fail the verdict on any security-critical findings.