Coverage Guardian — Development agent for Claude Code
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
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 RepositoryRelated Agents
Workflow Discussion Review
Periodically reviews a discussion file for gaps, shallow coverage, and missing edge cases. Invoked in the back
Coverage Reviewer
Finds gaps, missing scenarios, ambiguity, and scope drift in the subject under review.
Ren Wiki Lint
Incremental wiki hygiene agent. Spawn at /ren:wrap close-out or when the wake-up nudge reports unlinted journa
Of Builder
OwnFramework Loop builder — implement or repair one approved work unit in the exact deterministic builder work
Career Gap Analyst
Analyzes a CV or career history against a target role to identify skill gaps, narrative gaps, and positioning
Orch Verifier
Heavy-tier fresh-eyes verifier for the orchestrator. Use for Class: verify at every close — it MUST NOT have b
Related Skills
Accessibility Specialist
Use when a screen might fail WCAG. Unlabeled inputs, no keyboard path, contrast below AA, missing landmarks, b
Review Test Quality
Audit test suite quality: coverage gaps, weak assertions, missing negative cases, over-mocking, and tests that
Cfn Pseudo
SPARC Pseudocode phase. Trace logic, enumerate branches, find failure paths, verify branch coverage BEFORE wri