mirror of
https://github.com/VoltAgent/awesome-openclaw-skills.git
synced 2026-05-05 23:42:11 +00:00
c059a2b958
Embedded/firmware code review skill with 4 domain-specific checklists: - Memory safety (stack overflow, DMA cache coherence, alignment) - Interrupt correctness (volatile, critical sections, RTOS pitfalls) - Hardware interfaces (register RMW races, I2C/SPI/NFC timing) - C/C++ traps (UB, integer gotchas, compiler optimization) Supports dual-model cross-review (Claude + Codex via ACP). Published on ClawHub: clawhub install embedded-review GitHub: https://github.com/ylongw/embedded-review