cc-epic-review

Verify epic specification coverage across tasks with acceptance criteria, API contracts, data models, and tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/z23cc/cc-code --skill cc-epic-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-epic-review
Source: https://github.com/z23cc/cc-code/tree/main/skills/cc-epic-review
Command: npx skills add https://github.com/z23cc/cc-code --skill cc-epic-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Epic completion verification ensures that all work across tasks fully implements the epic spec, catching gaps before shipping and ensuring alignment with the intended outcomes.

Core Features & Use Cases

  • Requirements extraction: derive explicit acceptance criteria, API contracts, data models, and business rules from the epic spec.
  • Verification workflow: assess implementation against the spec, compute a completion percentage, and produce a clear verdict (SHIP, NEEDS_WORK, or DRIFT).
  • Guided remediation: generate actionable fixes and re-verification steps to close gaps and align with the epic.

Quick Start

Run the epic-review workflow on the target epic to confirm all requirements are implemented and verified.

Frequently Asked Questions about cc-epic-review

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

FAQPage Schema
How do I verify epic completion across multiple tasks?

Epic completion verification extracts acceptance criteria, API contracts, and data models from the spec, then checks task implementation to compute a completion percentage and produce a clear verdict. It ensures all work fully implements the intended epic outcomes before shipping.

What is epic specification coverage and when do I need it?

Epic specification coverage validates that every task aligns with the epic spec's acceptance criteria and business rules. You need it when an epic contains multiple tasks and you must catch implementation gaps or drift before final delivery.

What does the epic review verdict process check for?

The epic review verdict process checks alignment with the spec and returns DONE, PARTIAL, MISSING, or DRIFT. It assesses implementation against acceptance criteria, API contracts, data models, and tests to confirm complete epic coverage.

How do I fix gaps found during epic spec verification?

Epic spec verification provides guided remediation by generating actionable fixes and re-verification steps. This workflow helps you close gaps, align tasks with the epic spec, and re-evaluate the completion percentage until a SHIP verdict is reached.

Can I check acceptance criteria and API contracts for an epic with multiple tasks?

Yes, epic review workflows are designed for epics with multiple tasks. They derive explicit acceptance criteria and API contracts from the spec, then validate implementation across all tasks to ensure full coverage and alignment.