verification-before-completion

Execute full verification commands and report pass/fail evidence before completion claims.

437|13|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/derHaken/SuperAntigravity --skill verification-before-completion-derhaken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/derHaken/SuperAntigravity/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/derHaken/SuperAntigravity --skill verification-before-completion-derhaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents claiming work is complete without verification by enforcing evidence-before-assertions to protect integrity and reduce regressions.

Core Features & Use Cases

  • Enforces a verification workflow before PRs or releases by requiring explicit verification steps.
  • Provides a repeatable process for running verification commands, collecting outputs, and reporting results with evidence.
  • Use Case: Before merging a feature, run full verification to confirm tests pass and quality gates are met.

Quick Start

Run a full verification cycle to validate your current task completion status.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I enforce verification before claiming a pull request is complete?

To enforce verification before claiming a pull request is complete, you must run the full verification command, collect the output as evidence, and report pass or fail status with supporting data before triggering a commit or merge.

What is evidence-based verification in a CI-CD workflow?

Evidence-based verification in a CI-CD workflow is the process of executing explicit verification steps and gathering fresh output data to prove quality assurance gates are met before a completion claim triggers a build or release.

Why do I need to run verification commands before merging code?

You need to run verification commands before merging code to protect integrity and reduce regressions by ensuring that fresh test outputs and quality gate results validate the completion claim before a PR proceeds.

Can I use automated verification gates for tasks outside of code review?

Yes, you can use automated verification gates for tasks outside of code review by applying this evidence-based process to any task with a required verification gate before triggering completion claims, builds, or releases.

What's the best way to collect verification evidence for quality assurance?

The best way to collect verification evidence for quality assurance is to execute a repeatable verification cycle that runs the required commands, captures the full output, and reports the pass or fail results with supporting evidence.