paper-source-readiness-gate
GitHub在论文写作流程中,于实验设计前检查文献覆盖度。若引用目标未达标或来源不足则阻断后续生成,避免无效工作。
Trigger Scenarios
Install
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.
Version History
- 95673be Current 2026-08-07 00:59


