verification-before-completion

Run verification commands and inspect exit codes before claiming task completion.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/LISANG3/Larj --skill verification-before-completion-lisang3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/LISANG3/Larj/tree/main/skills/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/LISANG3/Larj --skill verification-before-completion-lisang3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents premature claims of work completion, ensuring that all verification steps are performed before any assertion of success is made, thereby maintaining honesty and preventing costly errors.

Core Features & Use Cases

  • Mandatory Verification: Enforces running specific verification commands before declaring a task, bug fix, or build as complete.
  • Evidence-Based Claims: Requires concrete output and exit codes as proof of success, not just assumptions or previous states.
  • Use Case: Before committing code, you must run the linter and all tests, and then present the output showing zero failures to confirm the code is ready.

Quick Start

Run the verification command and present its output before claiming success.

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 running tests and linting before claiming code completion?

Code completion verification requires running specific commands like linters and tests, then examining their full output and exit codes. This ensures concrete evidence precedes any assertion of work being complete.

What is evidence-based verification for bug fixing and build status?

Evidence-based verification mandates presenting concrete command output and exit codes as proof of success. It prevents premature claims of bug fixing or passing status by ensuring actual results confirm the assertion before communication.

Why does my agent claim task completion without showing test output?

Agents claim task completion without test output when a strict verification process is missing. Enforcing mandatory verification requires examining actual testing and building command results before any success assertion is communicated.

Can I use automated verification to prevent premature claims of passing status?

Yes, automated verification prevents premature claims of passing status by mandating specific commands for testing, linting, and building. It requires zero failures in the output before any success declaration is communicated.

What are the limitations of relying on assumptions for code review verification?

Relying on assumptions for code review verification leads to costly errors and dishonest claims. The limitation is that previous states do not confirm current success; you must run validation commands and present actual output showing zero failures.