.agents/skills/Embedded-Driver-Review/SKILL.md
Review embedded firmware code with focus on safety, determinism, and correct hardware interaction.
npx skillsauth add ozmosko/firmware-copilot-training Embedded-Driver-ReviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review embedded firmware code with focus on safety, determinism, and correct hardware interaction.
The review should help detect subtle firmware issues that may not be visible in standard software code reviews.
The review should use the following context when available:
docs/specs/*.md
If a relevant specification exists, use it to validate register usage and device interaction.
If required context is missing, ask for the relevant file.
Perform the review using embedded firmware best practices.
Check for the following categories.
If a specification file exists under:
docs/specs/
compare the implementation against the specification.
Check:
Report any mismatch between the code and the specification.
Do not assume undocumented behavior.
Group findings by severity:
Issues that may cause:
Issues that may cause:
Issues related to:
Do not suggest large architectural refactors.
Prefer minimal fixes that:
If the issue cannot be evaluated due to missing context, request the relevant files.
testing
Generate validation artifacts for dedicated communication port boards and firmware bring-up, especially when the user mentions UART, USART, RS-232, RS-485, serial links, framing, parity, baud rate, DE/RE direction control, communication board verification, port bring-up, host-test stubs, bench-test plans, or deterministic firmware validation. Use this skill whenever the task is to review or validate a communication-port driver/board and produce bring-up checks, validation tests, failure cases, or test scaffolding, even if the user does not explicitly ask for a "validation skill."
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
content-media
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
development
Guide safe connection to a physical PCB board for firmware testing, including power/USB/JTAG bring-up, flashing, serial log capture, and deterministic smoke tests. Use this whenever the user mentions physical board testing, hardware bring-up, flashing a dev board, SWD/JTAG, UART logs, bench validation, or wants to test firmware on real hardware.