원클릭으로
electron-debug
Debug Electron desktop issues across renderer, preload, main process, and Go app-server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug Electron desktop issues across renderer, preload, main process, and Go app-server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
嵌入式浏览器自动化:在后台的隐藏网页宿主里导航、观察并操作网页。Use when a task must open, read, or act on a web page and no safer interface or connector can complete it.
Create a well-structured git commit from staged or unstaged changes
Guide for creating effective skills. Use when the user wants to create a new skill or improve an existing one — a reusable instruction package that extends Wuu with specialized knowledge, workflows, or tool integrations.
Observe and control native macOS apps through Accessibility, ScreenCaptureKit, and native input. Use when a task requires interacting with a Mac app that has no safer CLI, API, or dedicated connector.
Run durable multi-phase work without relying on one context window.
Run final release gates before publishing or handing off a build.
| name | electron-debug |
| description | Debug Electron desktop issues across renderer, preload, main process, and Go app-server. |
| trigger-condition | Use for desktop crashes, stale IPC, app-server mismatches, or Electron dev restart problems. |
| allowed-tools | ["read_file","grep","glob","bash"] |
| required-context | ["desktop process state","changed main or preload files","app-server PID","failing IPC channel"] |
| examples | ["white screen after IPC change","stale go run cache","debug panel visibility"] |
| verification-checklist | ["correct process restarted","IPC handler exists","production debug controls remain hidden"] |
| progressive-disclosure | Inspect process state before assuming source changes reached the running desktop. |
Debug the running stack, not only the source tree.
go run app-server binaries.When runtime behavior contradicts source, treat the live process as the ground truth.