hf-completion-gate

Validate task completion using fresh command outputs and an Upstream Evidence Matrix.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/hujianbest/garage-agent --skill hf-completion-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf-completion-gate
Source: https://github.com/hujianbest/garage-agent/tree/main/packs/coding/skills/hf-completion-gate
Command: npx skills add https://github.com/hujianbest/garage-agent --skill hf-completion-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before declaring a task complete, ensure there is enough, latest, and within-scope evidence that the current task is truly finished. It prevents premature closure by requiring a complete evidence bundle and fresh validation rather than relying on reviews or subjective judgment.

Core Features & Use Cases

  • Evidence-driven gate after a regression check to decide if a task can be announced complete.
  • Support for both single-criterion and profile-based evidence, with clear next-step guidance when multiple next-ready tasks exist.
  • Integration with verification records and workflow decisions to route to finalization or task handoff when appropriate.

Quick Start

Run the completion gate against the current task to verify whether a unique next action is ready.

Frequently Asked Questions about hf-completion-gate

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

FAQPage Schema
How do I verify task completion with evidence instead of subjective reviews?

A completion gate ensures a task is truly finished by requiring an Upstream Evidence Matrix and verifiable command outputs. It prevents premature closure by rejecting subjective reviews or hand-waving conclusions without fresh, in-scope validation.

When should I apply a completion gate in my workflow?

Apply the completion gate after regression validation and before finalization. This positioning ensures you verify fresh, up-to-date evidence and confirm a unique next-ready task before declaring the current task complete.

How do I handle multiple next-ready tasks during task finalization?

When multiple next-ready task candidates exist, the completion gate triggers proper escalation. It provides clear next-step guidance to route workflow decisions toward finalization or task handoff, ensuring unique task transitions.

Does the completion gate support profile-based evidence criteria?

The completion gate supports both single-criterion and profile-based evidence requirements. This allows you to integrate verification records with workflow decisions to route to finalization or task handoff appropriately.

What happens if I declare a task complete without verifiable command outputs?

Without verifiable command outputs, declaring completion risks premature closure. The gate requires an Upstream Evidence Matrix with fresh validation to ensure evidence is sufficient, latest, and within scope before finalization.