verification

Require verification evidence before reporting software work as complete.

4|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anderson-0/mighty-powers --skill verification-anderson-0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/anderson-0/mighty-powers/tree/main/skills/verification
Command: npx skills add https://github.com/anderson-0/mighty-powers --skill verification-anderson-0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents false completion claims by requiring fresh verification evidence before reporting that work is finished, fixed, or passing.

Core Features & Use Cases

  • Evidence-Based Validation: Enforces a workflow of identifying, running, reading, and confirming verification commands before making status claims.
  • Completion Safety Checks: Helps validate tests, builds, regressions, requirements, and agent-produced changes before commits or pull requests.
  • Use Case: When a developer believes a bug fix is complete, use this Skill to run the appropriate checks and only report success after the results confirm the claim.

Quick Start

Use the verification skill to confirm whether the current implementation is actually complete and passing all required checks.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I verify a bug fix is complete before committing?▼

To verify a bug fix is complete, you must execute validation commands, review the outputs, and confirm the results before reporting the work as finished. This enforces an evidence-based validation workflow preventing unsupported completion claims.

What is evidence-based validation in software engineering?▼

Evidence-based validation in software engineering is a mechanism that requires fresh verification proof, such as passing tests or successful builds, before asserting that development work is complete or successful.

How do I run completion safety checks for regressions and builds?▼

Running completion safety checks involves identifying the appropriate validation commands for your regressions and builds, executing them, reading the outputs, and confirming successful results before making any completion assertions.

Can I use this to validate requirements before a pull request?▼

Yes, you can use this to validate requirements, tests, and agent-produced changes before commits or pull requests. It requires executing the relevant validation commands and confirming the results before reporting success.

Why does reporting a bug as fixed fail without verification evidence?▼

Reporting a bug as fixed fails without verification evidence because this workflow prevents false completion claims. It requires running validation commands and reviewing the actual outputs to confirm the fix before reporting success.

What's the best way to prevent unsupported completion claims in development workflows?▼

The best way to prevent unsupported completion claims is enforcing a workflow that requires identifying, running, reading, and confirming verification commands before making any status assertions about tests, builds, or bug fixes.