DipTrace PCB Test Points
SkillDev toolsPlan and place physical PCB test points (standalone probe pads) on a DipTrace board through the DipTrace MCP server — coverage audit, free-grid candidate selection, guarded dry-run placement, stub routing, and post-checks. Use when the user asks to add or place testpoints on a PCB, improve probe access or testability, plan fixture/bed-of-nails points, or audit PCB test-point coverage.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the DipTrace PCB Test Points skill
What this skill tells your AI
The instructions your AI receives, as published by fireostendere/mcp_diptrace in .agents/skills/diptrace-pcb-testpoints/SKILL.md and read by ahel’s review.
Headless PCB-only workflow over the DipTrace MCP server. For schematic-wired
test points use the separate diptrace-testpoints skill. Datasheets, DRC, and
manufacturability override anything here.
Parse the request
nets=explicit net list. Without it, build a proposal fromreview_testpoint_coverageplus design knowledge and confirm before writing.side=Top|Bottom— default Top.pad=<mm>probe pad diameter, default 1.0 mm;hole=<mm>default 0 (surface pad). Through-hole only when requested.grid=<mm>candidate grid, default 2.54 mm.mode=review|plan|apply. Direct "add testpoints" means apply, but show the placement table before committing.
Hard rules
- Always call
add_testpointswithdry_run=truefirst; commit only with the preview'sexpected_sha256. - Never place a TP on an RF antenna feed, crystal, switching node, reset, or high-impedance analog net unless the user explicitly names that net.
- One TP per net. Skip nets already covered by
list_testpoints. - Candidate generation avoids component/testpoint/keepout bounding boxes but NOT traces, vias, or pads. Sanity-check every chosen coordinate against routed geometry before committing, and run DRC after.
- The TP pad joins its net logically; copper still needs a pour (typical for GND) or a short stub trace to the nearest same-net pad. Escape beyond the pad copper edge plus applicable clearance before any via; via-in-pad stays disabled.
- Keep TPs off the board-edge margin (≥0.5 mm, more for pogo fixtures) and out of connector and tall-component shadows; enclosure shadowing is not modeled by the tools.
- Auto RefDes is
TP<n>; passrefdesonly to keep a fixture map stable.
Workflow
-
diptrace_status, thensummarize_designon the PCB path. -
Baseline:
list_testpointsandreview_testpoint_coverage. -
Choose target nets: functional signals worth probing; power/GND only when the user wants supply probing. List intentionally skipped nets with reasons.
-
find_testpoint_candidates(target_nets, side, probe_diameter, grid)— take rank 1–2 per net; prefer a spot near the driver/receiver pad so the stub stays short. -
Show the table before editing:
| Net | Side | X, Y | Pad ⌀ | Stub needed | Risk |
-
add_testpoints(..., dry_run=true)→ inspect preview → commit. -
Route stubs where the net has no pour:
route_connectionfrom the new TP pad object id to the nearest same-net pad, width per net class. -
Verify:
run_connectivity_checkwith zero opens,run_drc,review_testpoint_coverage, then continue the house gate order (scripts/pcb_quality_gate.py) if this board uses one.
Report
Added TPs (refdes, net, X/Y, side), stub routes added, skipped nets with reasons, coverage percentage before/after, and DRC result.
Signals
- GitHub stars
- 22
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
diptrace-pcb-testpoints- Source
- github.com/fireostendere/mcp_diptrace