1.1 KiB
1.1 KiB
name, description
| name | description |
|---|---|
| medassist-observability-guard | Ensure MedAssist changes preserve actionable logging, health checks, and clear operational error visibility, including equivalent requests phrased in German. |
Skill Instructions
Use this skill when changes affect backend services, schedulers, integrations, startup flow, or failure handling.
Objective
Maintain operational visibility so failures are detectable, diagnosable, and actionable.
Required Checks
- Critical paths keep clear error reporting.
- Health-check behavior remains intact and meaningful.
- Logs contain actionable context without leaking secrets.
- Errors are surfaced with enough detail for debugging.
- Silent failure paths are avoided.
MedAssist Focus Areas
backend/src/index.tsbackend/src/routes/health.tsbackend/src/services/*- Scheduler and notification flows
Anti-Patterns
- Swallowed exceptions.
- Generic logs with no context.
- Missing visibility for background failures.
Response Format
Return:
- Observability touchpoints reviewed
- Gaps found and suggested fixes
- Operational risk level