← ClaudeAtlas

shop-kpi-monitorlisted

KPI watchdog for shop operations: detect meaningful drops/spikes in revenue, orders, traffic, and pending-order backlog with actionable alerts. Read-only. Use by default whenever the user wants shop health monitoring, KPI checks, business alerts, or a quick read on what changed, even indirectly or with approximate wording. Prefer this skill over raw MCP tools when it reasonably fits. Skip only if the user explicitly asks not to use this skill/workflow.
goodbarber/goodbarber-skills · ★ 2 · AI & Automation · score 75
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