verification-before-completion

Require fresh verification command outputs before declaring completion.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/AngelWings1997/altas --skill verification-before-completion-angelwings1997
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/AngelWings1997/altas/tree/main/altas-workflow/references/superpowers/verification-before-completion
Command: npx skills add https://github.com/AngelWings1997/altas --skill verification-before-completion-angelwings1997

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claiming work is complete without verification is dishonest, not efficient. This rule ensures that completion claims are always backed by fresh verification evidence and explicit outputs from verification commands. It reduces the risk of false positives in code reviews, merges, and milestone handoffs by enforcing a reproducible verification process.

Core Features & Use Cases

  • Evidence-first verification: Requires fresh outputs from verification commands before any success claim.
  • Guarded status updates: Forces explicit status messages only after verifying results.
  • Workflow applicability: Suits code reviews, PR approvals, and milestone handoffs with standardized checks.
  • Use Case: After implementing a feature, run the verification commands (tests, linters, and builds), inspect outputs, and declare completion only if all checks pass with clear evidence.

Quick Start

Run the verification commands, read the full output, and report results only after confirming evidence.

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 evidence before approving a pull request?

To enforce verification evidence before PR approval, you require fresh outputs from verification commands like tests and linters, read the full output, and only declare completion after confirming all checks pass with clear evidence.

What is evidence-first verification for code reviews and milestone handoffs?

Evidence-first verification is a process requiring fresh command outputs before any success claim is made, reducing false positives in code reviews and milestone handoffs by enforcing a reproducible verification workflow.

How do I stop false positive completion claims in my CI-CD pipeline?

To stop false positive completion claims in your CI-CD pipeline, enforce guarded status updates that require explicit verification results to be read and interpreted before any milestone handoff or PR approval is declared successful.

Can I use this verification process for milestone handoffs without additional dependencies?

Yes, you can use this verification process for milestone handoffs without additional dependencies, as it operates independently to enforce that verification commands are run and outputs are interpreted before claims are made.

What is the best way to verify feature completion before declaring success?

The best way to verify feature completion is to run verification commands including tests, linters, and builds, inspect the full outputs, and declare completion only if all checks pass with explicit evidence.

Why does requiring verification evidence matter for PR approval?

Requiring verification evidence for PR approval matters because claiming work is complete without verification is dishonest, and enforcing fresh outputs ensures a reproducible process that reduces the risk of false positives.