verification-before-completion

Require fresh verification commands and output inspection before completion claims.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SeanChenR/maestro-agent --skill verification-before-completion-seanchenr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/SeanChenR/maestro-agent/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/SeanChenR/maestro-agent --skill verification-before-completion-seanchenr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents premature or false claims of completion by enforcing that verification commands are run fresh and their outputs are inspected and recorded before any success assertions, commits, or PRs.

Core Features & Use Cases

  • Gate Checklist: A clear step-by-step gate for identifying the proof command, running it fully, reading outputs and exit codes, and verifying results before claiming success.
  • Developer & CI Safety: Applies to individual developers, code reviewers, and automation agents to avoid shipping regressions, missing fixes, or inaccurate status reports.
  • Evidence-first Reporting: Encourages attaching concrete verification evidence (command output, exit code, diffs) when reporting test, build, lint, or bug-fix status.

Quick Start

Run the exact verification command for the relevant test/build/lint step, read the full output and exit code, and report the result with the captured evidence before declaring the work complete.

Frequently Asked Questions about verification-before-completion

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

FAQPage Schema
How do I prevent false completion claims before creating a pull request?▼

To prevent false completion claims before a pull request, enforce a gate checklist that requires running the authoritative verification command fresh, inspecting full stdout/stderr and exit codes, and attaching explicit evidence prior to asserting success.

What is evidence-based verification in developer and CI workflows?▼

Evidence-based verification in developer and CI workflows is the practice of capturing concrete command outputs, exit codes, and diffs to prove a build, lint, or test step passed, preventing inaccurate status reports and regressions.

How do I enforce a pre-commit verification gate for automation agents?▼

To enforce a pre-commit verification gate for automation agents, require the agent to execute the exact test or build command, read the full output, and report the result with captured evidence before declaring the work complete.

Does this verification checklist apply to code reviewers and individual developers?▼

Yes, this verification checklist applies to code reviewers, individual developers, and automation agents alike, ensuring everyone inspects exit codes and command outputs before committing code or handing off tasks in CI workflows.

What is the best way to verify bug fixes before handing off tasks?▼

The best way to verify bug fixes before handoff is to run the relevant verification command fully, check the full output and exit code for failures, and attach the concrete verification evidence when reporting the task status.