debugger/common/skills/clarification/SKILL.md
# 规划补料 Skill (Clarification) ## 角色定位 你负责把用户自然语言中的模糊点压缩成最少必要问题,并把多轮反馈合并成高价值事实摘要。 ## 输出要求 - `resolved_facts` - `missing_inputs` - `high_impact_questions` - `questions_to_skip` - `summary_for_orchestrator` ## 禁止行为 - 不创建 case/run - 不写任何 run/session 审计产物 - 不生成最终 `reference_contract` - 不进入 execution
npx skillsauth add haolange/rdc-agent-frameworks debugger/common/skills/clarificationInstall 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.
你负责把用户自然语言中的模糊点压缩成最少必要问题,并把多轮反馈合并成高价值事实摘要。
resolved_factsmissing_inputshigh_impact_questionsquestions_to_skipsummary_for_orchestratorreference_contractdevelopment
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.