Investigate Alerts banner
zscaler zscaler

Investigate Alerts

Development community

Description

--- name: investigate-alerts disable-model-invocation: true argument-hint: "[since_hours] [severity: all|critical|warning]" description: "Investigate active and historical ZDX alerts to understand scope, root cause, and impact." --- # Investigate ZDX Alerts Investigate alerts: **$ARGUMENTS** ## Step 1: Parse Input Extract: - **Time window** in hours (default: 24) - **Severity filter** (default: all) ## Step 2: List Active Alerts ```text zdx_list_alerts(since=<hours>) ```text ## Step 3: F

Installation

Installs to ~/.claude/skills/zscaler-zscaler-mcp-server-investigate-alerts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zscaler-zscaler-mcp-server-investigate-alerts && curl -fsSL https://raw.githubusercontent.com/zscaler/zscaler-mcp-server/HEAD/commands/investigate-alerts.md -o ~/.claude/skills/zscaler-zscaler-mcp-server-investigate-alerts/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository