Install
$ agentstack add skill-yujie-jason-zhang-polish-skill-idea-novelty-auditor ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Idea Novelty Auditor
Scope
Use this skill when the user asks whether a research idea is novel, defensible, worth writing, how to position it, what baselines may invalidate it, how reviewers may attack it, what claims should be avoided, or what experiments are required before packaging.
For a full audit, read references/idea_novelty_risk_audit.md.
Use another skill when the task is primarily:
- literature review, related work, reference selection, citation-role assignment, or direct-competitor coverage after the idea boundary is known: use
problem-driven-literature-review(if available); - manuscript structure or section rewriting after the defensible claims are known: use
paper-argument-reconstructor(if available); - TeX-safe academic English polishing: use
paper-polisher(if available).
If the user asks for "packaging" before novelty has been checked, run the novelty-risk audit first.
Verification Mode
This skill has two modes. By default it audits as described above. When the input is a positioning, claim, or contribution statement another tool or skill has already drafted, switch to verification mode instead of re-auditing from scratch:
- do not overwrite the other tool's wording;
- check it against this skill's discipline: whether novelty is overstated, whether a dangerous baseline was missed, and whether any claim is stronger than the evidence allows;
- report only the deviations; tighten an overclaim in place only if it breaks the evidence discipline.
The suite's value is bounded, defensible claims, not a competing rewrite. Verify rather than replace what a stronger generator already produced.
Core Principle
Audit before packaging:
break it down -> compare with known paradigms -> identify dangerous baselines -> define what cannot be claimed -> define cautious claims -> design evidence -> then package the paper story
Workflow
- Restate the idea in one application-level sentence.
- Remove application nouns and abstract it into general algorithmic paradigms.
- Check four related-work layers:
- direct task/workflow competitors;
- adjacent fields with similar problem structure;
- classic algorithmic paradigms;
- dangerous baselines that could make the contribution collapse.
- Build a similarity matrix against the most threatening methods.
- Attack the idea from a reviewer perspective.
- Classify the idea into weakest version, defensible version, and strengthened version.
- Define what the paper must not claim.
- Define what it can cautiously claim under specific conditions.
- Design experiments, baselines, ablations, and failure-case analysis that would support the defensible claim.
- Recommend the paper positioning and next minimum validation.
Evidence Discipline
Do not assert that an idea is novel merely because it sounds specialized. If current literature accuracy matters, verify with literature search or ask the user for the relevant related-work set.
Do not turn a standard solver, classic paradigm, or application-specific implementation into the main novelty unless the defensible distinction is explicit.
When evidence is incomplete, use risk language:
high novelty risk;likely incremental unless ...;defensible only if ...;cannot claim ...;can cautiously claim ....
Output Format
For a full audit, return:
Idea:
- ...
Abstract paradigm:
- ...
Closest classic methods:
- ...
Dangerous direct/adjacent work:
- ...
Novelty risk:
- High / Medium / Low
Weakest version:
- ...
Defensible version:
- ...
Strengthened version:
- ...
Cannot claim:
- ...
Can cautiously claim:
- ...
Must-beat baselines:
- ...
Required experiments and ablations:
- ...
Recommended paper positioning:
- ...
Next minimum validation:
- ...
For quick checks, return only the risk level, most dangerous baseline, defensible claim, and minimum experiment.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: yujie-jason-zhang
- Source: yujie-jason-zhang/polish_skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.