بنقرة واحدة
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.