name: med-daily-triage description: 每日分级与反馈表生成技能。Use when classifying merged papers into A/B/C/D and writing 隔日报.xlsx with clickable dropdown fields and Chinese-first review text.
med-daily-triage
- Classify merged candidates using rule-based grading:
A课题相关: directly relevant to current core project question.B专题相关: clearly relevant to subtopic or adjacent topic.C领域相关: broader field relevance, lower short-term priority.D无关: low relevance; audit only, never written to Zotero.
After rule-based grading, apply semantic grading (see
med-semantic-grading) for second-pass review.For database-sourced items, apply the journal quality gate backed by
easyscholarpartition/rank information before final writeback. This extra gate is advisory but auditable, and it should only affect database retrieval items, not RSS items.Generate
隔日报.xlsxwith two sheets that do NOT overlap:
Sheet 1: "每日反馈"
- Exclude all
D无关items AND all items whereneeds_human_review=true - Required columns:
英文标题, 标题翻译, 规则等级, 语义等级, 最终等级, 期刊/来源, 反馈, 评价 - Three grade columns (规则等级, 语义等级, 最终等级) output only letters A/B/C/D, no explanatory text
- Auto-adopted adjustments (B→A, C→B, B→C) appear here via 规则等级/语义等级/最终等级 but do NOT enter 人工复核
Sheet 2: "需人工复核"
- Only items where
needs_human_review=true(e.g. C→D blocked by policy) - Additional column:
人工确认等级for user to fill (A/B/C/D dropdown) - 规则等级, 语义等级, 最终等级 are read-only evidence
Invariant: Sheet1 rows + Sheet2 rows = all ABC items actually written to Zotero that day.
- Data source rule:
desktop_daily_review_source.jsonmust contain only items from Stage2mcp_writeback_summary.writeback_items- Stage1 full ABC is the candidate pool, not the 隔日报 data source
- If Stage2 fails/skips, desktop source keeps original full set
- Clean journal/source display:
- Remove suffixes:
: Latest Articles (...),: Latest Articles,: Table of Contents,- Wiley Online Library,- Wiley,ScienceDirect Publication: - Remove noise values:
Latest Results,Wiley,Wiley Online Library,ScienceDirect,ACS Publications
- Apply dropdown validation:
- Columns C/D/E (规则等级/语义等级/最终等级):
A,B,C,D - Column G (反馈):
keep,drop,upgrade,downgrade - Column K in "需人工复核" sheet (人工确认等级):
A,B,C,D
- Column mapping notes:
反馈column = renamed fromfeedback评价column = renamed fromcomment- Removed columns: 来源等级, 已处理时间, 处理状态, 备注
- Guardrails:
- Never fabricate dose/time/results/stats.
- If confidence is low, mark review queue instead of asserting evidence.
- Keep stable traceability for A/B items for star migration scanning.
- Integrate feedback-driven tightening (see
med-query-learning). - Chinese title must be machine-translated; if translation fails, keep English and log failures in run report.
- Feedback strength is not uniform:
keepis a no-op for placement,upgradeis a positive reinforcement signal,downgradeis a weaker negative signal, anddropis a stronger negative signal.