epic-verify-ticket

Validates ticket implementations against requirements and generates a PASS/FAIL/NEEDS_FIXES verification report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill verifies ticket implementations against requirements, ensuring they meet the ticket specification and pass all V12 DNA gates.

Core Features & Use Cases

  • Manifest Validation: Checks that the ticket's execution phase is complete.
  • Ticket Specification Analysis: Reads the ticket file and completion report.
  • Git Diff Analysis: Analyzes changes made during ticket execution for alignment with ticket scope.
  • Acceptance Criteria Verification: Checks each criterion against Git diff, completion report, and jCodemunch analysis.
  • Regression Detection: Identifies unintended side effects and logic drift.
  • Verification Report Generation: Produces a detailed verification report with a PASS/FAIL/NEEDS_FIXES verdict.
  • Manifest Update: Updates the manifest with verification status and notes.

Quick Start

Run the 'epic-verify-ticket' skill with the epic slug and ticket number, e.g., 'epic-verify-ticket my-epic-slug 123'.

Frequently Asked Questions about epic-verify-ticket

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

FAQPage Schema
How do I verify ticket implementation against requirements using git diff?

Ticket verification against requirements is performed by analyzing git diff, checking the completion report, and validating acceptance criteria to ensure changes align with the ticket specification. It generates a PASS, FAIL, or NEEDS_FIXES verification report.

What is ticket verification and when do I need it in software development?

Ticket verification is the process of validating code changes against ticket specifications and acceptance criteria to detect regressions. You need it after ticket execution to ensure implementation meets requirements and passes quality assurance gates before a manifest update.

How do I check acceptance criteria and detect regressions in a git diff?

Checking acceptance criteria and detecting regressions in a git diff involves comparing ticket specifications against code changes using jCodemunch analysis. It identifies unintended side effects, logic drift, and verifies each criterion against the completion report.

Do I need Python and jCodemunch to generate a verification report?

Yes, you need Python and jCodemunch to generate a verification report because Python scripts handle manifest manipulation while jCodemunch performs code analysis. Git is also required as a dependency to analyze the ticket diff.

Can I use this skill to update a manifest with verification status?

Yes, you can use this skill to update a manifest with verification status and notes. After validating ticket implementation and generating a verification report with a verdict, it automatically updates the execution manifest.

What's the best way to validate manifest completion for a ticket specification?

The best way to validate manifest completion for a ticket specification is to run a verification skill that checks the execution phase, analyzes the git diff with jCodemunch, and verifies acceptance criteria to ensure all gates pass before updating the manifest.