epic-review-final

Automate final epic review for V12 DNA compliance and PR readiness.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-review-final
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-review-final
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/epic-review-final
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-review-final

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the final review of an epic, ensuring all criteria are met before a pull request is submitted.

Core Features & Use Cases

  • Final Review Automation: Automates the process of reviewing an epic, including manifest validation, artifact collection, and verification of success criteria.
  • Epic-Level DNA Compliance: Checks for compliance with the V12 DNA standards across the entire epic.
  • PR Hygiene Verification: Ensures the pull request is ready for external review with proper hygiene in place.
  • Regression Sweep: Performs regression checks to ensure no new issues have been introduced.
  • Final Verdict: Assigns a final verdict of READY_FOR_PR, NEEDS_REWORK, or BLOCKED based on the review findings.

Quick Start

Run the epic-review-final skill with the epic slug as the argument: epic-review-final <epic-slug>

Frequently Asked Questions about epic-review-final

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

FAQPage Schema
How do I automate the final epic review before a pull request submission?

Automate the final epic review by running the skill with your epic slug to validate manifests, verify success criteria, and check PR hygiene. It assigns a final verdict of READY_FOR_PR, NEEDS_REWORK, or BLOCKED based on comprehensive checks.

What is V12 DNA compliance and how does it affect PR readiness?

V12 DNA compliance is a standard checked across the entire epic during the final review. The skill verifies that all epic artifacts meet these standards before allowing a pull request submission.

Do I need Python to run the epic readiness checks?

Yes, you need Python installed to run the epic readiness checks. The skill relies on Python for executing the scripts that perform manifest validation, artifact collection, and regression sweeps.

Can this tool perform a regression sweep on epic artifacts?

Yes, the tool performs a regression sweep on epic artifacts to ensure no new issues have been introduced. This check is part of the comprehensive final review before determining pull request readiness.

What does the final verdict mean when reviewing an epic for PR submission?

The final verdict indicates whether your epic is READY_FOR_PR, NEEDS_REWORK, or BLOCKED. It is assigned based on the review findings, including manifest validation, V12 DNA compliance, and PR hygiene verification.