Help us improve
Share bugs, ideas, or general feedback.
From rtl-agent-team
Runs UVM-based verification on RTL using commercial simulators (VCS, Questa, Xcelium). Outputs test summaries and coverage reports.
npx claudepluginhub babyworm/rtl-agent-team --plugin rtl-agent-teamHow this skill is triggered — by the user, by Claude, or both
Slash command
/rtl-agent-team:rtl-p5s-uvm-verify [module-name][module-name]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<Purpose>
Defines UVM naming conventions, coverage targets, and a coverage-driven verification feedback loop using CDTG tables. Pure reference for verification teams.
Simulates SystemVerilog designs using Verilator. Auto-detects DUT and testbench files, compiles with trace, runs simulation, and outputs structured PASS/FAIL results.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
See references/uvm-architecture.md for UVM component hierarchy, phase order,
simulator compile commands, and agent template with project naming conventions.
<Use_When>
<Do_Not_Use_When>
<Why_This_Exists> UVM provides reusable, scalable verification infrastructure for complex designs. When a commercial simulator is available, UVM delivers constrained-random coverage closure that directed testing cannot match for large state spaces. </Why_This_Exists>
Commercial simulator required:
If prerequisite is missing: WARNING — commercial simulator not found.
Use /rtl-agent-team:rtl-p5s-func-verify (cocotb/Verilator) instead.
Task(subagent_type="rtl-agent-team:p5s-uvm-orchestrator", prompt="Execute UVM verification. User input: $ARGUMENTS")
Do not perform any work directly. The orchestrator agent manages simulator availability checking, UVM environment generation, compilation, test execution, and coverage collection.
sim/uvm/results/run_summary.log — test pass/fail summary across all UVM sequencessim/uvm/coverage/ — merged functional and code coverage datareviews/phase-5-verify/{module}-uvm-review.md — UVM verification review with coverage analysis