skills/aspire-otel/SKILL.md
Set up .NET Aspire dashboard and configure OpenTelemetry for local development monitoring. Use when: adding Aspire orchestration, OpenTelemetry instrumentation, OTLP exporter, distributed tracing, metrics, structured logging, Aspire dashboard, service defaults, or local observability.
npx skillsauth add congiuluc/my-awesome-copilot aspire-otelInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
User request
├─ "Add Aspire to my solution"
│ → Phase 1: Scaffold AppHost + ServiceDefaults
│ → Phase 2: Configure dashboard (auto with AppHost)
│ → Phase 3: Wire up OpenTelemetry via ServiceDefaults
│
├─ "Run Aspire Dashboard standalone"
│ → Phase 2: Docker standalone dashboard
│ → Phase 3: Manual OpenTelemetry setup (no Aspire SDK)
│
├─ "Add OpenTelemetry only"
│ → Phase 3: Manual OTel instrumentation
│
└─ "Full local observability"
→ Phase 1 + 2 + 3 + health checks
builder.AddServiceDefaults() and app.MapDefaultEndpoints()https://localhost:18888/health, /alive)dotnet build succeeds for the entire solutiontools
Build VS Code extensions with TypeScript. Covers extension anatomy, activation events, commands, tree views, webview panels, language features, testing, and publishing. Use when: creating a new VS Code extension, adding commands/views/providers, building webview UIs, implementing language server features, testing extensions, or packaging for the marketplace.
development
Track implementations, features, bugs, and releases in a versioning document. Use when: adding a commit, completing a feature, fixing a bug, or preparing a release. Automatically updates CHANGELOG.md following Keep a Changelog format and Semantic Versioning.
development
Write frontend tests using Vitest and React Testing Library. Use when: testing React components, hooks, user interactions, form submissions, accessibility assertions, or mocking API services.
development
Write Angular frontend tests using Jasmine, Karma, and Angular TestBed. Use when: testing Angular components, services, pipes, directives, user interactions, form submissions, accessibility assertions, or mocking HTTP services.