What problem does it solve? Diagnosing issues in distributed .NET Aspire applications requires knowing which observability tool applies to each environment, and this Skill routes monitoring requests to the correct CLI commands for local, AKS, Azure, and Docker deployments. ## Core Features & Use Cases - Local Telemetry Inspection: Retrieve console logs, structured OpenTelemetry logs, distributed traces, and spans using aspire logs and aspire otel commands against a running AppHost. - Environment-Based Routing: Direct diagnostics to kubectl and Container Insights for AKS workloads, azure-diagnostics for deployed Azure resources, or Docker CLI for Compose deployments. - Standalone Dashboard Support: Launch the Aspire Dashboard without an AppHost and query it remotely using --dashboard-url and --api-key flags. - Use Case: When an API resource appears unhealthy, run aspire describe to check resource state, then aspire otel logs to find structured errors, and aspire otel traces to follow the failing request across services. ## Quick Start Ask the agent to show the structured logs and current resource state of the running Aspire app to diagnose why a service is failing.