with one click
survey-analysis
问卷调研分析:用于分析问卷、满意度、NPS、调研反馈数据,生成描述统计、交叉分析、开放题洞察和改善建议。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
问卷调研分析:用于分析问卷、满意度、NPS、调研反馈数据,生成描述统计、交叉分析、开放题洞察和改善建议。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Use when writing, modifying, or deleting intent test specs (rules.md) for the AIjia app. Triggers from inside test-intents skill routing: "加一条意图", "改 X task 的 rules", "拆这条复合意图", "删 意图-XXX-NNN", "新建 X task".
Use when running, executing, or troubleshooting AIjia intent tests. Triggers from inside usertest-intents skill routing: "跑一下 X 这个 task", "跑 意图-XXX-NNN", "跑全部意图测试", "意图测试 FAIL 怎么处理", "tauri-pilot aijia ..." commands.
Use when the user mentions intent tests for the AIjia desktop app at any level — asking what they are, running them, or modifying their specs. Triggers include "意图测试", "usertest-intents", "AEIT", "跑意图测试", "跑一下 X 这个 task", "跑 意图-XXX-NNN", "写意图", "加一条意图", "改 X task 的 rules", "意图测试怎么用".
当用户要求维护项目 wiki、补图谱、生成或更新 RepoWiki、维护 Understand-Anything 图谱、写 enhancement JSON、改 schema、命名、引用、更新规则、校验脚本、判断图谱完整性、派子 agent 分模块补充图谱时使用。维护入口,不负责普通 wiki 问答。
当用户用中文询问项目 wiki、UserWiki、仓库知识库、功能影响面、这个文件是干什么的、当前改动影响哪些模块、新人该先看什么、图谱完整了吗、如何安装或使用 Understand-Anything 时使用。日常 wiki 问答、安装、使用、影响面分析都走本 skill。
Use when adding or modifying `aijia <verb>` CLI subcommands in tauri-pilot — wraps **single atomic** DOM operations (click one button / fill one field / wait one state) so intent-test agents can compose them into multi-step flows without burning tokens on snapshot+click loops. Triggers "加 aijia 子命令", "封装 X 流程到 CLI", "tauri-pilot 加 login", "扩 aijia CLI", "封装 UI 操作".
Based on SOC occupation classification
| name | survey-analysis |
| description | 问卷调研分析:用于分析问卷、满意度、NPS、调研反馈数据,生成描述统计、交叉分析、开放题洞察和改善建议。 |
| when_to_use | 当用户要求问卷分析、调研分析、问卷数据、满意度调查、NPS分析、问卷统计、调研报告、survey analysis,或上传问卷/反馈数据时使用。 |
| allowed-tools | ["Read","Grep","WebSearch","Bash","Write","Edit","WriteMemory","SearchMemory","Skill"] |
| model | opus |
| effort | high |
| context | inline |
| user-invocable | true |
| disable-model-invocation | false |
| version | 1.2 |
| category | general |
| metadata | {"label":"问卷调研分析"} |
Bash 的实际计算结果,禁止构造样本量、比例、得分或典型回答。按需读取 ${AIJIA_SKILL_DIR}/references/knowledge/ 下的资料:
benchmarks.json:NPS、满意度和回收率参考基准。action_playbooks.json:NPS贬损者多、满意度低维度、群体差异大、回收率低等改善策略。关键分析口径已内化到正文流程:数据探查阶段识别单选、多选、量表、NPS、开放题和人口统计学变量;统计阶段计算样本量、完成率、频次、占比、均值、中位数、标准差、Top2Box/Bottom2Box 和 NPS;洞察阶段按部门、地区、年龄、客户类型或渠道比较分组差异,并结合开放题主题、情感倾向和典型问题形成改善建议。所有指标均由当前数据即时计算,不依赖外部预计算状态。
Read 读取问卷、调研或反馈数据。Bash 识别题目类型:单选、多选、量表、NPS、开放题、人口统计学变量。计算并展示:
展示时先给整体结论,再用表格列关键题目;可用 Bash 导出题目统计表。
Bash 进行卡方检验、t 检验、方差分析或非参数检验,并解释为统计参考而非因果结论。把洞察转化为行动:
用 Write 生成调研报告,并用 Bash 导出统计结果或交叉分析表。如用户需要汇报材料,先询问确认,再用 Skill 生成 PPTX。
本技能在 AIjia 桌面端运行。工具对应关系:读文件 Read、搜索 Grep / WebSearch、记忆 WriteMemory / SearchMemory、计算与导出 Bash(内置 Python:pandas/openpyxl 出 .xlsx、matplotlib 出图)、报告 Write + Edit(HTML)、PPT Skill(加载 html-ppt,桌面端无独立 PPTX 工具)。
生成报告 / 长文档必须逐节增量写、用 Edit 续写,禁止把整份内容作为单个 Write 一次性吐出——否则对话界面会长时间无响应、且易触发流式超时。