cy-final-verify

Enforce full verification pipeline completion before marking commits or PRs as done.

2.5k|134|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/compozy/compozy --skill cy-final-verify-compozy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-final-verify
Source: https://github.com/compozy/compozy/tree/main/.agents/skills/cy-final-verify
Command: npx skills add https://github.com/compozy/compozy --skill cy-final-verify-compozy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that no work is marked as complete or handed off without fresh, verifiable evidence, preventing premature success claims and unverified changes.

Core Features & Use Cases

  • Enforces full verification before commits and PRs.
  • Generates a standardized Verification Report including command outputs, exit codes, and verdict.
  • Provides guardrails for the verification pipeline across CI and local workflows.

Quick Start

Run the full verification pipeline and attach the Verification Report before declaring task completion.

Frequently Asked Questions about cy-final-verify

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

FAQPage Schema
How do I enforce a full verification pipeline before creating a pull request?

To enforce verification before a pull request, you must run the complete pipeline and generate a standardized Verification Report citing actual command outputs and exit codes. This prevents marking success without fresh, verifiable evidence of correctness.

What is a verification report in code review and when do I need one?

A verification report in code review is a standardized document containing exact command outputs, exit codes, and a final verdict. You need one for commits, pull requests, and handoffs to prevent premature success claims and unverified changes.

Why does my git commit workflow lack quality assurance evidence?

Your git commit workflow lacks quality assurance evidence because it does not enforce fresh verification before completion. Applying guardrails across local and CI workflows ensures a standardized report with actual command outputs is generated before declaring success.

Can I use automated quality assurance guardrails for local workflows and CI?

Yes, you can apply verification guardrails across both local workflows and CI pipelines. These guardrails enforce running the full validation pipeline and require citing exact command outputs and exit codes before any task is marked complete or handed off.

Does preventing premature success claims work without running the full pipeline?

No, preventing premature success claims requires running the full verification pipeline. You must validate results and attach a generated Verification Report containing actual command outputs before marking a task as complete or handing it off.