wenxian
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese检索文献并推送(Cron Skill,多渠道版)
Literature Retrieval and Push (Cron Skill, Multi-channel Version)
目标
Objectives
把“检索文献→生成摘要→定时推送”固定为可复用流水线,而不是一次性临时任务。
Solidify the "retrieve literature → generate summary → scheduled push" process into a reusable pipeline instead of a one-time temporary task.
分区数据源(本地固化)
Partition Data Sources (Locally Solidified)
优先使用本地整合表:
- :整合 2024 JCR 与 2025 中科院分区(同名期刊对齐,保留双方原始字段)
references/JCR2024_FQBJCR2025_merged.csv
必要时回看源表:
- :中科院分区(含大类/小类分区、Top、是否OA、WoS索引等)
references/FQBJCR2025.csv - :JCR IF、IF Quartile、IF Rank(可作为 SCI/JCR 分区参考)
references/JCR2024.csv
上游补充来源:
- GitHub:
https://github.com/yongqianxiao/share_repo/tree/master/JCR - 本地清单:
references/upstream/share_repo_JCR_manifest.txt - 同步脚本:(将上游
scripts/sync_share_repo_jcr.sh拉取到JCR/)references/upstream_raw/
EasyScholar 开放接口补充:
- 接口:
https://www.easyscholar.cc/open/getPublicationRank - 参数:、
secretKeypublicationName - 示例:
.../getPublicationRank?secretKey=<EASYSCHOLAR_SECRET_KEY>&publicationName=Nature
- 当前配置 secretKey:
<请在本地私密配置,不要写入仓库> - 关键返回字段():
data.officialRank.all- (SCI/JCR分区)
sci - (最新IF)
sciif - (5年IF)
sciif5 - /
sciBase/sciUp(中科院基础版/升级版相关分区字段)sciUpSmall - 、
jci、esi等补充字段cpu
EasyScholar 使用规则:
- 默认顺序:EasyScholar API → 本地整合表 → share_repo 上游文件(补充校验)
- 请求方式:GET
- 请求参数:
- (必填)
secretKey - (必填,期刊名)
publicationName
- 成功判定:且
code=200msg=SUCCESS - 失败示例:(Key错误)
code=40002 - 调用 API 后,输出需标注“来源:EasyScholar API”
- 视为敏感信息:回复中仅可脱敏展示(如
secretKey),不得完整回显f11d...8d95
EasyScholar 返回解析(必须遵循):
- :官方数据
data.officialRank- :全部可用官方分级字段
all - :用户在扩展端选中的数据集字段
select
- :自定义数据
data.customRank- :自定义数据集定义(含
rankInfo、uuid、abbName...oneRankText)fiveRankText - :数组元素格式为
rank{{uuid}}&&&{{level}}- 先按 拆分得到
&&&与uuidlevel(1-5) - 用 在
uuid中找到对应数据集(rankInfo)abbName - 用 映射到
level~oneRankTextfiveRankText - 最终展示形如:
DUFE B
- 先按
官方字段优先展示建议:
- 分区核心:、
sci、ssci、sciBase、sciUp、sciUpSmallsciUpTop - 指标核心:、
sciif、sciif5、jciesi - 预警信息:
sciwarn - 中国药科大学分级:(默认展示)
cpu - 其他字段(如 )按需展示,不强制全量输出
swufe/cufe/ccf/cssci/ahci
分区展示策略(必须执行):
- 优先展示“最新口径”:以 EasyScholar 返回为主。
- 同时给出“最高分区”汇总:
- 中科院:在 中取最优结果并标注来源字段。
sciBase/sciUp/sciUpSmall/sciUpTop - SCI/JCR:在 中取最优 Q 区结果(Q1 最高)。
sci/ssci
- 中科院:在
- 若多来源冲突,保留冲突说明,不静默覆盖。
Prioritize using local integrated tables:
- : Integrates 2024 JCR and 2025 CAS Partition (aligns journals with the same name, retains original fields from both parties)
references/JCR2024_FQBJCR2025_merged.csv
Review source tables when necessary:
- : CAS Partition (includes major/minor category partitions, Top, OA status, WoS indexing, etc.)
references/FQBJCR2025.csv - : JCR IF, IF Quartile, IF Rank (can be used as reference for SCI/JCR partitions)
references/JCR2024.csv
Upstream supplementary sources:
- GitHub:
https://github.com/yongqianxiao/share_repo/tree/master/JCR - Local manifest:
references/upstream/share_repo_JCR_manifest.txt - Synchronization script: (pulls upstream
scripts/sync_share_repo_jcr.shtoJCR/)references/upstream_raw/
EasyScholar Open API Supplement:
- API:
https://www.easyscholar.cc/open/getPublicationRank - Parameters: ,
secretKeypublicationName - Example:
.../getPublicationRank?secretKey=<EASYSCHOLAR_SECRET_KEY>&publicationName=Nature
- Current configured secretKey:
<Please configure locally privately, do not write to the repository> - Key return fields ():
data.officialRank.all- (SCI/JCR Partition)
sci - (latest IF)
sciif - (5-year IF)
sciif5 - /
sciBase/sciUp(CAS Basic/Enhanced version related partition fields)sciUpSmall - Supplementary fields such as ,
jci,esicpu
EasyScholar Usage Rules:
- Default order: EasyScholar API → Local integrated table → share_repo upstream files (supplementary verification)
- Request method: GET
- Request parameters:
- (required)
secretKey - (required, journal name)
publicationName
- Success criteria: and
code=200msg=SUCCESS - Failure example: (Key error)
code=40002 - After calling the API, the output must be marked with "Source: EasyScholar API"
- is considered sensitive information: only desensitized display (e.g.,
secretKey) is allowed in responses, full display is prohibitedf11d...8d95
EasyScholar Return Parsing (Must Follow):
- : Official data
data.officialRank- : All available official grading fields
all - : Dataset fields selected by the user on the extended end
select
- : Custom data
data.customRank- : Custom dataset definition (including
rankInfo,uuid,abbName...oneRankText)fiveRankText - : Array elements are in the format
rank{{uuid}}&&&{{level}}- Split by to get
&&&anduuidlevel(1-5) - Use to find the corresponding dataset (
uuid) inabbNamerankInfo - Map to
level~oneRankTextfiveRankText - Final display format:
DUFE B
- Split by
Official Field Priority Display Recommendations:
- Core partitions: ,
sci,ssci,sciBase,sciUp,sciUpSmallsciUpTop - Core indicators: ,
sciif,sciif5,jciesi - Warning information:
sciwarn - China Pharmaceutical University grading: (displayed by default)
cpu - Other fields (e.g., ) are displayed on demand, full output is not mandatory
swufe/cufe/ccf/cssci/ahci
Partition Display Strategy (Must Execute):
- Prioritize displaying the "latest caliber": based on EasyScholar returns.
- Provide a summary of "highest partition" at the same time:
- CAS: Take the optimal result from and mark the source field.
sciBase/sciUp/sciUpSmall/sciUpTop - SCI/JCR: Take the optimal Q partition result from (Q1 is the highest).
sci/ssci
- CAS: Take the optimal result from
- If there are conflicts between multiple sources, retain the conflict description instead of silently overwriting.
适用场景
Applicable Scenarios
- 用户说“参考 MDRGNB 标准,做某主题日报/周报/月报”
- 用户用自然语言下发:"帮我几点几分往xx里面推送xx的文献"
- 用户要求“每天 xx:xx 推送到 飞书/企业微信/QQ/Telegram”
- 用户要求增加字段:期刊名、中科院分区、SCI 分区
- 用户反馈“任务显示 delivered 但收不到全文”
- User says "Refer to MDRGNB standards to create daily/weekly/monthly reports on a certain topic"
- User issues a request in natural language: "Help me push xx literature to xx at xx:xx"
- User requests "Push to Feishu/WeCom/QQ/Telegram at xx:xx every day"
- User requests adding fields: journal name, CAS Partition, SCI Partition
- User reports "Task shows delivered but no full text received"
标准流程(必须按顺序)
Standard Process (Must Follow Order)
-
确认参数
- 主题(如 MDRGNB、肝癌/HCC)
- 频率(每天/每周/每月)和时区(默认 Asia/Shanghai)
- 推送时间(用户未指定时使用默认值:日报 08:00、周报 08:00、月报 08:00)
- 推送渠道与目标 ID(feishu/wecom/qqbot/telegram)
- 输出模板(日报/周报/月报)
-
创建/更新 cron 任务
sessionTarget: "isolated"payload.kind: "agentTurn"- (默认)
timeoutSeconds: 1200 - 默认联动规则(必须执行):当日报任务首次创建成功后,同主题自动补建周报与月报任务(除非用户明确关闭)。
- 支持独立开启:周报/月报可单独创建并运行,不依赖“先开日报”。
-
三阶段流水线(借鉴 daily-paper-skills)
- 日报:
- Phase A(Fetch):检索 PubMed + 初筛去重
- Phase B(Review):生成结构化 TopN、10问、四维评分、证据等级
- Phase C(Deliver):按渠道规则推送并记录发送结果
- 周报/月报:
- Phase A(Collect):收集对应周期内“已产出的日报”结果(优先读取日报归档)
- Phase B(Synthesize):基于日报做聚合统计、主题归并、趋势与证据强度变化分析
- Phase C(Deliver):按渠道规则推送并记录发送结果
- 日报:
-
固化“检索 + 输出结构”
- 日报检索源:PubMed(默认)
- 日报必须把用户口语主题“xx文献”自动扩展为可执行 PubMed 检索式(布尔逻辑 + 同义词 + 缩写)
- 周报/月报默认不直接重跑全量检索,优先基于日报归档自动总结;仅当日报缺失时才触发补检
- 时间窗:默认近24小时(日报)/近7天(周报)/近30天(月报);补位窗口默认近7天(日报)或近30天(周报/月报)
- TopN:日报默认 Top3(不足按实际);周报默认 Top10;月报默认 Top20(均可按用户要求修改)
- 建议保留历史去重文件(如 或 topic_history.json),避免连续多天重复推送同一篇
.history.json
-
固化“推送可靠性”
- 在 payload prompt 中要求使用 工具主动发送
message - 企业微信长文必须 2-3 段分发(每段 <=1200 字)
- 飞书/QQ/Telegram 默认可单条发送;若正文超长,同样改为分段
- 分段标记:、
第1/3段、第2/3段第3/3段 - 若 payload 内已经显式 ,则 cron
message.send设为delivery.modenone
- 在 payload prompt 中要求使用
-
验证
- 手动触发一次
cron.run - 检查
cron.runs与statusdeliveryStatus - 用户确认是否在目标端可见全文
-
周/月报样本覆盖率校验(必须执行)
- 周报:统计窗口内日报覆盖天数,默认阈值 >=4 天;不足则在报告头部标注“样本不足,结论仅供参考”。
- 月报:统计窗口内日报覆盖天数,默认阈值 >=18 天;不足则同样标注样本不足。
-
Confirm Parameters
- Topic (e.g., MDRGNB, Liver Cancer/HCC)
- Frequency (daily/weekly/monthly) and time zone (default Asia/Shanghai)
- Push time (use default values if not specified by user: daily report 08:00, weekly report 08:00, monthly report 08:00)
- Push channel and target ID (feishu/wecom/qqbot/telegram)
- Output template (daily/weekly/monthly report)
-
Create/Update Cron Task
sessionTarget: "isolated"payload.kind: "agentTurn"- (default)
timeoutSeconds: 1200 - Default linkage rule (must execute): When a daily report task is first created successfully, automatically create corresponding weekly and monthly report tasks for the same topic (unless explicitly disabled by the user).
- Support independent activation: Weekly/monthly reports can be created and run independently without relying on "first enabling daily reports".
-
Three-stage Pipeline (Referenced from daily-paper-skills)
- Daily report:
- Phase A (Fetch): Retrieve PubMed + initial screening and deduplication
- Phase B (Review): Generate structured TopN, 10 Questions, Four-dimensional Score, Evidence Level
- Phase C (Deliver): Push according to channel rules and record sending results
- Weekly/Monthly report:
- Phase A (Collect): Collect results of "published daily reports" within the corresponding cycle (prioritize reading daily report archives)
- Phase B (Synthesize): Conduct aggregate statistics, topic merging, trend and evidence strength change analysis based on daily reports
- Phase C (Deliver): Push according to channel rules and record sending results
- Daily report:
-
Solidify "Retrieval + Output Structure"
- Daily report retrieval source: PubMed (default)
- Daily report must automatically expand user's spoken topic "xx literature" into an executable PubMed search query (Boolean logic + synonyms + abbreviations)
- Weekly/monthly reports do not directly re-run full retrieval by default; they prioritize automatic summarization based on daily report archives; supplementary retrieval is only triggered when daily reports are missing
- Time window: default last 24 hours (daily report)/last 7 days (weekly report)/last 30 days (monthly report); supplementary window defaults to last 7 days (daily report) or last 30 days (weekly/monthly report)
- TopN: default Top3 for daily reports (use actual number if insufficient); default Top10 for weekly reports; default Top20 for monthly reports (all can be modified according to user requirements)
- It is recommended to retain historical deduplication files (e.g., or topic_history.json) to avoid pushing the same article for consecutive days
.history.json
-
Solidify "Push Reliability"
- Require using the tool to actively send in the payload prompt
message - WeCom long texts must be distributed in 2-3 segments (each segment <=1200 words)
- Feishu/QQ/Telegram default to single sending; if the text is too long, split into segments as well
- Segment markers: ,
Segment 1/3,Segment 2/3Segment 3/3 - If is explicitly included in the payload, set cron
message.sendtodelivery.modenone
- Require using the
-
Verification
- Manually trigger once
cron.run - Check and
statusviadeliveryStatuscron.runs - User confirms whether the full text is visible on the target terminal
- Manually trigger
-
Weekly/Monthly Report Sample Coverage Verification (Must Execute)
- Weekly report: Count the number of days covered by daily reports within the window, default threshold >=4 days; if insufficient, mark "Insufficient samples, conclusions are for reference only" at the top of the report.
- Monthly report: Count the number of days covered by daily reports within the window, default threshold >=18 days; mark insufficient samples similarly if not met.
PubMed 配置(本地执行)
PubMed Configuration (Local Execution)
- API Key:
<PUBMED_API_KEY> - 调用建议:在 PubMed 请求中附带 以提升配额与稳定性。
api_key - 安全约束:该 key 仅用于本地运行,不对外展示、不写入公开仓库。
- API Key:
<PUBMED_API_KEY> - Call suggestion: Attach to PubMed requests to improve quota and stability.
api_key - Security constraints: This key is only used for local operation, not displayed externally, and not written to public repositories.
PubMed 检索式拓展规则(必须执行)
PubMed Search Query Expansion Rules (Must Execute)
当用户说“推送xx文献”时,不把“xx”原样直搜,先做检索式拓展:
- 主题归一化:中文主题转英文医学主题词(必要时补 MeSH)。
- 同义词扩展:加入常见别名/缩写/全称(OR 连接)。
- 疾病+场景约束:必要时加入研究场景词(如 resistance、therapy、prognosis)。
- 时间约束:日报默认近24小时;周报默认聚合近7天日报;月报默认聚合近30天日报。
- 结果质量优先:优先临床相关和证据等级更高文献。
检索式结构示例:
(主主题同义词1 OR 同义词2 OR 缩写) AND (研究场景词1 OR 场景词2)
输出时需在首段附一行“本次检索式:...”。
When the user says "Push xx literature", do not directly search for "xx" as is; first expand the search query:
- Topic normalization: Convert Chinese topics to English medical subject headings (MeSH if necessary).
- Synonym expansion: Add common aliases/abbreviations/full names (connected with OR).
- Disease + scenario constraints: Add research scenario words (e.g., resistance, therapy, prognosis) if necessary.
- Time constraints: Default last 24 hours for daily reports; default aggregate last 7 days of daily reports for weekly reports; default aggregate last 30 days of daily reports for monthly reports.
- Result quality priority: Prioritize clinically relevant literature with higher evidence levels.
Search query structure example:
(Main topic synonym1 OR synonym2 OR abbreviation) AND (Research scenario word1 OR scenario word2)
Attach a line "This search query: ..." at the beginning of the output.
强化规则(从 dailypaper 流水线迁移)
Enhanced Rules (Migrated from dailypaper Pipeline)
-
最低数量补位
- 当日高质量新增不足 TopN(默认3)时,自动从近7天窗口补位,直到凑满 TopN 或候选耗尽。
- 补位文献必须与当日已选不重复。
-
质量优先排序
- 候选排序优先级:证据等级 > 临床相关性 > 方法创新度 > 新近性。
- 同分时优先期刊分区更高者(SCI/Q 与中科院分区综合判断)。
-
历史回填与防断更
- 若当期(天/周/月)检索结果极少,允许从历史候选池回填,保证日报/周报/月报不断更。
- 回填文献要显式标注“回填/补位”,避免与“当日新增”混淆。
-
归档结构标准化(建议强制)
- 每次日报输出后落盘一条结构化记录(JSON):。
topic/date/pmid/title/journal/sci/cas/cpu/evidence/score/summary/url - 周报/月报优先读取该结构化归档,不直接解析自然语言文本。
- 每次日报输出后落盘一条结构化记录(JSON):
-
Minimum Quantity Supplementary
- When the number of high-quality new articles is less than TopN (default 3), automatically supplement from the last 7-day window until TopN is reached or candidates are exhausted.
- Supplementary articles must not duplicate those already selected for the day.
-
Quality Priority Sorting
- Candidate sorting priority: Evidence Level > Clinical Relevance > Method Innovation > Recency.
- For candidates with the same score, prioritize those with higher journal partitions (comprehensive judgment of SCI/Q and CAS Partition).
-
Historical Backfill and Interruption Prevention
- If the number of retrieval results for the current period (day/week/month) is extremely small, allow backfilling from the historical candidate pool to ensure daily/weekly/monthly reports are not interrupted.
- Backfilled articles must be explicitly marked with "Backfill/Supplementary" to avoid confusion with "daily new articles".
-
Standardized Archive Structure (Recommended Mandatory)
- After each daily report output, save a structured record (JSON): .
topic/date/pmid/title/journal/sci/cas/cpu/evidence/score/summary/url - Weekly/monthly reports prioritize reading this structured archive instead of directly parsing natural language text.
- After each daily report output, save a structured record (JSON):
推荐输出模板(MDRGNB/HCC 通用)
Recommended Output Template (General for MDRGNB/HCC)
- 本期新增数量(日报=今日,周报=本周,月报=本月)
- TopN(日报默认3 / 周报默认10 / 月报默认20;不足按实际)
- 每篇包含:
- 标题
- 期刊名(Journal)
- PMID
- 链接
- 中科院分区(最新口径 + 最高分区;查不到写“待核实”)
- SCI/JCR 分区(最新口径 + 最高分区;查不到写“待核实”)
- 中国药科大学分级(CPU)
- 80-120字中文摘要
- 一句话临床/研究价值
- 10问要点(1-10)
- 四维评分(工程应用价值/架构创新/理论贡献/结果可靠性,1-10)+ 总评
- 证据等级(Meta/RCT/观察/体外/综述/其他)
- 本期结论
- 下期建议(1-2条)
- Number of new additions in this issue (daily report = today, weekly report = this week, monthly report = this month)
- TopN (default 3 for daily reports / 10 for weekly reports / 20 for monthly reports; use actual number if insufficient)
- Each article includes:
- Title
- Journal name (Journal)
- PMID
- Link
- CAS Partition (latest caliber + highest partition; write "To be verified" if not found)
- SCI/JCR Partition (latest caliber + highest partition; write "To be verified" if not found)
- China Pharmaceutical University grading (CPU)
- 80-120 word Chinese abstract
- One-sentence clinical/research value
- 10 Question Points (1-10)
- Four-dimensional Score (Engineering Application Value/Architecture Innovation/Theoretical Contribution/Result Reliability, 1-10) + Overall Evaluation
- Evidence Level (Meta/RCT/Observation/In vitro/Review/Other)
- Conclusions of this issue
- Suggestions for next issue (1-2 items)
渠道映射(默认)
Channel Mapping (Default)
- 飞书:,
channel=feishu或target=chat:<chatId>user:<openId> - 企业微信:,
channel=wecomtarget=<userId|groupId> - QQ:,
channel=qqbot或target=qqbot:c2c:<openid>qqbot:group:<groupid> - Telegram:,
channel=telegramtarget=<chat_id>
- Feishu: ,
channel=feishuortarget=chat:<chatId>user:<openId> - WeCom: ,
channel=wecomtarget=<userId|groupId> - QQ: ,
channel=qqbotortarget=qqbot:c2c:<openid>qqbot:group:<groupid> - Telegram: ,
channel=telegramtarget=<chat_id>
Cron 模板(多渠道通用)
Cron Template (General for Multi-channel)
json
{
"action": "add",
"job": {
"name": "<daily|weekly|monthly>-<topic>-<channel>-<HHMM>",
"schedule": { "kind": "cron", "expr": "<m> <h> * * *", "tz": "Asia/Shanghai" },
"sessionTarget": "isolated",
"wakeMode": "now",
"payload": {
"kind": "agentTurn",
"model": "openai-codex/gpt-5.3-codex",
"timeoutSeconds": 1200,
"message": "先检索文献并生成结构化快报,再使用 message 工具发送到指定渠道/目标(channel=<feishu|wecom|qqbot|telegram>, target=<ID>)。若正文过长则按2-3段发送(每段<=1200字),最后仅输出固定完成语。"
},
"delivery": { "mode": "none" }
}
}常用表达式(默认推送时间均为 08:00,可修改):
- 日报:
0 8 * * * - 周报(本周最后一天):(周日早8点)
0 8 * * 0 - 月报(本月最后一天):+ 任务内校验“次日是否跨月,仅在跨月前一天发送”
0 8 28-31 * *
默认联动创建策略:
- 创建日报时,同时创建同主题周报与月报。
- 若用户未指定时间:日报/周报/月报都默认 08:00;若用户指定时间,按用户时间覆盖默认值。
- 周报默认“本周最后一天 08:00”,月报默认“本月最后一天 08:00”;两者都允许单独修改并可独立启停。
- 若对应周报/月报已存在,则跳过创建并仅更新配置(避免重复任务)。
- 月报“月末发送”必须做二次校验:仅在“明天跨月”时真正发送,避免 28-31 多次触发。
json
{
"action": "add",
"job": {
"name": "<daily|weekly|monthly>-<topic>-<channel>-<HHMM>",
"schedule": { "kind": "cron", "expr": "<m> <h> * * *", "tz": "Asia/Shanghai" },
"sessionTarget": "isolated",
"wakeMode": "now",
"payload": {
"kind": "agentTurn",
"model": "openai-codex/gpt-5.3-codex",
"timeoutSeconds": 1200,
"message": "先检索文献并生成结构化快报,再使用 message 工具发送到指定渠道/目标(channel=<feishu|wecom|qqbot|telegram>, target=<ID>)。若正文过长则按2-3段发送(每段<=1200字),最后仅输出固定完成语。"
},
"delivery": { "mode": "none" }
}
}Common Expressions (default push time is 08:00, can be modified):
- Daily report:
0 8 * * * - Weekly report (last day of the week): (8:00 AM Sunday)
0 8 * * 0 - Monthly report (last day of the month): + in-task verification "Check if the next day crosses the month, only send on the day before the month change"
0 8 28-31 * *
Default Linkage Creation Strategy:
- When creating a daily report, create corresponding weekly and monthly reports for the same topic at the same time.
- If the user does not specify a time: daily/weekly/monthly reports all default to 08:00; if the user specifies a time, overwrite the default value with the user's time.
- Weekly reports default to "8:00 AM on the last day of the week", monthly reports default to "8:00 AM on the last day of the month"; both allow independent modification and can be started/stopped independently.
- If the corresponding weekly/monthly report already exists, skip creation and only update the configuration (avoid duplicate tasks).
- Monthly report "end-of-month push" must undergo secondary verification: only send when "tomorrow crosses the month" to avoid multiple triggers on 28-31.
故障处理
Troubleshooting
-
现象:但用户看不到全文
delivered- 强制改为 payload 内 分段发送
message.send - 先发一条短测试消息验证 target 可达
- 再 复测全文
cron.run
- 强制改为 payload 内
-
现象:发送失败或超时
- 降级顺序:全文分段 → 短摘要(Top3+链接)→ 告警消息(含失败原因与重试建议)
- 每次失败都写入 run summary(便于追踪)
-
现象:QQ 与企业微信内容不一致
- 使用同一“内容生成模板”,仅替换
channel/target
- 使用同一“内容生成模板”,仅替换
-
Phenomenon:but user cannot see full text
delivered- Force to use in payload for segmented sending
message.send - First send a short test message to verify target reachability
- Re-test full text with
cron.run
- Force to use
-
Phenomenon: Push failed or timed out
- Degradation order: Full text segmentation → Short summary (Top3 + links) → Alert message (including failure reason and retry suggestions)
- Record each failure in run summary (for tracking)
-
Phenomenon: Inconsistent content between QQ and WeCom
- Use the same "content generation template", only replace
channel/target
- Use the same "content generation template", only replace
约束
Constraints
- 不得只输出单个占位词(如 )
mdrgnb - 分区信息不确定时必须标 ,不得臆造
待核实 - 10问要点、四维评分、证据等级为固定输出项,不得省略
- 周报/月报必须优先基于已发布日报自动总结生成(聚合/归纳/趋势),不得默认改为重新检索替代
- 用户要求“保持一致”时,QQ 与企业微信正文结构必须一致
- 周报 Top10、月报 Top20 的每篇入选都应给出 1 行“入选理由”(如证据等级高/分区高/临床价值高)
- Do not output only a single placeholder word (e.g., )
mdrgnb - Must mark when partition information is uncertain, do not fabricate
To be verified - 10 Question Points, Four-dimensional Score, and Evidence Level are fixed output items and cannot be omitted
- Weekly/monthly reports must be automatically summarized based on published daily reports (aggregation/induction/trend) by default, cannot be replaced with re-retrieval by default
- When the user requests "keep consistent", the text structure of QQ and WeCom must be consistent
- Each selected article in Weekly Top10 and Monthly Top20 must include a 1-line "selection reason" (e.g., high evidence level/high partition/high clinical value)