skills/67-econfin-workflow-toolkit/master-thesis-review/SKILL.md
Generate master's thesis review reports (硕士论文评阅意见) calibrated to a given score. Outputs academic evaluation and shortcomings/suggestions in Chinese. Trigger when user says "master thesis review" / "硕士论文评阅" / "论文评阅" / "评阅意见" / "thesis review".
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research master-thesis-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill generates a master's thesis review report (硕士学位论文评阅意见) for a given thesis. The user provides the thesis file and a score (out of 100). The skill reads the thesis, then generates two sections calibrated to the score level.
Input:
*.pdf, *.tex, or *.docx)Output: {original-filename}-评阅意见.doc saved in the project folder
$ARGUMENTS or ask: "请提供论文文件夹路径").*.pdf, *.tex, *.docx).Use one AskUserQuestion call with one question:
Question — 评分 (Score):
Record the exact score. If the user selects a range, use the midpoint (e.g., 90–100 → 95).
Generate two sections based on the thesis content and calibrated to the score.
The score determines the tone, praise-to-criticism ratio, and severity of issues raised:
要求:
要求:
Determine output filename: Strip extension from thesis filename, append -评阅意见.doc. Example: 张三_硕士论文.pdf → 张三_硕士论文-评阅意见.doc.
Assemble the report with this structure:
对学位论文的学术评语
[240字学术评语段落]
论文的不足之处和建议
[300字不足与建议段落]
建议成绩:XX 分
Generate .doc using python-docx (preferred) or pandoc. Font: 宋体 (SimSun), size 12pt, 1.5x line spacing.
Display the full report content to the user.
Tell the user: "评阅意见已生成并保存至 {filename}-评阅意见.doc。"
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".