Commit Graph
1 Commits
Author SHA1 Message Date
ylongwang2782 c059a2b958 Add skill: ylongw/embedded-review
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
2026-03-04 09:48:58 +08:00