task-completion-verify

Run deterministic verification commands and report results with evidence.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/srnnkls/tropos --skill task-completion-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-completion-verify
Source: https://github.com/srnnkls/tropos/tree/main/skills/task-completion-verify
Command: npx skills add https://github.com/srnnkls/tropos --skill task-completion-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evidence-based completion claims. Use before claiming work is complete, fixed, or passing - requires running verification commands and confirming output before any success claims.

Core Features & Use Cases

  • Enforce verification before declaring task completion.
  • Provide a gate-by-gate process to run deterministic verification commands and validate outputs.
  • Use in CI/CD, code reviews, task dispatch, and QA to prevent premature success claims.

Quick Start

Start by running the verification workflow before marking any task complete and capture the full command output for validation.

Frequently Asked Questions about task-completion-verify

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

FAQPage Schema
How do I verify task completion with evidence before claiming code is fixed?

You verify task completion with evidence by running deterministic verification commands and validating their fresh output before making any success claims. This process enforces a gate-by-gate check to guard against premature success claims in software development workflows.

What is evidence-based completion verification in test automation?

Evidence-based completion verification in test automation is a workflow that requires running deterministic verification commands and capturing their output to prove a task is truly complete. It prevents premature success claims by enforcing validation before declaration.

How do I prevent premature success claims in CI/CD and code review workflows?

You prevent premature success claims in CI/CD and code review workflows by enforcing a verification gate before marking tasks complete. This involves running deterministic verification commands and confirming the output provides fresh evidence of success.

Can I use task completion verification for quality assurance and task dispatch workflows?

Yes, you can use task completion verification for quality assurance and task dispatch workflows. The process applies across these domains by requiring deterministic verification commands to run and their outputs to be parsed before any completion is declared.

What's the best way to enforce a verification gate before declaring a build passing?

The best way to enforce a verification gate before declaring a build passing is to apply a gate-by-gate process that runs deterministic verification commands and validates their outputs. This ensures every completion claim is backed by fresh evidence.

When do I need to run deterministic verification commands before claiming work is complete?

You need to run deterministic verification commands before claiming work is complete whenever you are marking tasks as fixed, passing, or done in software development. This requirement ensures that output is captured and validated as evidence before any success declaration.