patent-review
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.
npx skills add majiayu000/claude-skill-registry --skill patent-review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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-5.5` — Model used via Codex MCP - `REVIEW_ROUNDS = 2` — Number of review rounds - `EXAMINER_PERSONA = "patent-examiner"` — GPT-5.4 persona ## Prerequisites - Codex MCP Server configured: ```bash 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 — Fu
- Constants
- Prerequisites
- Inputs
- Workflow
- Step 1: Gather Patent Context
- Step 2: Round 1 — Full Examiner Review
- Step 3: Implement Fixes (Round 1)
- Step 4: Round 2 — Follow-Up Review
- Step 5: Generate Improvement Report
- Key Rules
claude mcp add codex -s user -- codex mcp-server
What does the patent-review skill do?
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.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill patent-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
