novelty-check
仓库创建 2026年3月10日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由
在动手实现前快速判定想法新颖性,节省重复研究成本。
▸ 风险提示
依赖外部大模型与文献源,结果可能出现遗漏或生成性错误。
这个 Skill 做什么
针对提出的方法/想法系统性检索并评估是否已有类似工作存在。
系统性检索并评估某个研究想法是否已有类似工作,从抽取关键声明到比对近似文献并汇总证据。适合在开题、写论文或实现前确认思路是否新颖时使用。特点是分阶段、可复现的查新流程,既给出相似工作清单也指出关键区别,帮你判断是否值得继续投入。
▸ 展开 SKILL.md 英文原文
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.
1.4w
Stars
1.2k
Forks
40
仓库内 Skill
+844
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/novelty-check/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/novelty-check/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Novelty Check Skill Check whether a proposed method/idea has already been done in the literature: **$ARGUMENTS** ## Constants - REVIEWER_MODEL = `gpt-5.6-sol` — Model used via Codex MCP. Must be an OpenAI model (e.g., `gpt-5.6-sol`, `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 avail
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有