novelty-check

Verify research idea novelty against recent literature via multi-source search and cross-model review.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill novelty-check-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: novelty-check
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/novelty-check
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill novelty-check-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before investing months into a research project, you need to know whether your proposed method has already been published. This Skill systematically checks a research idea against recent literature (arXiv, ICLR, NeurIPS, ICML) and produces a brutally honest novelty assessment so you avoid duplicating existing work. ## Core Features & Use Cases - Claim Decomposition: Extracts 3-5 core technical claims from your method description and checks each one individually for novelty. - Multi-Source Literature Search: Queries arXiv, Google Scholar, and Semantic Scholar with multiple query formulations, filtered to 2024-2026 venues and preprints. - Cross-Model Verification: Sends a dossier of your method and candidate papers to a reviewer model (e.g., gpt-5.5 via Codex MCP) for an independent novelty judgment. - Structured Novelty Report: Outputs per-claim novelty ratings, a closest-prior-work table, a 0-10 score, and a PROCEED / PROCEED WITH CAUTION / ABANDON recommendation. - Use Case: You have an idea for a new attention mechanism. Run this Skill to discover that a similar mechanism appeared in a recent arXiv preprint, then reposition your contribution around the remaining delta before writing any code. ## Quick Start Ask the assistant to run a novelty check on your proposed method, for example: "Check the novelty of my idea: using retrieval-augmented pruning to compress mixture-of-experts models."

Frequently Asked Questions about novelty-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my research idea is novel?

Provide a description of your proposed method and the Skill decomposes it into core claims, searches arXiv and major ML venues for overlapping work, and returns a novelty report with a score and a PROCEED or ABANDON recommendation.

What literature sources does a novelty check cover?

It searches arXiv, Google Scholar, and Semantic Scholar, with explicit checks against ICLR 2025/2026, NeurIPS 2025, ICML 2025/2026, and the most recent six months of arXiv preprints.

How does the cross-model verification with Codex MCP work?

The Skill writes a dossier file containing your method, core claims, and candidate papers, then passes only the file path to a reviewer model such as gpt-5.5 via the mcp__codex__codex tool with high reasoning effort for an independent judgment.

Can the novelty report cite papers that do not exist?

No. Every paper in the closest-prior-work table must pass pre-search verification against arXiv, CrossRef, or Semantic Scholar. Unverifiable entries are tagged [UNVERIFIED] rather than dropped, and fabricating IDs or titles is explicitly forbidden.

When is a research idea considered not novel?

Simply applying an existing method X to a new domain Y is not novel unless the application reveals surprising insights. The Skill also checks the experimental setting, and distinguishes between a non-novel method and a potentially novel finding.