membership-device-landscapelisted
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.
This requirement is strict even for short prompts ("device types?", "top devices?").
Whenever this skill is invoked, always return all 3 tables.
## Goal
Give a clear device adoption snapshot in 3 action-ready tables:
- which platforms dominate,
- which device models dominate per platform,
- which OS-version/platform pairs dominate overall.
## Access contract
- `READ_ONLY`.
## Input contract
- `top_n`: max rows for table 1 (default 10)
- `top_devices_per_platform`: max rows per platform for table 2 (default 5)
- `top_pairs`: max rows for table 3 (default 5)
- `sort_order`: default `desc` (most to least)
If the user asks for more rows, use their value.
## Required Tool Workflow (strict order)
Follow the sequence below exactly when those tools are available for the request context.
1. Load platform/device totals:
- `classic_list_devices_global`
2. Load OS-version totals:
- `classic_list_os_versions_global`
3. (Optional consistency check):
- `classic_list_mobile_os_distribution` to align platform naming if needed.
4. Build rankings:
- Table 1: platforms by total devices, descending.
- Table 2: for each platform, top N device names, descending by count.
- Table 3: top N `(os_version, platfor