Patent Filing QC
Runs 70+ automated checks across spec/ADS/declaration/assignment PDFs and catches cross-document mismatches before USPTO filing.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 838b369
Built a synthetic 4-document filing package (spec, drawings, ADS, declaration with a deliberately undefined claim term) and ran the real script end-to-end: it produced a 30KB HTML report correctly classifying every file by content and catching a genuine definitional gap ('extends radially' used in a claim but never defined in the description) that a quick unaided read would likely miss. The bundled 121-test regression suite also passed live, 121/121.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Patent Filing QC does
Quality-checks a folder of U.S. patent filing documents (specification, drawings, ADS, declaration, assignment, power of attorney) for cross-document inconsistencies, missing fields, and USPTO formatting compliance before submission. Classifies files by content rather than filename, extracts the official XFA ADS form directly, and outputs one self-contained HTML report. Triggers on requests to QC, validate, or review a patent filing package.
How to install Patent Filing QC
git clone https://github.com/LeonardHope/Claude-Skill-for-Patent-Filing-Quality-Control
mkdir -p ~/.claude/skills
cp -r Claude-Skill-for-Patent-Filing-Quality-Control ~/.claude/skills/patent-filing-qc
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Patent Filing QC
-
/patent-filing-qcRuns 70+ automated checks across spec/ADS/declaration/assignment PDFs and catches cross-document mismatches before USPTO filing.
It also activates on plain-language prompts like these:
-
check my patent filing folder for mismatches before I submit to USPTO -
does my declaration define every claim term used in the spec -
validate the ADS form fields against my patent application
Frequently asked questions
- Is the Patent Filing QC skill free?
- Yes. The skill itself is free from LeonardHope/Claude-Skill-for-Patent-Filing-Quality-Control. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Patent Filing QC work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Built a synthetic 4-document filing package (spec, drawings, ADS, declaration with a deliberately undefined claim term) and ran the real script end-to-end: it produced a 30KB HTML report correctly classifying every file by content and catching a genuine definitional gap ('extends radially' used in a claim but never defined in the description) that a quick unaided read would likely miss. The bundled 121-test regression suite also passed live, 121/121.
- What is the Patent Filing QC SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Patent Filing QC?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Patent Filing QC with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.