PubMed 周更——将 updatefiles 样例解析为 Excel 工作簿
PASS · rubric 已裁定 SATISFIED56s提问语言: en产物语言: en
提示词(原文)
In {DATA_DIR}/pubmed-sample.xml.gz you have a trimmed PubMed updatefiles sample. Load the bioresearcher-pubmed-weekly skill and parse this file into combined.xlsx in the working directory, then report the sheet names, row counts, and the deleted PMIDs.
发生了什么
- 用技能自带的纯 Python 流式解析器,解析裁剪版周更档案(6 条 <PubmedArticle> + 1 个 <DeleteCitation> 块)。
- 产出与提交在库的 expected-summary.json 逐项核对:6 行文章记录,删除 PMID 99999991/99999992 在列。
- rubric 标记 verify-combined-xlsx 运行后人工裁定 SATISFIED(记录于 result.json)。
证据
以下证据原文为英文——真实运行产物,未翻译。
| Sheet | Rows | Content |
| PubMed Articles | 6 (+ header) | PMIDs 12345678, 87654321, 31000001, … (incl. DOI/journal/author columns) |
| Deleted PMIDs | 2 (+ header) | 99999991, 99999992 |
客观校验
1/1 项检查通过 · 一项 rubric 标记在运行后人工裁定 SATISFIED(记录于 result.json)
| 扇出模式 | 不适用——单次过程式解析,无研究扇出 |
|---|---|
| 溯源 | 3380cc6 · opencode 1.18.29 |
复现
node demos/run-demo.mjs --only agent-pubmed-weekly-en --publish
仅限手动运行——此复现消耗 LLM token(真实 opencode CLI + 网络)。
在仓库中: README · transcript · result.json · 产物目录(固定链接)