novelty-check

Solid

Verify research idea novelty against recent literature. Use when user says "查新", "novelty check", "有没有人做过", "check novelty", or wants to verify a research idea is novel before implementing.

AI & Automation 11,977 stars 1099 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Novelty Check Skill Check whether a proposed method/idea has already been done in the literature: **$ARGUMENTS** ## Constants - REVIEWER_MODEL = `gpt-5.4` — Model used via a secondary Codex agent. Must be an OpenAI model (e.g., `gpt-5.4`, `o3`, `gpt-4o`) ## Instructions Given a method description, systematically verify its novelty: ### Phase A: Extract Key Claims 1. Read the user's method description 2. Identify 3-5 core technical claims that would need to be novel: - What is the method? - What problem does it solve? - What is the mechanism? - What makes it different from obvious baselines? ### Phase B: Multi-Source Literature Search For EACH core claim, search using ALL available sources: 1. **Web Search** (via `WebSearch`): - Search arXiv, Google Scholar, Semantic Scholar - Use specific technical terms from the claim - Try at least 3 different query formulations per claim - Include year filters for 2024-2026 2. **Known paper databases**: Check against: - ICLR 2025/2026, NeurIPS 2025, ICML 2025/2026 - Recent arXiv preprints (2025-2026) 3. **Read abstracts**: For each potentially overlapping paper, WebFetch its abstract and related work section ### Phase C: Cross-Model Verification Call REVIEWER_MODEL via `spawn_agent` (`spawn_agent`) with xhigh reasoning: ``` reasoning_effort: xhigh ``` Prompt should include: - The proposed method description - All papers found in Phase B - Ask: "Is this method novel? What is the closest prior work?...

Details

Author
wanshuiyin
Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category