What problem does it solve? Diagnosing issues in Aspire applications requires knowing which observability tool to use for each environment, and this Skill routes monitoring requests to the correct command for local, AKS, Azure, or Docker deployments. ## Core Features & Use Cases - Local Telemetry Inspection: Query console logs, structured OpenTelemetry logs, distributed traces, and spans using aspire logs and aspire otel commands against a running AppHost. - Environment-Aware Routing: Directs diagnostics to kubectl and Container Insights for AKS, azure-diagnostics for deployed Azure resources, or Docker CLI for Compose targets. - Standalone Dashboard & Export: Launch the Aspire Dashboard without an AppHost via aspire dashboard run, and bundle telemetry into a portable zip with aspire export. - Use Case: When a resource appears unhealthy, run aspire describe to check state, then aspire otel logs to inspect structured logs, and finally 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 your running Aspire app.