debugger/platforms/copilot-ide/skills/rdc-debugger/SKILL.md
Public main skill for the RenderDoc/RDC GPU debugger framework. Use this when the user wants defect diagnosis, root-cause analysis, regression explanation, or fix verification for a GPU rendering issue from one or more `.rdc` captures.
npx skillsauth add haolange/rdc-agent-frameworks rdc-debuggerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
RDC Debugger 主技能包装说明当前文件是 Copilot IDE 的 public main skill 入口。
平台启动后默认保持普通对话态。只有用户手动召唤 rdc-debugger,才进入 RenderDoc/RDC GPU Debug 调试框架。
进入 rdc-debugger 后,本 skill 负责:
intent_gateentry_gate固定顺序:
intent_gateentry_gateaccept_intake,内部完成 capture import、case/run bootstrap、intake_gate 与 broker startuptriagedispatch/specialist loopskepticcuratorfinal_audit在 artifacts/intake_gate.yaml 通过,且 artifacts/runtime_session.yaml、artifacts/runtime_snapshot.yaml、artifacts/ownership_lease.yaml、artifacts/runtime_failure.yaml 产出前,不得进入 specialist dispatch 或 live rd.* 分析。
本 skill 只引用当前平台根目录的 common/:
common/skills/rdc-debugger/SKILL.mdcommon/config/platform_adapter.jsoncommon/config/platform_capabilities.json 的当前平台定义为准当前平台固定 contract:
coordination_mode = staged_handofforchestration_mode = multi_agentlive_runtime_policy = single_runtime_single_contexthook_ssot = shared_harness执行约束:
ownership_lease 下通过 broker action 请求访问 live runtime。waiting_for_specialist_brief 并持续汇总阶段回报;短时 silence 不得触发 orchestrator 抢活。BLOCKED_SPECIALIST_FEEDBACK_TIMEOUT 或等价阻断状态,而不是让 orchestrator 抢做 specialist live investigation。未先将顶层 debugger/common/ 拷入当前平台根目录的 common/ 之前,不允许在宿主中使用当前平台模板。
运行时 case/run 现场与第二层报告统一写入平台根目录下的 workspace/。
development
Public main skill for the incubating optimizer framework. Use when the user wants to analyze performance, identify bottlenecks, design experiments, or validate optimization gains from captures, traces, or profiling evidence. This skill is the future optimizer entry and currently provides the minimum intake contract only.
development
Internal specialist skill for matching bug descriptions against BugCard/BugFull history, mapping symptoms and triggers to normalized tags, recommending SOP candidates, and proposing exploration direction suggestions for the main agent. Use this when `rdc-debugger` dispatches triage-taxonomy work.
development
Internal specialist skill for challenging weak claims and signing off only when proven. Use this when `rdc-debugger` dispatches skeptic work.
development
Internal specialist skill for analyzing shader source, IR evidence, and suspicious fingerprints. Use this when `rdc-debugger` dispatches shader-ir work.