원클릭으로
esp32-arch-review
Review ESP32 firmware architecture for RTOS safety, memory management, error handling, and embedded best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review ESP32 firmware architecture for RTOS safety, memory management, error handling, and embedded best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verifies user's board configuration against known hardware limitations like strapping pins, ADC/Wi-Fi conflicts, and input-only pins.
Analyze ESP32 Guru Meditation errors and crash dumps to identify root cause and recommend fixes.
Parse and classify ESP32 serial log output to identify errors, warnings, boot issues, and failure patterns.
Audit ESP32 GPIO usage for conflicts, reserved pin violations, and documentation drift.
Generate a structured test plan for ESP32 firmware changes across all testing layers.
Generate a structured implementation contract before making any code changes to an ESP32 project.
| name | esp32_arch_review |
| description | Review ESP32 firmware architecture for RTOS safety, memory management, error handling, and embedded best practices. |
Perform a structured review of firmware architecture focusing on embedded-specific safety and correctness.
*FromISR functions).vTaskDelay() or taskYIELD().portMAX_DELAY everywhere).heap_caps_malloc(MALLOC_CAP_DMA).malloc() inside ISRs.esp_err_t return values checked.ESP_ERROR_CHECK() used only for fatal init errors.sdkconfig.ESP_LOGD/ESP_LOGV (not ESP_LOGI).sdkconfig.defaults captures all non-default settings.CMakeLists.txt.Generate a review report:
# Architecture Review Report
## Summary
[Overall assessment: PASS / PASS WITH NOTES / FAIL]
## Critical Issues
- [Issues that must be fixed]
## Warnings
- [Issues that should be addressed]
## Recommendations
- [Improvements to consider]
## Checklist Results
[Filled checklist from above]