verify

verify is a command for Claude Code from ebibibi/ebi-agent-chat-relay. It costs 0 tokens per session (156 once invoked), scanned A, original, MIT.

A pre-commit checklist for checking a Python project’s code quality, tests, security, and public imports.

In plain words
What is it for?
Use it to run linting, formatting, automated tests with coverage, security searches, and import checks.
Why use it?
It catches formatting problems, failed tests, common security risks, and broken imports before changes are committed.

Command for Claude Code

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 commands/ebibibi/ebi-agent-chat-relay/verify
Clone the repo
git clone --depth 1 https://github.com/ebibibi/ebi-agent-chat-relay

Made for: Claude Code.

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/commands/ebibibi/ebi-agent-chat-relay/verify.svg)](https://agentmods.dev/commands/ebibibi/ebi-agent-chat-relay/verify)
Your own site
<a href="https://agentmods.dev/commands/ebibibi/ebi-agent-chat-relay/verify"><img src="https://agentmods.dev/badge/commands/ebibibi/ebi-agent-chat-relay/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.00156
Opus 5 $0.00000 $0.00078
Sonnet 5 $0.00000 $0.00031
Haiku 4.5 $0.00000 $0.00016

Measured 4d ago against content hash 31f6d3015df2, 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 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 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.

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.

.claude/commands/verify.md · 10 lines

What it actually says

Run the full verification pipeline before committing:

  1. Run uv run ruff check claude_discord/ — fix any lint errors
  2. Run uv run ruff format claude_discord/ — ensure formatting
  3. Run uv run pytest tests/ -v --cov=claude_discord --cov-report=term-missing — all tests must pass
  4. Run a security scan: search for shell=True, hardcoded secrets, and unvalidated user input in the codebase
  5. Verify the public API imports work: python -c "from claude_discord import ClaudeRunner, ClaudeChatCog"

Report results for each step. If any step fails, fix the issue and re-run that step before proceeding.

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 · 10 lines · 0 tokens per session scan A 31f6d3015df2

Subscribe to this mod's changes

verify is a command published in the GitHub repository ebibibi/ebi-agent-chat-relay (57 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 156 tokens. 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-08-30.

Related

Other commands, from other repositories

work

Implement a scv/promote/ / plan. Reads PLAN.md + TESTS.md, proposes/loads Related Documents as needed, runs the tests, and optionally archives on success. Use whenever the user wants an existing plan implemented — 'build it', 'implement the plan', 'let's do it' — not only when they type /scv:work. Never implement a…

wookiya1364/scv-claude-code · 101 tokens

caspian-toast

Dummy — fire an OpenCode toast to test UI.

TryCaspian/caspian-sdk · 10 tokens

routine

Execute one maintenance routine defined in scv/routines/ .md (task + guardrails + exit-criteria contract), or list defined routines. SCV never schedules — pair with host features like /loop or cron yourself. Use whenever the user asks to run a recurring maintenance task, or asks what routines exist — not only when…

wookiya1364/scv-claude-code · 75 tokens

status

Show raw changes since last index + list of active promote plans. Use whenever the user asks what is in flight, what changed, or where things stand — not only when they type /scv:status. Never summarize project state from memory; this command reads it.

wookiya1364/scv-claude-code · 54 tokens

review

Run a Codex Router code review against local git state.

gitguffaw/codex-router · 11 tokens

update

Check installed SCV plugin version vs latest release, and guide the user through /plugin marketplace update + /reload-plugins. Read-only — does not modify project files. (v0.11.2+) Use whenever the user asks whether SCV is current or how to update it — not only when they type /scv:update.

wookiya1364/scv-claude-code · 68 tokens