From rtl-agent-team
Analyzes RTL simulation coverage reports to identify gaps in lines, branches, and FSM states, prioritizing new test cases to achieve coverage targets.
npx claudepluginhub babyworm/rtl-agent-team --plugin rtl-agent-teamThis skill is limited to using the following tools:
<Purpose>
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
<Use_When>
<Do_Not_Use_When>
<Execution_Policy>
skills/rtl-p5s-coverage-analyze/templates/coverage-gap-report.md as report scaffold
</Execution_Policy><Why_This_Exists> Raw coverage reports are verbose and hard to prioritize. coverage-analyst identifies which uncovered areas are high-value vs unreachable. testbench-dev then writes targeted tests for the high-value gaps, making coverage closure systematic. </Why_This_Exists>
Coverage data from rtl-p5s-func-verify required:
sim/coverage/coverage.xml (or .dat) must existIf prerequisite is missing: WARNING — recommend running /rtl-agent-team:rtl-p5s-func-verify first.
Proceed with available artifacts — orchestrator will adapt scope.
Task(subagent_type="rtl-agent-team:p5s-coverage-orchestrator", prompt="Execute coverage gap analysis. User input: $ARGUMENTS")
Do not perform any work directly. The orchestrator agent manages 3-round iterative coverage analysis, directed test generation, and coverage convergence tracking.
reviews/phase-5-verify/{module}-coverage-report.md — raw and post-exclusion coverage numbers, prioritized gap list, and PASS/FAIL verdictsim/coverage/test_coverage_fill.py — directed tests generated to close identified gaps