ferrox-verification-before-completion

Require fresh command output and exit-code confirmation before completion claims.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-verification-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ferrox-verification-before-completion
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills-vendored/ferrox-verification-before-completion
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-verification-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents false completion claims by forcing fresh verification before you say work is done, fixed, passing, or ready to ship. It is designed to stop agents and humans from relying on assumptions, stale results, or self-reported success.

Core Features & Use Cases

  • Fresh evidence requirement: Run the relevant command immediately before making any success claim.
  • Completion gate: Use it before committing, creating a PR, handing off work, or moving to the next task.
  • Verification discipline: Applies to tests, builds, bug fixes, regression checks, and requirements validation.
  • Use Case: Before announcing that a feature is complete, confirm the exact test or build output and only then state the result.

Quick Start

Use this skill to verify the latest test or build output before claiming the work is complete.

Frequently Asked Questions about ferrox-verification-before-completion

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

FAQPage Schema
How do I prevent false completion claims before creating a pull request?

To prevent false completion claims before creating a pull request, enforce a verification gate that requires running tests or builds immediately and reviewing the exact command output and exit code before stating any success.

What is a verification gate in software engineering workflows?

A verification gate in software engineering workflows is a quality checkpoint requiring fresh execution evidence, such as test or build outputs, before allowing status updates, commits, or task handoffs to prevent relying on stale results.

How do I verify fresh test output before claiming a bug fix is complete?

To verify fresh test output before claiming a bug fix is complete, directly execute the relevant testing command, review the printed output, and confirm a successful exit code immediately prior to making any success statement.

Can I use verification checks for both git commits and task handoffs?

Yes, you can use verification checks for both git commits and task handoffs. The process applies to coding workflows involving tests, builds, and regression checks, requiring direct command execution and exit-code confirmation before status updates.

What's the best way to stop agents from relying on stale build results?

The best way to stop agents from relying on stale build results is to implement a completion gate that mandates fresh verification evidence and direct output review before allowing any claims that a build is passing or ready to ship.