cy-final-verify

Enforce full verification pipeline checks before completion claims or code commits.

1|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill cy-final-verify-rodrigobranas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-final-verify
Source: https://github.com/rodrigobranas/formacao_ia_arq_t1_4/tree/main/helpdesk_project/.agents/skills/cy-final-verify
Command: npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill cy-final-verify-rodrigobranas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces rigorous verification to prevent premature success claims and ensure verifiable progress before any completion, handoff, or code changes.

Core Features & Use Cases

  • Gate-based verification requiring explicit verification steps before claiming task completion, making commits, or opening PRs.
  • Full verification pipeline execution including checks like formatting, linting, tests, and build to validate deliverables against requirements.
  • Standardized Verification Report outlining commands, outputs, and verdicts to support auditable decision-making.

Quick Start

Run the full verification pipeline before committing or closing a task to ensure all checks pass and provide a Verification Report.

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 code verification before a pull request or commit?

Code verification before a pull request or commit is enforced by applying a gate-based workflow that requires executing the full pipeline, reviewing outputs, and generating a standardized verification report prior to any completion claim.

What is a verification gate in automated code review?

A verification gate in automated code review is a mandatory checkpoint that prevents premature success claims by requiring formatting, linting, tests, and build checks to pass before allowing task handoffs, commits, or PR creation.

How do I prevent agents from claiming task completion without running tests?

To prevent agents from claiming task completion without running tests, implement an automated verification gate that enforces full pipeline execution and output review before accepting any success report or code handoff.

Can I generate an auditable verification report after running my build pipeline?

Yes, you can generate an auditable verification report after running your build pipeline by capturing the executed commands, reviewing the output logs, and summarizing the final pass or fail verdicts for decision-making.

Does gate-automation work for quality-assurance checks before handoffs?

Gate-automation does work for quality-assurance checks before handoffs by enforcing a strict verification pipeline that validates deliverables against requirements and generates a standardized report prior to completing any transfer.

What is the best way to verify code changes before opening a pull request?

The best way to verify code changes before opening a pull request is to run a full verification pipeline encompassing formatting, linting, tests, and builds, followed by reviewing the output to ensure all checks pass.