One-click install
npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-final-verify-matheusbbarni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-final-verify
Source: https://github.com/MatheusBBarni/symphony-orchestrator/tree/main/.agents/skills/cy-final-verify
Command: npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-final-verify-matheusbbarni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent premature completion claims by requiring fresh verification evidence.

Core Features & Use Cases

  • Gate-based verification before commits/PRs to ensure evidence-backed claims.
  • Structured verification steps, including identifying, running, reading, and verifying outputs.
  • Works across code handoffs, PRs, and task handoffs in software workflows.

Quick Start

Run the full verification pipeline (e.g., make verify) and attach a Verification Report before any commit or PR.

Frequently Asked Questions about cy-final-verify

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

FAQPage Schema
How do I prevent premature completion claims during code handoffs?

You can prevent premature completion claims by requiring fresh verification evidence before finalizing changes. This approach defines gate steps, verification commands, and structured reporting required during code handoffs, commits, and PR creation workflows.

What is gate-based verification in a PR workflow?

Gate-based verification in a PR workflow is a quality-assurance process requiring fresh verification evidence before finalizing changes. It defines specific verification steps, commands, and structured reporting to identify, run, and verify outputs before commits or PRs are created.

How do I require a verification report before a commit?

To require a verification report before a commit, run the full verification pipeline, such as make verify, and attach the structured output. This gatekeeping practice ensures evidence-backed claims by defining specific verification steps and commands required before changes are finalized.

Does gatekeeping verification work for task handoffs in software workflows?

Yes, gatekeeping verification works for task handoffs in software workflows. It applies across code handoffs, commits, and PR creation by requiring fresh verification evidence and structured reporting to ensure changes are fully verified before completion.

What are the limitations of requiring fresh verification evidence?

A limitation of requiring fresh verification evidence is the overhead of running full verification pipelines and attaching structured reports before every commit or PR. This gatekeeping process prevents premature completion claims but requires strict adherence to defined verification steps and commands.