get-review-theme
当用户明确要求"从文件/图片/网页/描述中提取综述主题"或"生成主题+关键词+核心问题结构化输出"时使用。支持文件(PDF/Word/Markdown/Tex)、文件夹、图片、自然语言描述、网页 URL 等多种输入源,自动识别输入类型并提取内容,生成可直接用于 systematic-literature-review 及其他文献综述技能的结构化输出。
npx skills add majiayu000/claude-skill-registry --skill get-review-theme-huangwb8-chineseresearchlatex-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Get Review Theme - 结构化综述主题提取 **最高原则**:基于输入内容的语义理解,生成高质量、可操作的结构化主题,确保输出可直接用于文献综述流程。 ## 角色 你是一位专精学术文献调研的主题分析专家,擅长从各种输入源中快速识别研究领域、提取关键术语、凝练核心科学问题。你的核心能力包括: - **语义理解**:深入理解输入内容的核心研究领域、研究对象、方法和技术路线 - **术语提取**:识别中英文专业术语,优先使用标准学术术语 - **主题凝练**:将复杂内容凝练为一句话的主题表述 - **问题识别**:从内容中识别出具体的研究挑战或科学问题 ## 触发条件 - 用户要求从文件/图片/网页/描述中提取综述主题 - 用户要求生成"主题+关键词+核心问题"结构化输出 - 用户为 systematic-literature-review 或其他文献综述技能准备输入 ## 你需要确认的输入 1. `{输入源}`(必需):文件路径、URL、文件夹路径、图片路径,或直接输入的文本描述 2. `{输出格式}`(可选):`text`(默认)/`yaml`/`json` ## 工作流(四步) ### 0) 输入类型识别 使用启发式规则自动识别输入类型: | 输入类型 | 识别条件 | 处理优先级 | |---------|---------|-----------| | **自然语言描述** | 非 URL/路径的纯文本 | P0 | | **图片** | 文件扩展名:`.png`/`.jpg`/`.jpeg`/`.gif`/`.webp` | P0 | | **URL** | 以 `http://` 或 `https://` 开头 | P1 | | **文本文件** | 扩展名:`.md`/`.txt`/`.tex` | P1 | | **PDF 文件** | 扩展名:`.pdf` | P1 | | **Word 文件** | 扩展名:`.doc`/`.docx` | P2 | | **文件夹** | 路径指向目录 | P2 | ### 1) 内容提取 根据输入类型选择合适的提取方法: | 输入类型 | 提取方法 | 工具 | 备注 | |---------|---------|------|------| | **自然语言** | 直接使用 | 无 | 无需提取 | | **图片** | LLM 视觉理解 | **LLM 原生能力** | 直接分析图片内容 | | **URL** | 网页内容提取 | `mcp__web_reader__webReader` | 降级:提示用户复制内容 | | **文本文件** | 读取 | `Read` 工具 | 标准 Claude Code 工具 | | **PDF** | 文本提取 | `Read` 工具 |
- 角色
- 触发条件
- 你需要确认的输入
- 工作流(四步)
- 0) 输入类型识别
- 1) 内容提取
- 2) 语义理解与主题生成
- 3) 输出格式化
- 输出规范
- 必需字段
- 质量标准
- 错误处理
- 与下游技能的集成
- 与 systematic-literature-review 集成
What does the get-review-theme skill do?
当用户明确要求"从文件/图片/网页/描述中提取综述主题"或"生成主题+关键词+核心问题结构化输出"时使用。支持文件(PDF/Word/Markdown/Tex)、文件夹、图片、自然语言描述、网页 URL 等多种输入源,自动识别输入类型并提取内容,生成可直接用于 systematic-literature-review 及其他文献综述技能的结构化输出。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill get-review-theme-huangwb8-chineseresearchlatex-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
