research-add-fields

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

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

▸ 风险提示

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

这个 Skill 做什么

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

会自动在项目里找 fields.yaml,把缺失的字段定义补上或生成说明,省去你手动翻文件和反复对齐的麻烦。常在整理研究大纲、要把数据字典补全或产出可读字段说明时用。支持你直接输入字段或启动网上检索再把结果写回 fields.yaml,流程可自动化合并到现有大纲里。

▸ 展开 SKILL.md 英文原文

Add field definitions to existing research outline.

研究检索字段补全数据模型通用
1.8k
Stars
142
Forks
20
仓库内 Skill
+229
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-zh/research-add-fields/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-zh/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 公开信息 · 原文版权归作者所有