Feature Contract
Generate a structured implementation contract before making any code changes to an ESP32 project.
Repo Scout
Scan and understand an ESP-IDF project structure, identifying components, dependencies, and architecture patterns.
Esp32 Log Triage
Parse and classify ESP32 serial log output to identify errors, warnings, boot issues, and failure patterns.
Esp32 Pin Audit
Audit ESP32 GPIO usage for conflicts, reserved pin violations, and documentation drift.
Esp32 Crash Review
Analyze ESP32 Guru Meditation errors and crash dumps to identify root cause and recommend fixes.
Esp32 Hardware Check
Verifies user's board configuration against known hardware limitations like strapping pins, ADC/Wi-Fi conflicts, and input-only pins.
Esp32 Arch Review
Review ESP32 firmware architecture for RTOS safety, memory management, error handling, and embedded best practices.
Pr Prepare
Prepare a pull request with structured description, test evidence, risk assessment, and review checklist.
Esp32 Test Plan
Generate a structured test plan for ESP32 firmware changes across all testing layers.