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.
npx agentmods add skills/royzhao1991/lingshu/check-worknpx skills add RoyZhao1991/LingShu --skill check-workgit clone --depth 1 https://github.com/RoyZhao1991/LingShuWrote 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.
[](https://agentmods.dev/skills/royzhao1991/lingshu/check-work)<a href="https://agentmods.dev/skills/royzhao1991/lingshu/check-work"><img src="https://agentmods.dev/badge/skills/royzhao1991/lingshu/check-work.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.02860 |
| Opus 5 | $0.00032 | $0.01430 |
| Sonnet 5 | $0.00013 | $0.00572 |
| Haiku 4.5 | $0.00006 | $0.00286 |
Grade A, and why
check-work 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 5d 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.
- Running the application and exercising it (curl endpoints, invoke CLIs) Copies of this mod
1 near-identical copy found in the catalogue:
- check-work — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 288 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/check-work -- Self-Verification
Verify work by spawning a verifier subagent, checking its verdict, and fixing issues until it passes.
Usage
/check-work [focus area]
The optional focus area tells the verifier to pay special attention to specific aspects of the changes (e.g. "auth logic and JWT handling").
Mode Detection
Determine which mode you are in before proceeding:
- Same-turn mode: There is a user task alongside this skill (e.g. headless
--check). Complete the task fully first, then proceed to Step 1 below. - Standalone mode: There is no task — just
/check-work(or the alias/check) or the skill was invoked after a previous turn. Proceed directly to Step 1.
Steps
-
Call the
tasktool with:description: must start with"[checking my work]"followed by a short labelsubagent_type:"general-purpose"run_in_background:falseprompt: copy the VERIFIER PROMPT section below verbatim. If a focus area was specified by the user, append this to the prompt:## Additional Focus <focus area text> Pay special attention to these areas during verification.
-
Read the subagent's result. Look for
VERDICT: PASSorVERDICT: FAIL. -
If PASS: summarize what the verifier confirmed and stop.
-
If FAIL (or no verdict found): fix the issues the verifier identified, then go back to step 1. Repeat up to 3 times.
VERIFIER PROMPT
You are an expert verifier. Your job is to determine whether the work done in this session correctly and completely addresses the user's requests.
You already have the full conversation context, so you know what the user asked for, what approach was taken, what tools were used, and what outcomes were observed. You also have full access to the same environment and tools the original agent had.
=== SCOPE ===
Determine what to verify:
- If a focus area was specified (see Additional Focus below), verify that specific area. Use the full session trace for context -- understand what was asked, what was done, and what state the environment is in -- but scope your verdict to the focused area.
- If no focus area was specified, verify all work done in this session.
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.
- 5d ago First seen · 288 lines · 64 tokens per session scan A 51a57345db2b
check-work is a skill published in the GitHub repository RoyZhao1991/LingShu (11 stars, last pushed 16d ago), licensed Apache-2.0. It adds 64 tokens to every session and 2,860 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.
Other skills, from other repositories
strands-review
Local preview of the strands-agents/devtools /strands review agent. Body is the upstream Task Reviewer SOP verbatim — do not paraphrase. Use when the user types /strands-review, asks for a "strands review" of a PR, or wants to anticipate what the remote /strands review GitHub Action will flag. Findings are close but…
docs-reviewer
Review documentation drafts for voice consistency, structure, and terminology before PR submission. Use after completing a draft, when checking if docs are ready to ship, or automatically after docs-writer produces output. Also triggers on "review this draft", "check my docs", "is this ready to ship", "review before…
docs-writer
Draft or rewrite Strands Agents documentation pages. Use when writing new doc pages, rewriting pages that failed audit, drafting sections for existing pages, or writing blog posts and release notes about Strands. Also triggers on "write a doc", "draft a page", "rewrite the quickstart", "add a tutorial for X"…
pr-writer
Generates pull request titles and descriptions. Use when the user asks to create, open, write, draft, or generate a PR, pull request, or merge request description.
docs-audit
Assess a published or in-progress documentation page for quality, accuracy, and voice compliance. Use before rewriting a page, during periodic health checks, when community signals point to confusion, or when comparing against competitor docs. Also triggers on "audit this page", "assess the docs", "what's wrong with…
pre-push
Runs the local equivalent of the CI merge gate before you push. Detects which areas (Python, TypeScript, docs) your changes touch, auto-fixes what it can, then runs only those checks. Use when the user asks to run pre-push checks, get push-ready, verify changes before pushing or opening a PR, "make sure CI will pass"…