increase-coverage

increase-coverage is a command for Claude Code from shenjingnan/xiaozhi-client. It costs 13 tokens per session (365 once invoked), scanned A, original, MIT.

A command that examines the current branch's code changes and adds unit tests for logic that lacks coverage.

In plain words
What is it for?
Use it to compare coverage before and after adding tests in src/__tests__/, then run the project's test and coverage commands.
Why use it?
It helps reveal untested functions, branches, edge cases, and error handling before changes are merged.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

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/shenjingnan/xiaozhi-client/increase-coverage
Clone the repo
git clone --depth 1 https://github.com/shenjingnan/xiaozhi-client

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 increase-coverage

README.md
[![agentmods](https://agentmods.dev/badge/commands/shenjingnan/xiaozhi-client/increase-coverage.svg)](https://agentmods.dev/commands/shenjingnan/xiaozhi-client/increase-coverage)
Your own site
<a href="https://agentmods.dev/commands/shenjingnan/xiaozhi-client/increase-coverage"><img src="https://agentmods.dev/badge/commands/shenjingnan/xiaozhi-client/increase-coverage.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 365 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.00013 $0.00365
Opus 5 $0.00006 $0.00182
Sonnet 5 $0.00003 $0.00073
Haiku 4.5 $0.00001 $0.00036

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

Security

Grade A, and why

increase-coverage 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.

.agents/commands/increase-coverage.md · 27 lines

What it actually says

上下文

  • 分叉点 commit: !git merge-base main HEAD
  • 当前分支改动文件列表: !git --no-pager diff --name-only main...HEAD
  • 当前分支改动内容: !git --no-pager diff main...HEAD
  • 当前覆盖率基线: !pnpm run test:coverage 2>&1

你的任务

根据上述信息,为当前分支的改动补充测试覆盖:

  1. 分析当前分支改动,识别变更的核心逻辑文件(排除配置文件、类型定义等非逻辑文件)
  2. 查看当前覆盖率报告,记录基线数据
  3. 分析哪些核心逻辑缺少测试覆盖,重点关注:
    • 新增的函数和方法
    • 修改后的条件分支
    • 边界场景和异常处理
  4. 为缺少覆盖的逻辑补充测试用例,测试文件放在 src/__tests__/ 目录下
  5. 运行 pnpm run test 确保全部测试通过,如有失败则修复
  6. 运行 pnpm run test:coverage 获取更新后的覆盖率
  7. 输出总结:覆盖率从 X% 提升到 Y%,新增了哪些测试用例
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 · 27 lines · 13 tokens per session scan A f5ba541cf645

Subscribe to this mod's changes

increase-coverage is a command published in the GitHub repository shenjingnan/xiaozhi-client (338 stars, last pushed 2d ago), licensed MIT. It adds 13 tokens to every session and 365 once invoked, about $0.0001 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.