🚧 STUB - Automated PCB schematic and layout review assistance
Status: Stub - Planned for future implementation
Owner: hardware-engineer.agent
This skill will provide automated assistance for reviewing PCB schematics and layouts, checking for common design issues, and validating design rules.
# Example: Automated schematic review
from odrive.pcb_tools import SchematicReviewer
reviewer = SchematicReviewer('board_v4.0')
issues = reviewer.check_all()
reviewer.generate_report('review_report.md')
signal-integrity - Signal quality analysispower-electronics - Power circuit review (planned)This skill is currently a placeholder. Implementation pending.