mcpbeat

Thesis Question List

willoscar/thesis-question-list

| 维护中文毕业论文的 `codex_md/question_list.md`:把本轮问题、边界、优先级、协作方案和验收口径结构化,作为整条 thesis pipeline 的控制面。

2k tokens
context cost
the whole folder, loaded on every use
7
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill thesis-question-list

What comes with it

4 007 bytes besides the instruction
assets/question_list_contract.json
references/examples_bad.md
references/examples_good.md
references/overview.md
references/question_entry_schema.md
scripts/run.py

The instruction itself

8 sections, as written by the author

Thesis Question List

这个 skill 负责维护毕业论文流程的控制面文档

  • codex_md/question_list.md

它不是备忘录,而是这一轮工作的单一入口。

Inputs

  • codex_md/material_index.md
  • codex_md/missing_info.md
  • 现有 codex_md/*.md
  • claude_md/review_checklist.md
  • 最新编译 / 审稿 / 自查结果

Outputs

  • codex_md/question_list.md

Load Order

Always read:

  • references/overview.md
  • references/question_entry_schema.md
  • references/examples_good.md
  • references/examples_bad.md

Machine-readable contract:

  • assets/question_list_contract.json

Workflow

  • 收集问题来源
  • 上一轮 review
  • 当前编译失败 / warning
  • 结构问题
  • 引用问题
  • 文风问题
  • 归并成本轮问题
  • 去重
  • 合并同源问题
  • 区分结构问题 / 证据问题 / TeX问题 / 风格问题
  • 排优先级
  • 先结构
  • 再证据
  • 再交付层
  • 最后润色
  • 写入标准问题条目
  • 问题描述
  • 涉及章节
  • 为什么是问题
  • 修改方向
  • 是否需要多 agent 讨论
  • 验收口径

Script

Quick Start

  • uv run python .codex/skills/thesis-question-list/scripts/run.py --workspace <workspace>

Notes

  • 当前脚本只负责在缺失时生成问题单骨架。
  • 真正的条目内容仍由你根据本轮问题填充与维护。

How to use it

Copy the folder

Take willoscar/thesis-question-list from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.