Agent skill · Code Review & Quality

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill patent-review-wanshuiyin-auto-claude-code-res --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: Bash(*)ReadGrepGlobWriteEdit
Path: skills/analysis/patent-review-wanshuiyin-auto-claude-code-res/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Constants
  2. Prerequisites
  3. Inputs
  4. Workflow
  5. Step 1: Gather Patent Context
  6. Step 2: Round 1 — Full Examiner Review
  7. Step 3: Implement Fixes (Round 1)
  8. Step 4: Round 2 — Follow-Up Review
  9. Step 5: Generate Improvement Report
  10. Key Rules
Ships with 1 file
  • metadata.json
Commands it runs
claude mcp add codex -s user -- codex mcp-server
More from claude-skill-registry
All skills →
About this skill
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-wanshuiyin-auto-claude-code-res --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.

Keep going