当用户明确要求"评审国自然标书"、"模拟专家评审"、"审阅 NSFC 申请书"时使用。模拟领域专家视角对 NSFC 标书进行多维度评审,输出分级问题与可执行修改建议。⚠️ 不适用:用户只是想写/改标书某个章节(应使用 nsfc-*-writer 系列技能)、只是想了解评审标准(应直接回答)、没有明确"评审/审阅"意图。
70
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
parallel-vibe 不可用、被禁用或 panel_count=1,自动降级为单组模式。至少提供其一:
proposal_pathproposal_fileproposal_zip可选:
focusoutput_pathstylegrant_typefunding_amountpanel_count配置口径以 config.yaml 为准,尤其是:
review_dimensionsseverity_levelsreview_gradesstage_assessmentfunding_contextparallel_reviewoutput_settings按用户请求和配置文件提供必要输入;缺失信息应明确列出并停止依赖该输入的步骤。
bensz-collect-bugs 按规范记录到 ~/.bensz-skills/bugs/,严禁直接修改用户本地 Claude Code / Codex 中已安装的 skill 源码。gh 与 bensz-collect-bugs,仅上传新增 bug 到 huangwb8/bensz-bugs;不要 pull / clone 整个 bug 仓库。proposal_files.patterns/exclude 找出待读 .tex。.tex 数量为 0 时直接失败;目录异常大时先确认范围。python3 <nsfc_reviewers_path>/scripts/list_proposal_files.py --proposal-path <proposal_root>grant_type / funding_amount,再谨慎从正文识别资助上下文。effective_panel_count,并限制在 [1, parallel_review.max_panel_count]。parallel_review.enabled == falseeffective_panel_count == 1parallel-vibe并行模式关键步骤:
references/expert_*.md 和 references/master_prompt_template.md 生成 master prompt。scripts/build_parallel_vibe_plan.py 生成 plan.json。parallel-vibe 执行 N 组独立评审。panel_output_filename,允许个别 thread 缺失但不能中断整体汇总。单组模式仍要保留 7 位专家画像的独立判断,再做组内聚合。
references/aggregation_rules.md。ceil(N * consensus_threshold) 组指出的问题才算跨组共识。P0 → P1 → P2 输出,并给出最小修改序列。不给过,必须指出最关键的 1-3 条翻盘动作。当 config.yaml:output_settings.enforce_output_finalization == true 时,不得跳过最终整理。
报告需要清楚区分:
列文件:scripts/list_proposal_files.py
并行计划:scripts/build_parallel_vibe_plan.py
专家画像:references/expert_*.md
聚合规则:references/aggregation_rules.md
主提示模板:references/master_prompt_template.md
config.yaml:output_settings.default_filename{panel_dir}/G{组号}.mdconfig.yaml:output_settings.intermediate_dir本 Skill 的新任务中间文件统一写入 ./.bensz-api/task-{yyyymmdd-hhmm}-{简短描述}/{skill名}/input|output|log/。同一任务复用一个任务根目录;多 Skill 协作才创建 shared/。正式交付物不写入该目录,历史隐藏目录只允许显式兼容读取、迁移或清理。
完成后执行 Skill 已有的静态检查、脚本验证或人工复核,并记录通过标准。
保留错误证据和已完成产物;仅在输入、环境或外部依赖恢复后从最近的失败步骤重试。
P0 → P1 → P2 排序。给过 或 不给过,并附 高/中/低 把握度。./.bensz-api/task-{yyyymmdd-hhmm}-{简短描述}/ 根目录;共享材料放入 shared/,Skill 专属材料放入该 Skill 的 input/、output/、log/。config.yaml:skill_info.version;公开 API、协议、目录或配置变更同步文档与 CHANGELOG.md。bensz-collect-bugs;先脱敏写入 ~/.bensz-skills/bugs/,当前任务不中断,只有用户明确要求才公开上报,禁止直接修改用户已安装的 Skill 源码。不得超出本 Skill description 和上方流程所声明的范围;不将未验证的信息伪装成确定结论。
dd19421
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.