verify

verify is a skill for Claude Code, Codex from nearform/lastlight. It costs 60 tokens per session (1,268 once invoked), scanned A, original, MIT.

A behaviour-checking process that tests a specific claim and reports whether the evidence confirms it, refutes it, or is inconclusive.

In plain words
What is it for?
It verifies claims such as whether a bug is fixed or a pull request behaves as described, mainly through shell-based checks.
Why use it?
It replaces assumptions about a fix with captured evidence from tests, builds, commands, logs, or a running server.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/nearform/lastlight/verify
Any agent
npx skills add nearform/lastlight --skill verify
Clone the repo
git clone --depth 1 https://github.com/nearform/lastlight

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 verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/nearform/lastlight/verify.svg)](https://agentmods.dev/skills/nearform/lastlight/verify)
Your own site
<a href="https://agentmods.dev/skills/nearform/lastlight/verify"><img src="https://agentmods.dev/badge/skills/nearform/lastlight/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original 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 $0.00060 $0.01268
Opus 5 $0.00030 $0.00634
Sonnet 5 $0.00012 $0.00254
Haiku 4.5 $0.00006 $0.00127

Measured 4d ago against content hash 964f2ccab7f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

verify scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

> stdout/stderr, `curl` against a dev-server you start, log excerpts, file
apps/server/skills/verify/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Verify

Test a specific claim about behaviour and report whether the evidence supports or refutes it. The deliverable is a verdict with evidence, not an opinion.

This skill uses the building skill for installing dependencies and running the repo's build/test commands in the sandbox.

Scope (text-evidence path). In the default text phase the sandbox agent has bash, file read, and the github tools — no browser, no screenshots, no video. Prove claims with what bash can capture: test output, command stdout/stderr, curl against a dev-server you start, log excerpts, file contents, exit codes. Driving a real browser and attaching screenshots is the separate browser-qa skill, which is staged only in the gated browser phase running on the docker QA image (Playwright + Chromium). If that skill isn't in your catalogue and a claim genuinely can only be shown in a rendered UI, say so under INCONCLUSIVE rather than guessing — the browser phase will pick it up when available.

Ground rule — investigator, not advocate

Your job is to find out whether the claim is true, not to make it look true. A conclusive "this is broken" with clear evidence is exactly as valuable as a "this works". Specifically:

  • Never fabricate, hardcode, mock, or stage evidence to match an expected outcome. Do not edit the code under test to make a result appear.
  • If the behaviour you observe contradicts the claim, that is the result — report it as REFUTED with the evidence inline. Don't bury it.
  • Don't retry a failing test hoping for a different answer. Retry only after changing the environment or procedure (wrong branch, missing build step), and only when you have reason to believe the test setup — not the code — was wrong. One unexpected result that reproduces is a finding.

Parse the target

The Context block gives you the claim and (usually) a PR or issue. The claim may arrive as:

  • A direct claim — "ESC cancels streaming in bash mode", "the --fork flag creates a new session".
  • A PR reference + claim — verify the claim against that PR's head.
  • A PR reference only — read the PR description + diff and identify the most important, most testable claim it makes; state which claim you chose.

Read the full file on GitHub · 119 lines

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. 4d ago First seen · 119 lines · 60 tokens per session scan A 964f2ccab7f0

Subscribe to this mod's changes

verify is a skill published in the GitHub repository nearform/lastlight (22 stars, last pushed 7d ago), licensed MIT. It adds 60 tokens to every session and 1,268 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

example-skill

Counts lines, words, and bytes in a text file using the bundled count.sh script. Use when asked to count/measure a file's size in these terms.

sammwyy/clay · 37 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

Leonxlnx/taste-skill · 61 tokens

open-code-review

Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…

alibaba/open-code-review · 98 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens

brandkit

Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional…

Leonxlnx/taste-skill · 89 tokens

minimalist-ui

Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.

Leonxlnx/taste-skill · 34 tokens