review5-accept

Re-examine code diffs against a finalized review document for stage-5 acceptance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It resolves the final acceptance gate by precisely comparing actual code changes against the finalized review document, ensuring only agreed implementation items are accepted.

Core Features & Use Cases

  • Stage-5 Acceptance vs Document Truth: Re-examines diffs item-by-item using the finalized review document as the sole baseline.
  • Strict Guardrails for Correctness: Refuses to proceed unless stage 4 is completed in the document; enforces backlog checks before detailed comparison.
  • Traceable Reties: When retrying, carries forward prior return history instead of overwriting, and appends new return reasons into existing Accept blocks.
  • Backlog & Loop Closure: Writes accepted or returned results in a single batch update so the review process can finish or roll back to execution.

Quick Start

Provide the review document path explicitly (for example, review5-accept .temp/review-250416-1430-persona.md) so the skill can read it, verify stage status, diff the changes, and batch-update the Accept section.

Frequently Asked Questions about review5-accept

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

FAQPage Schema
How do I validate code diffs against a finalized review document for acceptance?

Code diff validation compares actual code changes item-by-item against a finalized review document as the sole baseline. This ensures only agreed implementation items are accepted before closing the review loop.

What happens if stage 4 of the review workflow is not completed?

Strict guardrails refuse to proceed with the acceptance gate if stage 4 is not completed in the document. The process enforces backlog checks and requires stage-4 completion before any detailed diff comparison.

How does workflow rollback handle delayed items and backlog verification?

Workflow rollback checks backlog existence for delayed items before detailed comparison. Accepted or returned results are written in a single batch update, allowing the review process to finish or roll back to execution.

Can I retry acceptance without overwriting previous return history?

Retrying acceptance carries forward prior return history instead of overwriting it. The batch-update appends new return reasons into existing Accept blocks, ensuring traceable retries throughout the review workflow.

How do I filter review items that are ready for final acceptance?

Filtering review items for final acceptance involves selecting only those marked as agreed and implemented. The process re-reads the document via a Read tool and validates stage-4 completion before proceeding.