verify

verify is a skill for Claude Code from suxrobGM/jobpilot. It costs 57 tokens per session (208 once invoked), scanned A, original, MIT.

A local release check for the JobPilot codebase. It runs formatting checks, type checks, automated tests, and, when terminal code changed, .NET tests as well.

In plain words
What is it for?
Use it before committing code or when asked to verify the project, covering the API, web app, shared contracts, and affected terminal code.
Why use it?
It catches code style, typing, and test failures before a change is committed or shared.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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/suxrobgm/jobpilot/verify
Any agent
npx skills add suxrobGM/jobpilot --skill verify
Clone the repo
git clone --depth 1 https://github.com/suxrobGM/jobpilot

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/skills/suxrobgm/jobpilot/verify.svg)](https://agentmods.dev/skills/suxrobgm/jobpilot/verify)
Your own site
<a href="https://agentmods.dev/skills/suxrobgm/jobpilot/verify"><img src="https://agentmods.dev/badge/skills/suxrobgm/jobpilot/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 208 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.1 $0.00057 $0.00208
Opus 5 $0.00028 $0.00104
Sonnet 5 $0.00011 $0.00042
Haiku 4.5 $0.00006 $0.00021

Measured 6d ago against content hash 4d730f6674a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

.claude/skills/verify/SKILL.md · 20 lines

What it actually says

Verify

Run from the repo root, in order. Stop at the first failure and report its output.

  1. bun run ci
  2. bun --cwd=apps/api run typecheck
  3. bun --cwd=apps/web run typecheck
  4. bun --cwd=apps/api run test
  5. bun --cwd=packages/contracts run test
  6. Only if the working tree or branch diff touches apps/terminal/ or tests/ (git status --porcelain + git diff --name-only main...): dotnet test tests/JobPilot.Terminal.Tests

Finish with a one-line pass/fail summary per step.

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 · 20 lines · 57 tokens per session scan A 4d730f6674a8

Subscribe to this mod's changes

verify is a skill published in the GitHub repository suxrobGM/jobpilot (65 stars, last pushed 5d ago), licensed MIT. It adds 57 tokens to every session and 208 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

resume

Generate a tailored resume AND cover letter for a job description via the native four-role Resume Team, score both against ATS and HR rubrics, create DOCX files, and update the tracker. Use when the user pastes a job description and wants a complete application package (resume plus cover letter) with dual scoring and…

jananthan30/Resume-Builder · 72 tokens

writing-coach

Human-voice writing coach that rewrites resumes and cover letters for brevity, burstiness, plain language, and authentic impact, and blocks AI-sounding prose. Use when the user wants to improve writing quality, fix robotic or generic AI-sounding text, cut fluff, strengthen bullets and summaries, or pass the…

jananthan30/Resume-Builder · 91 tokens

cover-letter

Create a compelling one-page, human-voice cover letter for a job description and generate the final DOCX. Use when the user wants a cover letter only (no resume), pastes a JD and asks for a letter, or needs a letter to accompany an already-tailored resume. Runs the mandatory humanvoiceaudit before producing the DOCX.

jananthan30/Resume-Builder · 73 tokens

find-jobs

Search live job boards for roles that match the master resume, then score and rank them by ATS and HR fit. Use when the user wants to discover or find jobs, search openings by title or location, wants remote roles, or asks which live listings best match their background. Uses the discoverjobs MCP tool and never…

jananthan30/Resume-Builder · 71 tokens

job-fit

Run the deterministic, digest-bound candidate-fit gate that scores the configured master resume against an exact job description before any resume tailoring. Use when the user wants a GO/NO-GO fit check on a JD, asks "should I apply", or before starting resume work, to confirm score >= 70 with zero hard knockouts.…

jananthan30/Resume-Builder · 83 tokens

setup

One-time setup for Resume Builder — Python dependencies, config.json, cloud or local scoring, and optional LLM features. Use once right after installing, or when the user reports missing dependencies, a missing or incomplete config, wants to switch between cloud and local scoring, or wants to enable AI-augmented…

jananthan30/Resume-Builder · 71 tokens