patent-review

GitHub

模拟专利审查员对专利申请进行多轮深度审查,评估权利要求清晰度、新颖性、创造性及说明书支持性。通过Codex MCP调用大模型生成官方审查意见,辅助优化专利文件质量与布局策略。

Trigger Scenarios

用户提及'专利审查'或'patent review' 用户要求对专利权利要求和说明书获取批判性反馈

Install

npx skills add wanshuiyin/Auto-claude-code-research-in-sleep --skill patent-review -g -y
More Options

Use without installing

npx skills use wanshuiyin/Auto-claude-code-research-in-sleep@patent-review

指定 Agent (Claude Code)

npx skills add wanshuiyin/Auto-claude-code-research-in-sleep --skill patent-review -a claude-code -g -y

安装 repo 全部 skill

npx skills add wanshuiyin/Auto-claude-code-research-in-sleep --all -g -y

预览 repo 内 skill

npx skills add wanshuiyin/Auto-claude-code-research-in-sleep --list

SKILL.md

Frontmatter
{
    "name": "patent-review",
    "description": "Get an external patent examiner review of a patent application. Use when user says \"专利审查\", \"patent review\", \"审查意见\", \"examiner review\", or wants critical feedback on patent claims and specification.",
    "allowed-tools": "Bash(*), Read, Grep, Glob, Write, Edit, mcp__codex__codex, mcp__codex__codex-reply",
    "argument-hint": "[patent-directory-or-scope]"
}

Patent Examiner Review via Codex MCP (xhigh reasoning)

Get a multi-round patent examiner review of the patent application based on: $ARGUMENTS

Adapted from /research-review. The reviewer persona is a patent examiner, not a paper reviewer.

Constants

  • REVIEWER_MODEL = gpt-6-astra — Model used via Codex MCP
  • REVIEW_ROUNDS = 2 — Number of review rounds
  • EXAMINER_PERSONA = "patent-examiner" — GPT-6-Astra persona

Prerequisites

  • Codex MCP Server configured:
    claude mcp add codex -s user -- codex mcp-server
    

Inputs

  1. patent/CLAIMS.md — all drafted claims
  2. patent/specification/ — all specification sections
  3. patent/figures/numeral_index.md — reference numeral mapping
  4. patent/PRIOR_ART_REPORT.md — known prior art
  5. patent/INVENTION_DISCLOSURE.md — invention structure

Workflow

Step 1: Gather Patent Context

Before calling the external reviewer, compile a comprehensive briefing:

  1. Read all claims (independent + dependent)
  2. Read specification sections (at least summary and detailed description)
  3. Read prior art report for context
  4. Identify: core inventive concept, claim scope, known prior art, target jurisdiction

Step 2: Round 1 — Full Examiner Review

Send to REVIEWER_MODEL via mcp__codex__codex with xhigh reasoning:

mcp__codex__codex:
  model: gpt-6-astra
  config: {"model_reasoning_effort": "xhigh"}
  prompt: |
    You are a senior patent examiner at the [USPTO/CNIPA/EPO].
    Examine this patent application and issue a detailed office action.

    CLAIMS:
    [all claims]

    SPECIFICATION SUMMARY:
    [key sections: title, technical field, background, summary, abstract]

    PRIOR ART KNOWN:
    [prior art references]

    PATENTABILITY STANDARDS TO APPLY:
    [US: 35 USC 101/102/103/112 | CN: Articles 22, 26 | EP: Articles 54, 56, 83, 84]

    Please issue an office action covering:

    1. CLAIM CLARITY (112(b)/Art 84):
       - Are all terms definite?
       - Any indefinite functional language?
       - Antecedent basis issues?

    2. WRITTEN DESCRIPTION (112(a)/Art 83 first para):
       - Does the spec support ALL claim scope?
       - Any claim elements without spec support?

    3. ENABLEMENT (112(a)/Art 83):
       - Can a POSITA practice the invention?
       - Any missing algorithm/structure for functional claims?

    4. NOVELTY (102/Art 54):
       - Would any known reference anticipate any claim?
       - Identify the closest single reference.

    5. NON-OBVIOUSNESS (103/Art 56):
       - Would any combination render claims obvious?
       - What is the motivation to combine?

    6. CLAIM SCOPE:
       - Are independent claims broad enough to be commercially valuable?
       - Do dependent claims provide meaningful fallback positions?
       - Any claims that are too broad (likely rejected) or too narrow (not valuable)?

    7. SPECIFICATION QUALITY:
       - Language issues (subjective terms, relative terms, result-to-be-achieved)
       - Reference numeral consistency
       - Missing embodiments

    Format your response as a formal office action with:
    - GROUNDS OF REJECTION for each issue (cite statute)
    - SUGGESTED AMENDMENTS for each issue
    - OVERALL PATENTABILITY SCORE: 1-10

    Be rigorous and specific. This is a real examination.

Step 3: Implement Fixes (Round 1)

Based on the examiner's office action:

  1. CRITICAL issues (102 rejection, 112 indefiniteness, missing enablement):

    • Must be fixed before proceeding
    • Amend claims or add specification support
  2. MAJOR issues (103 obviousness, weak claim scope, missing support):

    • Should be fixed or argued
    • Consider claim amendments or specification additions
  3. MINOR issues (language quality, numeral consistency, formatting):

    • Fix if time permits
    • Document in output for later cleanup

For each fix:

  • Show the specific change (old claim -> new claim)
  • Explain how the fix addresses the examiner's concern

Step 4: Round 2 — Follow-Up Review

Use mcp__codex__codex-reply with the threadId from Round 1:

mcp__codex__codex-reply:
  threadId: [from Round 1]
  # inherits the thread's model/effort — do not re-send
  prompt: |
    Here is the revised patent application after addressing your office action.

    CHANGES MADE:
    [list of all changes with rationale]

    REVISED CLAIMS:
    [updated claims]

    REVISED SPECIFICATION EXCERPTS:
    [changed sections]

    Please re-examine:
    1. Are the previous rejections overcome?
    2. Are there new issues introduced by the amendments?
    3. What is the updated patentability score?
    4. Any remaining grounds for rejection?

Step 5: Generate Improvement Report

Write patent/PATENT_REVIEW.md:

## Patent Review Report

### Application Summary
[Title, claims count, jurisdiction]

### Review Round 1
#### Office Action Summary
[Key findings from examiner]

#### Issues Found
| # | Type | Severity | Claim/Section | Issue | Citation | Fix Applied |
|---|------|----------|--------------|-------|----------|-------------|
| 1 | Clarity | CRITICAL | Claim 3 | Indefinite term "rapid" | 112(b) | Defined in spec |
| 2 | Novelty | MAJOR | Claim 1 | Ref X anticipates element C | 102 | Amended claim |

#### Score After Round 1: [X]/10

### Review Round 2
#### Follow-Up Assessment
[Are previous rejections overcome?]

#### Remaining Issues
[Any issues still outstanding]

#### Score After Round 2: [X]/10

### Recommendations
[Final recommendations before proceeding to jurisdiction formatting]
- [ ] All CRITICAL issues resolved
- [ ] All MAJOR issues resolved or argued
- [ ] Specification supports all claim amendments
- [ ] Ready for jurisdiction formatting

Key Rules

  • The reviewer persona must be a patent examiner, not a paper reviewer or academic.
  • Always use model_reasoning_effort: "xhigh" for maximum analysis depth.
  • Address CRITICAL and MAJOR issues before proceeding to the next phase.
  • Document all changes in the review report for traceability.
  • If the patentability score is below 5/10 after Round 2, recommend significant rework before filing.
  • The review is advisory -- actual prosecution may proceed differently.

Version History

  • 0472e53 Current 2026-09-09 12:03

    将默认审查模型从 gpt-5.6-sol 升级至 gpt-6-astra,并配置了向后兼容的能力回退机制以确保无新模型账户仍可正常使用。

  • 53562a7 2026-07-25 10:42

Same Skill Collection

skills/ablation-planner/SKILL.md
skills/alphaxiv/SKILL.md
skills/analyze-results/SKILL.md
skills/arxiv/SKILL.md
skills/auto-paper-improvement-loop/SKILL.md
skills/auto-review-loop-llm/SKILL.md
skills/auto-review-loop-minimax/SKILL.md
skills/auto-review-loop/SKILL.md
skills/citation-audit/SKILL.md
skills/claims-drafting/SKILL.md
skills/comm-lit-review/SKILL.md
skills/deepxiv/SKILL.md
skills/dse-loop/SKILL.md
skills/embodiment-description/SKILL.md
skills/exa-search/SKILL.md
skills/experiment-audit/SKILL.md
skills/experiment-bridge/SKILL.md
skills/experiment-plan/SKILL.md
skills/experiment-queue/SKILL.md
skills/feishu-notify/SKILL.md
skills/figure-description/SKILL.md
skills/figure-spec/SKILL.md
skills/formula-derivation/SKILL.md
skills/gemini-search/SKILL.md
skills/grant-proposal/SKILL.md
skills/idea-creator/SKILL.md
skills/idea-discovery-robot/SKILL.md
skills/idea-discovery/SKILL.md
skills/interview-cheatsheet/SKILL.md
skills/invention-structuring/SKILL.md
skills/jurisdiction-format/SKILL.md
skills/kill-argument/SKILL.md
skills/mermaid-diagram/SKILL.md
skills/meta-apply/SKILL.md
skills/meta-optimize/SKILL.md
skills/monitor-experiment/SKILL.md
skills/novelty-check/SKILL.md
skills/openalex/SKILL.md
skills/overleaf-sync/SKILL.md
skills/paper-claim-audit/SKILL.md
skills/paper-compile/SKILL.md
skills/paper-figure/SKILL.md
skills/paper-illustration-image2/SKILL.md
skills/paper-illustration/SKILL.md
skills/paper-plan/SKILL.md
skills/paper-poster-html/SKILL.md
skills/paper-poster/SKILL.md
skills/paper-slides/SKILL.md
skills/paper-talk/SKILL.md
skills/paper-write/SKILL.md

Metadata

Files
0
Version
0472e53
Hash
69b9d09c
Indexed
2026-07-25 10:42

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-14 02:00
浙ICP备14020137号-1 $Map of visitor$