中国专利 Skill
中国专利 Skill 源码分析:把 SKILL.md 当作契约
用合成案件追踪提示、工具、图稿和版本合并。

你将学会
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
开始前需要
- Basic Git and command-line usage
- Comfort reading a project README
You can explain the project, run its documented first step, and decide what to verify before adopting it.
先看结论
- SKILL.md 是行为契约而非营销文案。
- 合成案件能覆盖大多数流程边界。
- 离线测试比真实材料回归更安全。
先读契约
从 SKILL.md 和 INSTALL.md 开始,用合成材料追踪扫描、CNIPA 工具、图稿、转换和 correction handler,区分来源事实与模型推断。
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
追踪一份案件
用合成项目追踪扫描器、模板、CNIPA 工具、图稿组合器、Word 转换和 merger/correction handler;记录哪些字段来自文件、哪些来自模型推断。
可贡献测试
优先增加脱敏检查、类型 Schema、figure_plan 排序、时间戳命名、链接来源和错误恢复的离线夹具,不把真实商业材料放进测试。
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
如何选择
| 比较维度 | 方案 A | 方案 B |
|---|---|---|
| Best when | You need predictable behavior and easy auditing | You need adaptive optimization and have reliable telemetry |
| Main risk | May leave performance on the table | Can become difficult to explain or debug |
实施步骤
- 1
固定版本并阅读入口文档。
- 2
用合成项目追踪一个输出。
- 3
检查来源、图稿和版本合并。
- 4
添加小型回归夹具。
可复制示例
synthetic_case -> SKILL.md -> project_scan
-> disclosure prompts/tools -> figure plan -> .md/.docx
-> provenance + correction record常见问题
能只凭 README 断言内部实现吗?
不能;README 只提供导航,需结合源码、工具和样例验证。
源码分析要联网吗?
不一定;CNIPA 相关路径可用 mock 响应和保存的公开 fixture。
资料来源
- Patent Disclosure Skill README (captured 2026-08-31)来源核查 2026-08-31
- patent-disclosure-skill repository来源核查 2026-08-31