China Patent Application Multi-Agent Parallel Reviewer
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_dcf8e29c/checking-patdocx-cn-multi-agents.
About this skill
Problem
Drafting issues in Chinese patent application files are often spread across the abstract, claims, description, figure references, and cross-section consistency. Manual line-by-line review is slow and easy to miss; giving one model all rules at once creates heavy context and can degrade output quality.
How It Works
The skill uses a multi-agent batched parallel architecture: the main agent handles orchestration and key decisions, while subagents perform extraction, review, merging, annotation, and compliance checks.
- It accepts an absolute path to a
.docxor.docfile and returns areviewed_docxwith tracked changes and comments, plus awork_dirof intermediate files. - The 14 review rules are split across 13 review agents and N image subagents, launched in 7 batches. Each agent loads only one rule and reads only its assigned section files.
- It first extracts abstract, claims, description, figures, and section metadata, then reviews the abstract, simple and complex claim rules, description, cross-section consistency, figure metadata, and image-level quality.
- Results are merged and deduplicated, image context anchors are repaired, comments are injected with
review_adder.py, content integrity is validated, skipped comments are relocated, JSON is formatted, compliance is checked, and logs are archived. .docconversion requires Windows with Word or WPS andpywin32.
Boundaries
It checks drafting quality only; it does not provide patent strategy, patentability analysis, legal advice, or translation. Documents must pass hard checks such as paragraph count and file structure before delivery. For .doc inputs, ensure the Office/WPS conversion environment is available; the useful output is an annotated document with tracked changes and review logs.
Use Cases
- A patent agency checks a batch of .docx applications for claim drafting issues before filing.
- An IP reviewer checks a Chinese .doc application and organizes it into an annotated, tracked-change draft.
- A drafting team reviews abstract, description, and figure-reference issues in an application file.
Best For
- A patent attorney who needs to flag abstract, claim, and description issues in .docx filings before submission.
- An IP reviewer who needs to turn a Chinese .doc application into an annotated, tracked-change draft.
- A patent drafter who needs to check figure references and cross-section consistency and keep review logs.
- A technology transfer engineer who wants to collect drafting issues into reviewable JSON intermediates.
Related Skills
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
Run a grilling session to interact with or test AI agents.
A systematic prompt optimization skill that refines prompts using a four-step distillation framework (diagnose, structure, think, compress) and methodologies from four prompting masters.