China Patent Skill
中国专利 Skill 源码分析:把 SKILL.md 读成可审计契约
从入口、提示模板、工具、图稿辅助到输出合并,建立安全的源码阅读路径。

What you will learn
- Distinguish discovery, research, and drafting stages
- Produce a traceable disclosure draft
- Identify confidentiality and evidence boundaries
Before you start
- 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.
Key takeaways
- SKILL.md 是行为契约而非营销文案。
- 合成案件能覆盖大多数流程边界。
- 离线测试比真实材料回归更安全。
先读契约
固定 checkout 后从 SKILL.md、INSTALL.md 和 prompts 入口开始,标出输入、默认类型、输出目录、联网步骤和人工确认点。
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.
Decision guide
| Criterion | Option A | Option 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 |
Implementation steps
- 1
固定版本并阅读入口文档。
- 2
用合成项目追踪一个输出。
- 3
检查来源、图稿和版本合并。
- 4
添加小型回归夹具。
Copy-ready example
synthetic_case -> SKILL.md -> project_scan
-> disclosure prompts/tools -> figure plan -> .md/.docx
-> provenance + correction recordFrequently asked questions
能只凭 README 断言内部实现吗?
不能;README 只提供导航,需结合源码、工具和样例验证。
源码分析要联网吗?
不一定;CNIPA 相关路径可用 mock 响应和保存的公开 fixture。
Sources
- Patent Disclosure Skill README (captured 2026-08-31)Source checked 2026-08-31
- patent-disclosure-skill repositorySource checked 2026-08-31