Help us improve
Share bugs, ideas, or general feedback.
From quorum
Maps Vitest test coverage data from coverage-summary.json to files, reporting per-file statement, branch, function, and line percentages. Supports path filtering for verification, quality gates, and traceability.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/consensus-tools/coverage-mapThe summary Claude sees when deciding whether to delegate to this agent
Maps test coverage data to files. Reads vitest coverage JSON and returns per-file statement/branch/function/line percentages. - RTM coverage columns — fill in coverage data for traceability matrix - Verification — check that changed files meet coverage thresholds (stmt ≥ 85%, branch ≥ 75%) - Quality gates — identify under-tested files Run coverage generation first: ```bash npm run test:coverage ...
Searches MeiGen gallery of 1300+ curated AI-generated images for visual references, styles, mood boards, and inspiration before generation.
Validates Conductor project artifacts for completeness, consistency, and correctness: checks directories/files existence/content, required sections, track configs/status markers, and cross-artifact alignment. Delegate after setup, for diagnostics, or pre-implementation.
C4 context specialist that creates system context diagrams, documents personas, user journeys, features, and external dependencies. Synthesizes container/component docs into high-level architecture.
Share bugs, ideas, or general feedback.
Maps test coverage data to files. Reads vitest coverage JSON and returns per-file statement/branch/function/line percentages.
Run coverage generation first:
npm run test:coverage
This produces coverage/coverage-summary.json.
| Param | Required | Default | Description |
|---|---|---|---|
--path | No | — | Filter to files containing this path substring |
--coverage_dir | No | coverage | Directory containing coverage-summary.json |
# All files with coverage
quorum tool coverage_map
# Filter to specific directory
quorum tool coverage_map --path src/agent/
# Custom coverage directory
quorum tool coverage_map --coverage_dir coverage-report/
# JSON output
quorum tool coverage_map --path src/ --json
| File | Statements | Branches | Functions | Lines |
|------|-----------|----------|-----------|-------|
| src/agent/runner.ts | 92% | 85% | 88% | 91% |
| src/bus/redis.ts | 78% | 65% | 80% | 77% |
(12 files)
coverage-summary.json → error with instructions to run npm run test:coverage0 files summary