reviewer-protocol

Enforce reviewer rejection workflows with strict lockout preventing self-revision.

2|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/PlagueHO/plagueho.learn --skill reviewer-protocol-plagueho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer-protocol
Source: https://github.com/PlagueHO/plagueho.learn/tree/main/.copilot/skills/reviewer-protocol
Command: npx skills add https://github.com/PlagueHO/plagueho.learn --skill reviewer-protocol-plagueho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rejection-based quality assurance governance that prevents authors from self-revising after a critical review, enforcing independent revisions.

Core Features & Use Cases

  • Reviewer Rejection Protocol: Reviewers may approve or reject work; on rejection the Coordinator enforces either reassignment to a different agent or escalation to a new expert, preventing the original author from initiating the revision.
  • Strict Lockout Semantics: The original author is locked out from producing the next revision; a distinct revision owner must complete the update.
  • Coordinator Enforcement & Validation: The Coordinator enforces the policy, verifies that the selected revision agent is not the original author, and maintains lockout for the current revision cycle.
  • Example Workflows: Reassignment after rejection or escalation to specialist to generate a v2 artifact.

Quick Start

Upon a rejection, delegate the revision to a different agent and enforce lockout on the original author.

Frequently Asked Questions about reviewer-protocol

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

FAQPage Schema
How do I prevent self-revision after a code review rejection?

Preventing self-revision after a code review rejection requires strict reviewer-driven lockout semantics. A coordinator enforces the protocol by reassigning the rejected artifact to a different agent or escalating it, validating that the new revision owner is not the original author.

What is a reviewer rejection protocol for artifact revisions?

A reviewer rejection protocol for artifact revisions is a governance workflow where a reviewer rejects work, triggering a coordinator to enforce lockout on the original author. The coordinator then mandates reassignment to a distinct agent or escalation to a new expert for the next revision cycle.

How do I enforce lockout on an original author during a QA sign-off?

Enforcing lockout on an original author during a QA sign-off involves coordinator-driven validation that blocks the author from producing the next revision. The coordinator verifies the selected revision agent is different and maintains the lockout throughout the entire revision cycle.

Can I escalate a rejected artifact to a specialist instead of reassigning it?

Escalating a rejected artifact to a specialist instead of reassigning it is fully supported. Upon rejection, the coordinator can escalate the revision to a new expert, ensuring the original author remains locked out while the specialist generates the updated v2 artifact.

Does the reviewer lockout persist for the entire revision cycle?

The reviewer lockout persists for the entire revision cycle. The coordinator maintains strict lockout semantics continuously, validating that the newly designated agent is not the original author until the current revision cycle completes.

What is the best way to coordinate independent code revisions?

The best way to coordinate independent code revisions is using a strict reviewer-driven governance protocol. This approach enforces rejection workflows with mandatory coordinator validation, preventing authors from self-revising by reassigning or escalating tasks to distinct agents.