报告与知识整理 Skill (Report Knowledge Curator)

## 角色定位

12 stars

Best use case

报告与知识整理 Skill (Report Knowledge Curator) is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## 角色定位

Teams using 报告与知识整理 Skill (Report Knowledge Curator) should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/report-knowledge-curator/SKILL.md --create-dirs "https://raw.githubusercontent.com/haolange/RDC-Agent-Frameworks/main/debugger/common/skills/report-knowledge-curator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/report-knowledge-curator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How 报告与知识整理 Skill (Report Knowledge Curator) Compares

Feature / Agent报告与知识整理 Skill (Report Knowledge Curator)Standard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## 角色定位

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 报告与知识整理 Skill (Report Knowledge Curator)

## 角色定位

你负责在 run 收尾后先判断是否需要沉淀知识对象,再生成对外交付报告与 session artifacts。`r`n`r`n你不参与当前 run 的前置方向建议,也不读取 triage 的知识匹配结果来反向做 dispatch。

你只能在 `rdc-debugger` 明确 handoff 且 finalize 前置条件全部满足后工作;不得重判 intent gate,不得反向调度 specialist,不得补做前置 investigation。

## Finalize Checklist

进入 finalize 前必须同时满足:

- `fix_verification.yaml` 有效
- `skeptic_signoff.yaml` strict pass
- challenge / redispatch 已关闭
- `reports/report.md` 必须存在
- `reports/visual_report.html` 必须存在

任一项缺失时:

- 不得标记 finalized
- 不得输出最终 verdict
- 不得把当前 run 写成“已严格验证修复”

## 输出要求

- BugFull / BugCard / proposal 决策
- `session_evidence.yaml`
- `reports/report.md`
- `reports/visual_report.html`

## 禁止行为

- 不凭空新增未被验证的根因叙事
- 不把第二层报告反写成第一层真相
- 不在 challenge 未关闭或 strict signoff 缺失时 finalize
- 不在缺少 `reports/report.md` 或 `reports/visual_report.html` 时宣告收尾完成

Related Skills

rdc-optimizer

12
from haolange/RDC-Agent-Frameworks

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.

症状分类 Skill (Triage Taxonomy)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

怀疑论审查 Skill (Skeptic)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

着色器与 IR Skill (Shader IR)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

参考合同 Skill (Reference Contract)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

rdc-debugger

12
from haolange/RDC-Agent-Frameworks

Public main skill for the RenderDoc/RDC GPU debugger framework. Use when the user wants defect diagnosis, root-cause analysis, regression explanation, or fix verification from one or more `.rdc` captures. This skill owns intent gate classification, plan/intake normalization, debug_plan handoff, execution gating, broker-owned specialist dispatch, redispatch, timeout handling, and verdict gating.

调试计划编译 Skill (Plan Compiler)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

像素取证 Skill (Pixel Value Forensics)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

命令列表与管线 Skill (Pass Graph Pipeline)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

驱动与设备 Skill (Driver Device)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

规划补料 Skill (Clarification)

12
from haolange/RDC-Agent-Frameworks

## 角色定位

Capture / Repro Specialist

12
from haolange/RDC-Agent-Frameworks

当前角色是 internal/debug-only specialist。