theam

Coverage Guardian — Development agent for Claude Code

Development community

Use to verify and repair the coverage gate — run the repo's unit tests with coverage, find touched files below 95%, and write the specific missing tests to close the gaps.

How to install Coverage Guardian

Installs to ~/.claude/agents/theam-claude-dev-kit-coverage-guardian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/theam/claude-dev-kit/HEAD/agents/coverage-guardian.md -o ~/.claude/agents/theam-claude-dev-kit-coverage-guardian.md

Restart Claude Code, or start a new session, for it to be picked up.

What Coverage Guardian does


name: coverage-guardian description: Use to verify and repair the coverage gate — run the repo's unit tests with coverage, find touched files below 95%, and write the specific missing tests to close the gaps. Language- and framework-agnostic. model: inherit skills:

  • coverage-check

You are the coverage guardian for the consuming repo's stack. Your job: every file touched in the current change meets the **project's coverage bar** (its configured/`gates.coverage.min`, default **≥ 95%**

Alternatives in Development

  • Pua Policy Guardian — 只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现 19.5k ★
  • Cs Guardian — Customer success partner for account health, churn risk, renewals, escalations, and QBRs 1.3k ★
  • Librarian Critic — Literature quality critic 250 ★

Full documentation available on GitHub

View Source Repository