review3-confirm

Confirm Review-Reply items into consensus, deferment, denial, or clarification states.

34|12|Updated Aug 1, 2021
One-click install
npx skills add https://github.com/pear-studio/nonebot-dicepp --skill review3-confirm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review3-confirm
Source: https://github.com/pear-studio/nonebot-dicepp/tree/main/docs/agent/skills/review3-confirm
Command: npx skills add https://github.com/pear-studio/nonebot-dicepp --skill review3-confirm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves disagreements from an earlier reviewer cycle by forcing every defender reply into a final, verifiable consensus state or a user arbitration outcome, while requiring explicit clarifications for any items labeled as needing further input.

Core Features & Use Cases

  • Consensus confirmation for each Review-Reply pair: Converts each Rn item into one of the allowed end states: 已共识·实施 / 已共识·延后 / 已共识·否决 / 需补充回复.
  • Anti-passing guardrails: Enforces stage integrity, forbids “waiting to decide” outcomes like legacy formats, and prevents leaving disputes unresolved.
  • Clarification-first branch: When items are marked as待澄清, it outputs澄清内容 for Defender to address, then requires rerunning review2-reply before confirmation again.
  • User arbitration closure for real disputes: When reviewer cannot decide unilaterally, it initiates an on-the-spot user decision loop and records the裁决记录.

Quick Start

Use the review3-confirm skill with the document path to confirm the Defender’s replies item-by-item and either finalize consensus or produce澄清/仲裁 outcomes as required.

Frequently Asked Questions about review3-confirm

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

FAQPage Schema
How does consensus validation work in an adversarial multi-stage review workflow?

Consensus validation forces a closed-loop outcome for each Review-Reply item by verifying defender reasoning and resolving disputes into explicit states like implementation, deferment, denial, or clarification, preventing unresolved ping-pong cycles.

How do I confirm defender replies and finalize consensus in a stage-gated review process?

You confirm defender replies by reading the review document, checking stage status, processing Reply subblocks, and writing Confirm results via batch-update to finalize each item as implemented, deferred, denied, or requiring clarification.

What is the best way to handle unresolved disputes when a reviewer cannot decide unilaterally?

The best way to handle real disputes is initiating user arbitration, which creates an on-the-spot decision loop to capture the final ruling and record the arbitration outcome, ensuring the dispute reaches a verifiable closure.

Why does stage-gated processing require stage 3 to run only after stage 2 is satisfied?

Stage-gated processing requires this sequence to enforce anti-passing guardrails, ensuring stage integrity by forbidding legacy waiting statuses and preventing the workflow from advancing before prior review replies are fully resolved.

Can I batch update confirmed consensus results and archive backlog items simultaneously?

Yes, you can batch update confirmed consensus outcomes and apply optional backlog archiving simultaneously when processing Review-Reply subblocks, ensuring all final verdicts and deferred items are recorded in a single closed-loop operation.

What happens to items marked as requiring clarification in an adversarial review confirmation?

Items marked as requiring clarification trigger a clarification-first branch that outputs specific content for the defender to address, requiring a rerun of the review2-reply stage before confirmation can be attempted again.