verification-before-completion

verification-before-completion is a skill for Claude Code, Codex from skytiger6724/gemini-skills. It costs 43 tokens per session (974 once invoked), scanned A, original, no licence file.

A checking process that requires evidence before declaring coding work complete.

In plain words
What is it for?
Use it before reporting that work is complete, fixed, or passing, and before committing or opening a pull request.
Why use it?
It reduces false claims that a fix, test, commit, or pull request is finished when verification has not been run.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it before reporting that work is complete, fixed, or passing, and before committing or opening a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skytiger6724/gemini-skills/verification-before-completion
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add skytiger6724/gemini-skills --skill verification-before-completion
Clone the repo
git clone --depth 1 https://github.com/skytiger6724/gemini-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for verification-before-completion

README.md
[![agentmods](https://agentmods.dev/badge/skills/skytiger6724/gemini-skills/verification-before-completion/github.svg)](https://agentmods.dev/skills/skytiger6724/gemini-skills/verification-before-completion)
Your own site
<a href="https://agentmods.dev/skills/skytiger6724/gemini-skills/verification-before-completion"><img src="https://agentmods.dev/badge/skills/skytiger6724/gemini-skills/verification-before-completion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for verification-before-completion

Your own site · 80×15
<a href="https://agentmods.dev/skills/skytiger6724/gemini-skills/verification-before-completion"><img src="https://agentmods.dev/badge/skills/skytiger6724/gemini-skills/verification-before-completion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.00974
Opus 5 $0.00022 $0.00487
Sonnet 5 $0.00009 $0.00195
Haiku 4.5 $0.00004 $0.00097

Measured 6d ago against content hash ea52d15aabaf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

verification-before-completion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

verification-before-completion/SKILL.md · 140 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 140 lines · 43 tokens per session scan A ea52d15aabaf

Subscribe to this mod's changes

verification-before-completion is a skill published in the GitHub repository skytiger6724/gemini-skills (1 stars, last pushed 4mo ago), with no licence file. It adds 43 tokens to every session and 974 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

finishing-a-development-branch

The Finality Layer for CIEL orchestration. Guides the completion of an epic by enforcing global verification, presenting integration options, and handling Git cleanup.

jxoesneon/Ciel · 37 tokens

work-it

Use when the user asks to "work it", execute a plan in a worktree, create a progress-tracked PR, or run a mandatory review-and-fix loop over all touched files until lint, tests, CI, and reviews are green.

dinglebear-ai/dendrite · 53 tokens

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

trinhhaox/ag-kit · 44 tokens

setup-pre-commit

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

ronmkr/PromptBook · 62 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

wshobson/agents · 35 tokens