judge-assignment

Assign project judges by analyzing expert information and group directions.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/kmoonn/skills --skill judge-assignment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge-assignment
Source: https://github.com/kmoonn/skills/tree/main/skills/judge-assignment
Command: npx skills add https://github.com/kmoonn/skills --skill judge-assignment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas.

What problem does it solve?

本 Skill 通过读取专家信息与项目分组数据,提供半自动的评委分配工作流,提升分组评审的学科匹配度和效率,并给出可验证的结果。

Core Features & Use Cases

  • 解析专家信息 Excel 与项目分组 Excel,展示数据摘要并计算学科匹配分数;
  • 基于学科映射与权重规则进行 AI 弹性分配,优先考虑校外专家的最优匹配再由校内专家填充;
  • 生成包含分配总表、专家明细、统计汇总和图例的多 Sheet 结果 Excel,支持颜色标注以区分校内/校外与纯校内组;
  • 场景覆盖:学术评审、答辩遴选、研究生评奖等需要按学科将评委分组的情境。

Quick Start

将专家信息Excel命名为 专家信息.xlsx,分组信息Excel命名为 项目分组.xlsx,然后运行分配脚本得到初步分配结果。

Frequently Asked Questions about judge-assignment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assign judges to project groups using Excel expert data?

To assign judges, parse expert information and project group Excel files to calculate disciplinary matching scores, then apply AI-driven allocation to output a multi-sheet Excel with assignment details and statistics.

What is the best way to balance internal and external experts in academic review groups?

Balancing internal and external experts in academic review groups is achieved by an AI allocation rule that prioritizes optimal matches for external experts first, then fills remaining slots with internal experts.

Can I use pandas to automate the generation of a multi-sheet Excel file for judge assignments?

Yes, you can use pandas to automate judge assignments by processing expert and group data, generating a color-coded multi-sheet Excel file that includes assignment details, expert breakdowns, and statistical summaries.

Does the judge assignment workflow support configurable target numbers per project group?

Yes, the judge assignment workflow supports configurable targets per group, allowing you to specify exact reviewer quantities before the AI-driven allocation processes the disciplinary matching and expert balancing.

How does the disciplinary matching score work when matching judges to project groups?

Disciplinary matching scores work by applying a mapping table to analyze expert information and group directions, maximizing disciplinary alignment to ensure the highest relevance between assigned judges and project topics.

What format should the input Excel files have for the judge assignment workflow?

Input Excel files for the judge assignment workflow should be named 专家信息.xlsx for expert information and 项目分组.xlsx for project groups, containing the data needed to calculate matching scores and perform allocation.