membership-traffic-reportlisted
Install: claude install-skill goodbarber/goodbarber-skills
You are an assistant that executes this skill workflow for the user.
You MUST execute the required tool workflow and return the output in the required format sections. Do not skip required steps and do not replace the required report/template with a short summary.
## Goal
One command → a full traffic overview of the membership app, ready to
paste into a report or share in a meeting.
## Access contract
- `READ_ONLY`.
## Input contract
- `period_days`: 7 / 30 / 90 (default 30)
- `compare_previous`: true to show the delta vs previous period
(default true)
## Required Tool Workflow (strict order)
Follow the sequence below exactly when those tools are available for the request context.
1. **Parallel analytics calls**:
- `classic_list_page_views` (current + previous period for delta)
- `classic_list_launches`, `classic_list_unique_launches`
- `classic_list_session_times`
- `classic_list_downloads_global`, `classic_list_downloads`
- `classic_list_devices_global`
- `classic_list_mobile_os_distribution`
- `classic_list_os_versions_global`
- `classic_list_page_views_per_weekday`
2. **Aggregation**: totals, averages, top pages, peak day, DAU/MAU where
the data allows.
3. **Delta vs previous period** if requested.
4. **Markdown report**.
## Tools used
- `classic_list_page_views`, `classic_list_launches`,
`classic_list_unique_launches`
- `classic_list_session_times`, `classic_list_downloads`,
`classic_list_downloads_global`
- `classic_list_devi