with one click
review-firmware
Review embedded C/C++ code changes for best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review embedded C/C++ code changes for best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Debug static, hiss, or noise on embedded I2S audio (ESP32 + MAX98357A / PCM DACs), especially streamed PCM. Measure the signal at each pipeline stage instead of guessing at the amp. Use when audio plays but sounds wrong.
Generate a printable Typst build guide (source + PDF) for an ESP32/MCU project by analyzing its docs, source, and schematic
Register a project in the monorepo โ justfile mod, CI matrix, standard file inventory
Standardize credential handling for an ESP32 project (credentials.h.example, .gitignore, pre-commit protection)
Set up ESP-IDF development environment, create new projects, and verify configuration
Generate a CLAUDE.md for a project with build commands, hardware constraints, architecture, and development tasks
| name | review-firmware |
| description | Review embedded C/C++ code changes for best practices |
| argument-hint | [files-or-commit] |
| allowed-tools | Bash(git:*), Read, Grep, Glob |
Review the firmware code changes: $ARGUMENTS
If no specific files or commit provided, review the most recent changes.
Check recent git changes:
git diff --stat HEAD~1
Provide specific line numbers and suggestions for any issues found.