Verification Before Completion

Execute verification commands and analyze outputs before confirming task completion.

3|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/trae-community/trae-templates --skill verification-before-completion-trae-community
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification Before Completion
Source: https://github.com/trae-community/trae-templates/tree/main/templates/tools-devops/superpowers-trae-init/.trae/skills/verification-before-completion
Command: npx skills add https://github.com/trae-community/trae-templates --skill verification-before-completion-trae-community

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the issue of unverified claims of task completion by enforcing rigorous verification protocols before confirming success.

Core Features & Use Cases

  • Verification Enforcement: Guides users to execute specific commands and interpret outputs to substantiate their claims.
  • Operational Integrity: Prevents premature or dishonest success declarations that can lead to errors or rework.
  • Use Case: For instance, before marking a software build as complete, run the build command, verify the exit code and logs, then confirm success based on verified output.

Quick Start

Run your test suite to verify all functionalities are passing before claiming the task is finished.

Frequently Asked Questions about Verification Before Completion

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

FAQPage Schema
How do I verify a software build is complete before claiming success?

To verify a software build, execute the build command, inspect the exit code, and analyze the logs to confirm correctness before declaring task completion. This prevents premature success claims and ensures operational integrity.

What is task verification in software testing and quality assurance?

Task verification in software testing is the process of executing definitive commands and analyzing their outputs to substantiate claims of task completion. It enforces rigorous validation to reduce dishonesty and errors in workflows.

How do I enforce compliance checks and validation before marking a task done?

You enforce compliance checks by running your test suite to verify all functionalities are passing, interpreting the results, and confirming success based only on verified output. This stops unverified claims of task completion.

Why does my workflow report task completion before the build process finishes?

Workflows report premature task completion due to a lack of verification enforcement. By running specific commands and verifying the exit code and logs, you can prevent dishonest or erroneous success declarations during software builds.

Does this verification approach work for compliance checks and test suites?

Yes, this verification approach works for compliance checks and test suites by guiding you to execute specific commands and interpret outputs to substantiate success. It is designed for software testing, build processes, and compliance checks.