research-add-fields

仓库创建 2025年12月29日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

帮助标准化结果字段,便于后续聚合分析。

▸ 风险提示

会读取并修改本地 fields.yaml 文件

这个 Skill 做什么

在现有研究大纲中自动补充或生成字段定义。

自动在现有研究大纲里补齐或生成字段定义,会自动定位项目中的 fields.yaml 并读取已有字段作为基础。你可以直接输入字段,也可以选择让代理通过网络检索来补充来源,最后把新字段合入研究文档。适用于需要把数据字段和元信息统一整理到研究大纲里的场景,省掉手工翻文件和重复录入的麻烦。

▸ 展开 SKILL.md 英文原文

Add field definitions to existing research outline.

研究检索字段补全数据模型通用
1.8k
Stars
142
Forks
20
仓库内 Skill
+237
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-en/research-add-fields/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-en/research-add-fields/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Research Add Fields - Supplement Research Fields

## Trigger
`/research-add-fields`

## Workflow

### Step 1: Auto-locate Fields File
Find `*/fields.yaml` file in current working directory, auto-read existing fields definitions.

### Step 2: Get Supplement Source
Ask user to choose:
- **A. User direct input**: User provides field names and descriptions
- **B. Web Search**: Launch agent to search common fields in this domain

### Step 3: Display and Confirm
- Display suggested new fields list
- User confirms which fields to add
- User specifies field category and detail_level

### Step 4: Save Update
Append confirmed fields to fields.yaml, save file.

## Output
Updated `{topic}/fields.yaml`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有