reviewer-protocol

Enforce reviewer rejection workflows with strict lockout semantics for artifact revisions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rejection workflows and strict lockout semantics prevent the original author from self-revising and ensure revisions are owned by a different agent or escalated to appropriate expertise.

Core Features & Use Cases

  • Enforces that reviewers may approve or reject artifacts and that rejects trigger controlled reassignment or escalation.
  • Implements hard lockout rules, ensuring the original author cannot contribute to the revision and that a new revision owner is selected per the reviewer’s instruction.
  • Provides deadlock handling and escalation pathways when all eligible agents are locked out.

Quick Start

Describe a rejection incident and assign a different agent as the revision owner following the protocol.

Frequently Asked Questions about reviewer-protocol

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

FAQPage Schema
How do I enforce reviewer-driven code review workflows and prevent authors from self-revising rejected artifacts?

Reviewer-driven code review workflows are enforced through strict lockout semantics that prevent an artifact's original author from self-revising. Rejections trigger controlled reassignment to a different agent or escalation to appropriate expertise.

What happens when all eligible agents are locked out during an artifact review escalation?

When all eligible agents are locked out during artifact review escalation, deadlock handling and escalation pathways are triggered. The protocol provides structured mechanisms to resolve the deadlock and route the artifact to appropriate expertise.

Can I apply reviewer rejection workflows to both code and documentation outputs?

Yes, reviewer rejection workflows apply to artifact reviews across code, documentation, and other outputs. The protocol enforces reassignment, escalation, and lockout semantics uniformly across all revision cycles regardless of artifact type.

How do I reassign a rejected artifact to a different revision owner following governance and audit trail requirements?

To reassign a rejected artifact, describe the rejection incident and assign a different agent as the revision owner per the reviewer's instruction. This satisfies governance and audit trail requirements while maintaining safe collaboration workflows.

Does the reviewer rejection protocol support hard lockout rules across multiple revision cycles?

Yes, hard lockout rules are implemented across multiple revision cycles. The protocol ensures the original author cannot contribute to the revision and that a new revision owner is selected per the reviewer’s instruction throughout the cycle.

When should I use strict lockout semantics for code review instead of standard collaborative workflows?

Strict lockout semantics should be used when governance, audit trails, and safe collaboration workflows demand that original authors cannot self-revise rejected artifacts. This ensures revisions are owned by a different agent or escalated appropriately.