paper-source-readiness-gate
GitHub在论文写作流程中,于实验设计和章节撰写前执行确定性检查。验证参考文献覆盖率及引用目标是否达标,若不满足则终止流程,避免生成昂贵内容。
触发场景
安装
npx skills add opensquilla/opensquilla --skill paper-source-readiness-gate -g -y
SKILL.md
Frontmatter
{
"name": "paper-source-readiness-gate",
"metadata": {
"requires": {
"anyBins": [
"python",
"python3"
]
}
},
"entrypoint": {
"parse": "text",
"stdin": "{{ with.payload }}",
"command": "python {baseDir}\/scripts\/audit.py",
"timeout": 30
},
"provenance": {
"origin": "opensquilla-original",
"license": "Apache-2.0"
},
"description": "Deterministic early source-coverage gate for meta-paper-write. Stops drafting before expensive section generation when the curated, verifiable bibliography cannot meet the numeric citation target.",
"user-invocable": false,
"disable-model-invocation": true
}
Paper source readiness gate
Internal deterministic gate used immediately after source curation and before experiment design, outlining, or section writing. The input JSON contains the paper contract, paper preferences, structured source pack, and generated bibliography.
The command exits non-zero when the citation target is not an integer, source curation reports insufficient coverage, the usable-reference count is below target, or usable keys are absent from the primary-reference region or the bibliography. Failure output includes the concrete found/required count.
版本历史
- 95673be 当前 2026-08-07 00:59


