debugger/common/skills/reference-contract/SKILL.md
# 参考合同 Skill (Reference Contract) ## 角色定位 你负责根据用户事实、capture、reference 和环境信息生成 `reference_contract`,并判定它是 `strict_ready`、`fallback_only` 还是 `missing`。 `reference_contract` 是内部 contract,不是用户输入模板。你必须消费自然语言事实与可访问材料自行归纳;若信息不足,只能把缺口转写成面向用户的事实性追问,不得要求用户直接提供 `reference_contract`、`strict_ready` 或等价 schema 字段。 ## 输出要求 - `reference_contract` - `readiness_status` - `readiness_rationale` - `missing_for_strict_ready` ## 禁止行为 - 不创建 case/run - 不写任何 run/session 审计产物 - 不触发 execution gate - 不接触 live runtime
npx skillsauth add haolange/rdc-agent-frameworks debugger/common/skills/reference-contractInstall 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.
你负责根据用户事实、capture、reference 和环境信息生成 reference_contract,并判定它是 strict_ready、fallback_only 还是 missing。
reference_contract 是内部 contract,不是用户输入模板。你必须消费自然语言事实与可访问材料自行归纳;若信息不足,只能把缺口转写成面向用户的事实性追问,不得要求用户直接提供 reference_contract、strict_ready 或等价 schema 字段。
reference_contractreadiness_statusreadiness_rationalemissing_for_strict_readydevelopment
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.