Audit a React component for WCAG 2.1 AA compliance.
Add structured logging to a module. Use when adding observability to new code.
Add RED metrics (Rate, Errors, Duration) to a service or endpoint.
Add OpenTelemetry distributed tracing to a service.
Create an Architecture Decision Record. Use when making significant architectural decisions or when asked to document a tech choice.
Create or update a Grafana alert rule for a metric.
Scaffold a new REST API endpoint with route, validation, service, and tests. Use when asked to add a new API endpoint.
Trace or implement an authentication flow end-to-end.