handoff__final-quality-gate

Enforce code and testing audits to produce auditable pass/fail handoff verdicts.

1|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/erikhazzard/vasir --skill handoff-final-quality-gate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: handoff__final-quality-gate
Source: https://github.com/erikhazzard/vasir/tree/main/.agents/skills/handoff__final-quality-gate
Command: npx skills add https://github.com/erikhazzard/vasir --skill handoff-final-quality-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The gate ensures final readiness for feature work by requiring auditable evidence, preventing premature handoffs and shipping unfinished delta.

Core Features & Use Cases

  • Evidence-driven pass/fail verdicts based on code__auditing and testing--auditing.
  • Consolidation of scope, artifacts, and remaining delta into a single handoff bundle.
  • Use Case: before release handoff, trigger the gate to validate a feature's complete acceptance criteria and value path.

Quick Start

Trigger the gate to produce an auditable readiness verdict for a given feature branch.

Frequently Asked Questions about handoff__final-quality-gate

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

FAQPage Schema
How do I enforce an evidence-first final handoff gate for software delivery?▼

An evidence-first final handoff gate prevents premature feature shipping by requiring auditable pass/fail verdicts based on code auditing and testing auditing, ensuring no unfinished delta reaches release.

How do I validate remaining delta and artifacts before a feature branch handoff?▼

To validate remaining delta and artifacts before a feature branch handoff, the gate consolidates scope, artifacts, and unfinished work into a single handoff bundle to verify complete readiness.

What is a proof-of-value requirement in software delivery pipelines?▼

A proof-of-value requirement in software delivery pipelines is satisfied by recording the value state and generating an auditable pass/fail verdict for a feature's complete acceptance criteria before release.

Can I use automated code auditing and testing auditing for repo handoffs?▼

Yes, you can use automated code auditing and testing auditing for repo handoffs to validate scope, artifacts, and remaining delta for each feature, outputting a complete handoff bundle for review.

When do I need a final quality gate for feature work?▼

You need a final quality gate for feature work before release handoff to prevent premature shipping, ensuring all acceptance criteria and value paths are met and generating a complete handoff bundle.