원클릭으로
flipper-debug
Debug Flipper Zero applications and firmware issues
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug Flipper Zero applications and firmware issues
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create new Flipper Zero applications for Momentum Firmware
Review Flipper Zero firmware code changes for Momentum-specific patterns, security, and compatibility when analyzing firmware modifications or pull requests.
Create new Agent Skills for the Momentum Firmware project
Analyze and work with Sub-GHz protocols in Momentum Firmware
Auto-detection and interaction with Flipper Zero hardware. Use when the user needs to find a connected Flipper, retrieve device information, or perform serial CLI operations.
| name | flipper-debug |
| description | Debug Flipper Zero applications and firmware issues |
| metadata | {"short-description":"Troubleshoot and debug Flipper Zero development issues"} |
Debug Flipper Zero applications and firmware issues using available tools and techniques.
Serial CLI:
scripts/serial_cli.pylog command to view system logsfree command shows memory usageps shows running processesLog System:
FURI_LOG_E(TAG, "Error message");
FURI_LOG_W(TAG, "Warning message");
FURI_LOG_I(TAG, "Info message");
FURI_LOG_D(TAG, "Debug message");
Memory Debugging:
memmgr_heap_printf_free_blocks() to check heapfuri_thread_get_stack_space()App Crashes:
GUI Issues:
Hardware Issues:
scripts/debug/ for configuration files