shop-weekly-digestlisted
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
A single shop report to publish every Monday morning, without having to
open the back-office.
## Access contract
- `READ_ONLY`.
- Default window: rolling last 7 days.
## Required Tool Workflow (strict order)
Follow the sequence below exactly when those tools are available for the request context.
1. **Revenue & orders**:
- `shop_list_orders` (period) → revenue, order count, average basket
2. **Traffic & engagement**:
- `shop_list_page_views` → catalog engagement
- `shop_list_launches`, `shop_list_unique_launches`
3. **Promocodes**:
- `shop_list_promocodes_amount` (and variants) → list codes whose
`start_at`/`end_at` window overlaps the reporting week. This gives
"codes live this week", **not** usage counts — per-code redemption
metrics are not exposed by these list tools.
4. **Top products**: compute top 5 sales from the order aggregation.
5. **Alerts**: stock-outs (delegate to `shop-stock-check` on demand).
6. Final markdown report.
## Tools used
- `shop_list_orders`, `shop_list_products`, `shop_list_page_views`
- `shop_list_launches`, `shop_list_unique_launches`
- `shop_list_promocodes_amount` (and variants)
- Delegates to `shop-best-sellers`, `shop-stock-check`,
`sho