agentsclimarketplace

Verification

Skill itseffi/agentic-os/.agents/skills/verification

Agentic personal OS to automate high-leverage workflows with Codex, Claude Code, Pi, OpenClaw and other coding agents/ runtime platforms.

Install
npx -y skills add itseffi/agentic-os --skill verification

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Verify before claiming completion. No claims without fresh verification evidence. Use before marking work done.

SKILL.md

2.5 KB, 580 tokens by cl100k_base, as published. Nobody here has run it

Verification Before Completion

Use when about to claim work is complete, fixed, or passing.

The Iron Law

NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE

If you haven't run the verification command in this message, you cannot claim it passes.

The Gate Function

Before claiming any status or completion:

  1. IDENTIFY - What command proves this claim?
  2. RUN - Execute the FULL command (fresh, complete)
  3. READ - Full output, check exit code, count failures
  4. VERIFY - Does output confirm the claim?
    • If NO: State actual status with evidence
    • If YES: State claim WITH evidence
  5. ONLY THEN - Make the claim

Skip any step = lying, not verifying.

What Requires Verification

ClaimRequiresNot Sufficient
Tests passTest command output: 0 failuresPrevious run, "should pass"
Linter cleanLinter output: 0 errorsPartial check
Build succeedsBuild command: exit 0Linter passing
Bug fixedTest original symptom: passesCode changed
Phase completeAll objectives verifiedTests passing
Task doneChecklist items verified"I did everything"

Red Flags - STOP

  • Using "should", "probably", "seems to"
  • Expressing satisfaction before verification ("Great!", "Done!")
  • About to commit/push without verification
  • Relying on partial verification
  • ANY wording implying success without having run verification

Patterns

Tests:

OK: [Run test] [See: 34/34 pass] "All tests pass"
BAD: "Should pass now"

Build:

OK: [Run build] [See: exit 0] "Build passes"
BAD: "Linter passed" (linter != compiler)

Task completion:

OK: Re-read requirements -> checklist -> verify each -> report
BAD: "Tests pass, task complete"

Common Rationalizations

ExcuseReality
"Should work now"Run the verification
"I'm confident"Confidence != evidence
"Just this once"No exceptions
"Partial check is enough"Partial proves nothing

The Bottom Line

Run the command. Read the output. Then claim the result.

No shortcuts. Non-negotiable.

When to Use

Use this skill when the task directly matches the workflow described above.

When Not to Use

Do not use this skill when the request is unrelated, low-stakes, or better handled by a simpler direct response.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.