<!-- Part of the Cookiy user-research skill · https://github.com/cookiy-ai/user-research-skill -->

# Cookiy — Study Report

## CLI Commands

### report generate

Trigger report generation. Re-generates if a report already exists. Synthetic interviews are included by default; only pass `--skip-synthetic-interview` if the user explicitly asks to exclude them.

```
scripts/cookiy.sh study report generate --study-id <uuid> [--skip-synthetic-interview]
```

### report wait

Wait until the report has been generated.

```
scripts/cookiy.sh study report wait --study-id <uuid>
```

### report link

Get the public URL for the report.

```
scripts/cookiy.sh study report link --study-id <uuid>
```

### report content

Get the report as markdown.

```
scripts/cookiy.sh study report content --study-id <uuid>
```
