📊
DataPython

Research Report

by Weizhena

Research Report is a Data skill for Claude Code, published by Weizhena in Deep-Research-skills.

2K stars161 forkson Weizhena/Deep-Research-skillsAdded 2026/08/18+1% in starsRepository updated 2026/05/07
claude-codeclaude-code-skillsdeep-research-agentgpt-skillsllm-agentopencodeopencode-skillsresearch
Install in seconds
Install Research Report
Copy Research Report into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Weizhena/Deep-Research-skills/tree/master/skills/research-zh/research-report ~/.claude/skills/research-report

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Weizhena/Deep-Research-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/research-zh/research-report/SKILL.md in Weizhena/Deep-Research-skills
Installs to
~/.claude/skills/research-report
Collection
One of 13 skills cataloged from this repository
Category
Data668 skills

What Research Report does

Research Report aggregates deep research results into a structured markdown report, covering all fields and skipping uncertain values. Use it after a research run to generate a navigable markdown report with table of contents and detailed sections.

Research Report is cataloged under Data on DirSkills. Research Report comes from a repository tagged claude-code, claude-code-skills, deep-research-agent, gpt-skills and llm-agent.

Documentation

README

Research Report - 汇总报告

触发方式

/research-report

执行流程

Step 1: 定位结果目录

在当前工作目录查找 */outline.yaml,读取topic和output_dir配置。

Step 2: 扫描可选摘要字段

读取所有JSON结果,提取适合在目录中显示的字段(数值型、简短指标),例如:

  • github_stars
  • google_scholar_cites
  • swe_bench_score
  • user_scale
  • valuation
  • release_date

使用AskUserQuestion询问用户:

  • 目录中除了item名称外,还需要显示哪些字段?
  • 提供动态选项列表(基于实际JSON中存在的字段)

Step 3: 生成Python转换脚本

{topic}/ 目录下生成 generate_report.py,脚本要求:

  • 读取output_dir下所有JSON
  • 读取fields.yaml获取字段结构
  • 覆盖每个JSON的所有字段值
  • 跳过值包含[不确定]的字段
  • 跳过uncertain数组中列出的字段
  • 生成markdown报告格式:目录(带锚点跳转+用户选择的摘要字段)+ 详细内容(按字段分类)
  • 保存到 {topic}/report.md

目录格式要求

  • 必须包含每一个item
  • 每个item显示:序号、名称(锚点链接)、用户选择的摘要字段
  • 示例:1. [GitHub Copilot](#github-copilot) - Stars: 10k | Score: 85%
脚本技术要点(必须遵循)

This is the opening of the README. Read the full README on GitHub.

Commands Research Report provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /research-report

Frequently asked about Research Report

  • What else does Weizhena publish alongside Research Report?

    Research Report is one of 13 skills that DirSkills catalogs from Weizhena/Deep-Research-skills, the repository it ships in. Its siblings there include Preliminary Research, Research and Research. Each one is a separate skill with its own page in this directory, installs the same way Research Report does, and is maintained by Weizhena in that same repository. The rest of the collection is listed on the Weizhena/Deep-Research-skills page.

  • How does Research Report compare to other Data skills?

    Research Report ranks #350 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Research Report against them. Open each page to compare what they document and how they install.

More from Weizhena/Deep-Research-skills

Research Report is one of 13 skills cataloged on DirSkills from Weizhena/Deep-Research-skills.

See all 13 skills
🔍
2w ago

Preliminary Research

Preliminary Research builds an initial research framework from model knowledge, supplements it with web search, and generates outline.yaml and fields.yaml to guide deeper research.
Automation
2K161
🔍
2w ago

Research

Research conducts preliminary research on a topic, generating an initial framework from model knowledge, supplementing it with web search results, and producing outline.yaml and fields.yaml files for subsequent deep research. Use it for academic research, benchmark research, technology selection, and similar tasks requiring structured outlines.
Automation
2K161
🔍
2w ago

Research

Research creates a preliminary research outline for a target topic, combining internal knowledge, web search, and user-defined fields. Use it before deep research for academic surveys, benchmark evaluations, or technology selection.
AI Engineering
2K161
📋
2w ago

Research Add Fields

Research Add Fields appends new field definitions to an existing research outline fields.yaml file. Use it when a deep research topic needs additional fields sourced from user input or web search.
Data
2K161
🗂️
2w ago

Research Add Fields

Research Add Fields adds new field definitions to an existing research outline's fields.yaml. Use it when you need to expand the structure of a research topic with user-provided or web-searched fields.
Data
2K161
2w ago

Research Add Items

Research Add Items appends new research objects (items) to an existing outline.yaml file, prompting the user for supplements and optionally launching web search to find more.
Automation
2K161