verification-before-completion

Execute verification commands and validate outputs before reporting task completion.

8|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/dxc-danny/superpowers-cn --skill verification-before-completion-dxc-danny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/dxc-danny/superpowers-cn/tree/main/skills/verification-before-completion
Command: npx skills add https://github.com/dxc-danny/superpowers-cn --skill verification-before-completion-dxc-danny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent dishonest or premature completion claims by enforcing a verification gate that requires running checks and gathering evidence before any success statement.

Core Features & Use Cases

  • Enforces a gate before commits, PRs, or releases
  • Runs verification commands, aggregates outputs, and evaluates success criteria
  • Useful in code reviews, sprint demos, and deployment readiness to reduce risk

Quick Start

Run the full verification commands and record the results before asserting completion.

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 checks before claiming a task is complete?

A verification gate prevents premature completion claims by requiring validated results and verifiable evidence. It enforces a checkpoint before commits, PRs, or releases, reducing risk in development workflows by ensuring tasks are actually finished.

How do I verify task completion with evidence before creating a pull request?

To verify completion before a pull request, run full verification commands and record the results before asserting success. This validates outputs against success criteria and reports failure details, ensuring only verified tasks proceed to PRs.

What is the best way to prevent dishonest or premature completion claims in a development workflow?

The best way to prevent premature completion claims is enforcing a verification gate that requires running checks and gathering evidence before any success statement. This ensures all claims are backed by validated results across diverse projects.

Can I use a verification gate to validate code review readiness for sprint demos?

Yes, you can use a verification gate to validate code review readiness for sprint demos. It runs verification commands, aggregates outputs, and evaluates success criteria, ensuring deployment readiness and reducing risk before presenting completed tasks.

What happens when evidence does not confirm success during pre-commit validation?

When evidence does not confirm success during pre-commit validation, the verification gate reports the status with specific failure details. This prevents the completion claim from proceeding until the validated results meet the success criteria.