What problem does it solve? Determining whether an invention is patentable requires rigorous legal analysis against prior art, which is time-consuming and error-prone when done manually. This Skill automates anticipation (novelty) and obviousness analysis under US, CN, and EP patent standards. ## Core Features & Use Cases - Anticipation Analysis: Tests each preliminary claim element-by-element against every prior art reference to detect single-reference anticipation. - Obviousness Analysis: Evaluates two/three-reference combinations with motivation-to-combine reasoning under 35 USC 103, CN Article 22, and EPC Article 56. - Cross-Model Examiner Review: Uses GPT-5.5 via Codex MCP to simulate a senior patent examiner reviewing claims and recommending amendments. - Use Case: After running a prior art search, feed the invention description and PRIOR_ART_REPORT.md into this Skill to receive a NOVELTY_ASSESSMENT.md with a PATENTABLE / PATENTABLE WITH AMENDMENTS / NOT PATENTABLE verdict and recommended claim amendments. ## Quick Start Run the patent novelty check on my invention description in patent/INVENTION_BRIEF.md using the prior art report in patent/PRIOR_ART_REPORT.md.