> ## Documentation Index
> Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Analyze completed study

> Use when the user wants findings, themes, evidence, or a report from completed User Intuition interviews.

Use when the user wants findings, themes, evidence, or a report from completed User Intuition interviews.

[Fetch raw SKILL.md](https://raw.githubusercontent.com/user-intuition/skills/1f5880347343099a9cbf38e4832d9a0b7338b85e/plugins/user-intuition-research/skills/analyze-completed-study/SKILL.md) · [Source](https://github.com/user-intuition/skills/blob/1f5880347343099a9cbf38e4832d9a0b7338b85e/plugins/user-intuition-research/skills/analyze-completed-study/SKILL.md) · [All skills](/skills/library)

Requires an authenticated [User Intuition MCP connection](/mcp-server/quickstart). Install the raw file as `analyze-completed-study/SKILL.md` inside your agent client's supported skills directory. The raw file is the installable artifact; this page is its documentation wrapper.

SHA-256: `f1a74aab8554faf74876d431ef9d1680e947c101ec2649d28f5d3a862d01bcb2`

## Instructions

```markdown theme={null}
---
name: analyze-completed-study
description: Use when the user wants findings, themes, evidence, or a report from completed User Intuition interviews.
---

When the user asks for analysis:

1. Identify the study with `list_studies`; disambiguate similar names. Call `get_study` for full context.
2. Call `list_interviews` with the `study_id` and check whether enough completed, usable interviews exist. Say when evidence is still thin.
3. Call `get_study_report`. If no report exists or it is stale and the user asked for fresh analysis, call `generate_report`, then fetch the report again.
4. For load-bearing findings, call `get_interview` on the supporting interview IDs and verify evidence in the returned messages. Never invent quotes or attribute a claim to an interview you did not fetch.
5. Summarize the headline, 3–5 themes, participant counts when supported, evidence, contradictions, and open questions.
6. Distinguish direct evidence from inference. Offer a follow-up study when the biggest uncertainty cannot be answered from the current interviews.
```
