review-fix-protocol

Coordinate structured review-fix loops with retry caps and manifest tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PremModhaOfficial/go-sdk-pipeline --skill review-fix-protocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-fix-protocol
Source: https://github.com/PremModhaOfficial/go-sdk-pipeline/tree/main/.claude/skills/review-fix-protocol
Command: npx skills add https://github.com/PremModhaOfficial/go-sdk-pipeline --skill review-fix-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured review cycles across code changes can be inconsistent and slow. This Skill provides a standardized review-fix loop with per-issue retry limits, deduplication, and explicit routing to fix agents, ensuring predictable convergence.

Core Features & Use Cases

  • Structured findings schema and per-issue retry limits to prevent endless loops.
  • Deduplication across reviewers and cross-team routing of fixes to designated agents.
  • Manifest tracking for auditable history, status transitions, and convergence decisions.

Quick Start

Run the protocol on your current PR to initiate the standardized review-fix loop.

Frequently Asked Questions about review-fix-protocol

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

FAQPage Schema
How do I manage a code review loop to ensure findings actually get fixed?▼

A structured review-fix loop coordinates the resolution of code-review findings by applying a standardized schema, per-issue retry limits, and guardrails to ensure predictable convergence.

What is the best way to prevent infinite fix cycles during code reviews?▼

To prevent infinite fix cycles, the review-fix protocol enforces per-issue retry caps and deduplication across reviewers, stopping endless loops and ensuring predictable convergence.

How do I route code review findings to specific fix agents?▼

You can route code review findings to designated fix agents using explicit cross-team routing rules defined within the protocol, directing specific issues to the correct automated or human resolver.

Can I track the status of code review fixes across multiple phases?▼

Yes, you can track fix statuses across multiple phases using manifest tracking, which provides an auditable history of status transitions and convergence decisions for every issue.

How does deduplication work for code review findings from multiple reviewers?▼

Deduplication works by identifying overlapping code review findings across multiple reviewers, consolidating them into single actionable items before routing them to a fix agent.

Does the review-fix protocol require any specific dependencies to run?▼

No, the review-fix protocol operates without external dependencies, using its own internal findings schema and routing mechanisms to manage the code review convergence process.