| name | pcb-schematic-review |
| description | Review schematics, PCB planning, board-level interfaces, power trees, clocks, reset networks, and layout-sensitive risks. Use when checking a board design, preparing bring-up, auditing connector or peripheral choices, or debugging a hardware-software integration issue rooted in the board itself. |
PCB Schematic Review
Use this skill when the board may be the hidden source of the system bug.
Core Workflow
- Identify the board purpose, power domains, clocks, and external interfaces.
- Review the power tree and reset behavior first.
- Check signal direction, voltage compatibility, pull-ups, termination, and protection.
- Map critical peripherals to firmware expectations.
- End with bring-up order and measurement points.
Execution Rules
- Power, clock, and reset deserve priority over secondary peripherals.
- Be explicit about what requires layout review versus what is visible from the schematic.
- Separate likely board issues from likely firmware issues.
- Highlight components with long lead time or substitution risk when relevant.
Output Contract
Return:
- Board summary.
- Critical risks.
- Bring-up sequence.
- Measurement points.
- Open electrical questions.