novelty-check

Verifies research idea novelty against recent literature and prior work.

52|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Immortalqx/my_codex_skills --skill novelty-check-immortalqx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: novelty-check
Source: https://github.com/Immortalqx/my_codex_skills/tree/main/novelty-check
Command: npx skills add https://github.com/Immortalqx/my_codex_skills --skill novelty-check-immortalqx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before investing months into implementing a research idea, you need to know whether someone has already done it. This Skill systematically checks a proposed method against recent literature so you avoid duplicating existing work or making false novelty claims. ## Core Features & Use Cases - Claim Extraction: Breaks a method description into 3-5 core technical claims that each need to be novel. - Multi-Source Literature Search: Searches arXiv, Google Scholar, Semantic Scholar, and recent top venues (ICLR, NeurIPS, ICML) with multiple query formulations per claim. - Structured Novelty Report: Produces a per-claim novelty rating, a closest-prior-work table, an overall score out of 10, and a PROCEED / PROCEED WITH CAUTION / ABANDON recommendation with positioning advice. - Use Case: You have an idea for a new attention mechanism. Run a novelty check to find the closest 2024-2026 papers, learn exactly where your idea overlaps, and get suggestions on how to frame the contribution. ## Quick Start Use the novelty-check skill to verify whether my proposed method of combining sparse mixture-of-experts with retrieval-augmented fine-tuning has already been published.

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?

Describe your method and run a novelty check that extracts 3-5 core technical claims, then searches arXiv, Google Scholar, and Semantic Scholar for each claim with multiple query formulations. The result is a per-claim novelty rating and an overall score with a proceed or abandon recommendation.

What sources does a research novelty check search?

It searches arXiv, Google Scholar, and Semantic Scholar via web search, and checks recent top venues including ICLR 2025/2026, NeurIPS 2025, and ICML 2025/2026. It emphasizes the most recent six months of arXiv preprints since the field moves quickly.

Can a novelty check guarantee my idea has never been done?

No. The check treats unavailable sources as uncertainty rather than evidence of novelty, and explicitly states uncertainty in its report. It reduces risk by covering major recent venues and preprints, but cannot prove absolute novelty across all unpublished or paywalled work.

What counts as not novel in a research idea check?

Applying an existing method X to a new domain Y is not considered novel unless the application reveals surprising insights. The check evaluates both the method and the experimental setting, and distinguishes technical differences from mere framing differences.

When should I run a novelty check during a research project?

Run it before investing implementation time in a new idea, and again before submission since new preprints appear constantly. Early screening prevents months of duplicated effort, while a pre-submission pass strengthens your related-work positioning.