shop-kpi-monitorlisted
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
Replace manual dashboard scanning with a single, threshold-based health
check that highlights what needs attention now.
## Access contract
- `READ_ONLY`.
## Input contract
- Monitoring horizon:
- daily (default)
- weekly
- Baseline:
- previous equivalent period (default)
- trailing average (optional)
- Alert thresholds (defaults):
- revenue drop >= 15%
- order drop >= 15%
- launch drop >= 20%
- pending backlog growth >= 20%
## Required Tool Workflow (strict order)
Follow the sequence below exactly when those tools are available for the request context.
1. Load commercial signal:
- `shop_list_orders` for current window and baseline window.
2. Load traffic signal:
- `shop_list_page_views`
- `shop_list_launches`
- `shop_list_unique_launches`
3. Load fulfillment pressure:
- `shop_list_orders` filtered server-side with `status=PENDING`.
4. Compute KPI set:
- Revenue
- Order count
- AOV
- Launches / unique launches
- Pending orders
5. Evaluate threshold breaches and assign severity:
- Critical
- Warning
- Info
6. Output action-oriented alert report.
## Tools used
- `shop_list_orders`
- `shop_list_page_views`
- `shop_list_launches`, `shop_list_uniqu