What problem does it solve? .NET services often ship with inconsistent error responses, swallowed exceptions, and fragmented telemetry, making production incidents hard to diagnose. This Skill provides a single set of guardrails for exception handling, structured logging, metrics, and distributed tracing so errors remain observable end to end. ## Core Features & Use Cases - Standardized Error Responses: Enforces RFC 7807 ProblemDetails with traceId, correlationId, and timestamp extensions, plus a chained IExceptionHandler pipeline for validation and global errors. - Observability Stack Guidance: Covers OpenTelemetry traces, Prometheus metrics with cardinality guardrails, and Loki structured logging with label and field rules. - Use Case: When adding a new API endpoint or MediatR handler, load this Skill to ensure exceptions flow through the correct handler chain, logs include correlation context, and business metrics are emitted with proper tenant tags. ## Quick Start Ask the AI to review your .NET exception handling and logging changes against the error-tracking observability rules before committing.