azure-kusto

Execute KQL queries and manage clusters in Azure Data Explorer.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-kusto-anishi1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-kusto
Source: https://github.com/anishi1222/multi-agent-code-reviewer/tree/main/.agents/skills/azure-kusto
Command: npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-kusto-anishi1222

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL, simplifying log analytics, telemetry, and time series analysis.

Core Features & Use Cases

  • KQL Query Execution: Run KQL queries on massive datasets for data analysis.
  • Schema Exploration: Discover tables, columns, and data types in Kusto databases.
  • Resource Management: List and manage Azure Data Explorer clusters and databases.
  • Analytics: Perform aggregations, time series analysis, anomaly detection, and machine learning on log and telemetry data.

Quick Start

Run the azure-kusto skill to execute a KQL query on the 'mydatabase' database: az kusto query -s <subscription> -c <cluster> -d <database> -q 'KQL query'

Frequently Asked Questions about azure-kusto

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run KQL queries for log analytics in Azure Data Explorer?

Run KQL queries for log analytics in Azure Data Explorer by executing the azure-kusto skill with your subscription, cluster, database, and query string to analyze massive datasets. It supports schema discovery and telemetry analysis.

Can I perform time series analysis and anomaly detection on telemetry data using Kusto Query Language?

Yes, you can perform time series analysis and anomaly detection on telemetry data using Kusto Query Language. The skill executes KQL aggregations and machine learning operations directly on Azure Data Explorer clusters.

What Azure authentication and resources do I need to query a Kusto database?

To query a Kusto database, you need Azure authentication and access to Azure Data Explorer resources, specifically a valid subscription, an active cluster, and a target database to execute KQL queries.

How do I discover tables, columns, and data types in an Azure Data Explorer database?

Discover tables, columns, and data types in an Azure Data Explorer database by using the skill's schema exploration feature. It executes KQL commands to map the structure of your Kusto databases.

What's the best way to manage Azure Data Explorer clusters and databases for log analytics?

The best way to manage Azure Data Explorer clusters and databases for log analytics is by using KQL resource management commands. The skill allows you to list and manage clusters and databases before executing queries.

Does this approach work for analyzing massive telemetry datasets without moving data?

Yes, this approach works for analyzing massive telemetry datasets without moving data. The skill operates directly on Azure Data Explorer clusters, executing KQL queries natively for fast aggregations and time series analysis.