Create a novelty/prior-work matrix comparing the submission’s contributions against related work (overlaps vs deltas). **Trigger**: novelty matrix, prior-work matrix, overlap/delta, 相关工作对比, 新颖性矩阵. **Use when**: peer review 中评估 novelty/positioning,需要把贡献与相关工作逐项对齐并写出差异点证据。 **Skip if**: 缺少 claims(先跑 `claims-extractor`)或你不打算做新颖性定位分析。 **Network**: none (retrieval of additional related work is out-of-scope unless provided). **Guardrail**: 明确 overlap 与 delta;尽量给出可追溯证据来源(来自稿件/引用/作者陈述)。
Scanned 2/12/2026
Install via CLI
openskills install WILLOSCAR/research-units-pipeline-skills---
name: novelty-matrix
description: |
Create a novelty/prior-work matrix comparing the submission’s contributions against related work (overlaps vs deltas).
**Trigger**: novelty matrix, prior-work matrix, overlap/delta, 相关工作对比, 新颖性矩阵.
**Use when**: peer review 中评估 novelty/positioning,需要把贡献与相关工作逐项对齐并写出差异点证据。
**Skip if**: 缺少 claims(先跑 `claims-extractor`)或你不打算做新颖性定位分析。
**Network**: none (retrieval of additional related work is out-of-scope unless provided).
**Guardrail**: 明确 overlap 与 delta;尽量给出可追溯证据来源(来自稿件/引用/作者陈述)。
---
# Novelty Matrix (overlap vs delta)
Goal: make novelty/positioning concrete by aligning each contribution against the closest prior work.
## Inputs
Required:
- `output/CLAIMS.md`
Optional:
- A provided list of related work (titles/URLs/DOIs) or the submission’s reference list
## Outputs
- `output/NOVELTY_MATRIX.md`
## Output format (recommended)
- Rows: contributions/claims (from `output/CLAIMS.md`)
- Columns: closest related works (provided or cited by the paper)
- For each row/column, record:
- `overlap`: what is the same
- `delta`: what is different/new
- `evidence`: where this is supported (paper statement / citation / method difference)
## Workflow
1. Extract the contribution list from `output/CLAIMS.md`.
2. Pick ≥5 closest related works (or state explicitly why you cannot).
3. For each contribution, compare to each related work:
- identify overlap
- identify delta
- attach evidence (quote/section/citation pointer)
4. Summarize:
- which contributions look clearly novel
- which ones look like incremental variants
## Definition of Done
- [ ] Matrix includes ≥5 related works or explains why unavailable.
- [ ] Every “delta” entry has a short evidence pointer (not just opinion).
## Troubleshooting
### Issue: no related works list is available
**Fix**:
- Use the paper’s own citations as the initial related set; if even that is missing, mark `needs_related_work_list` and stop.
### Issue: overlap/delta becomes vague
**Fix**:
- Force each cell to reference a concrete axis (problem setting, method component, training data, evaluation protocol, result).
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.