Claude Agent

coverage-auditor

Imported from arbiterforge/codearbiter/site/src/curated/agents/coverage-auditor.md.

LLM Mart · 0 points · 17 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_coverage-auditor.md-44989c5.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/site/src/curated/agents/coverage-auditor.md
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (codearbiter)
  • coverage-auditor.md 899 B
    ---
    entity: agents/coverage-auditor
    related: [skills/tdd, skills/subagent-driven-development]
    ---
    
    ## Role
    
    Read-only auditor of test coverage against TDD obligations: checks the coverage percentage against the
    project's maturity threshold, flags untested source files, and flags logical gaps (missing
    boundary/negative-path tests). Dispatched by the `tdd` skill's Phase 4 and by
    `subagent-driven-development` as part of fresh-run verification after an author agent finishes.
    
    ## Why this model tier
    
    Ships `model: haiku`. Comparing a coverage number against a threshold table and checking for the
    presence of a test file is a mechanical, high-volume check rather than novel reasoning.
    
    ## What it emits
    
    CRITICAL–LOW findings with the source/test path and the specific gap, a coverage-vs-threshold status
    line, and a PASS/BLOCK gate status — HIGH or above blocks the change at the commit gate.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related