Diagnose And Fix Tracked Errors

Diagnose a bug surfaced by an error-tracking or observability tool — or a supplied stack trace or log — reach its root cause with evidence, and apply or propose the fix at the design-correct location, which is often not where the error manifests. Use when an agent must triage a tracked error event, reproduce the reported failure deterministically, isolate the origin through falsifiable hypotheses, decide which layer owns the violated invariant or rule, and fix plus regression-test at that layer before closing the loop in the tracking tool. The agent must defer to the project's observability tooling, agent instructions, and design conventions rather than assume any specific tool, error model, or architecture.

code-sherpas 7849dbf 14.2 KB Updated

File contents

code-sherpas/agent-skills/tree/main/skills/diagnose-and-fix-tracked-errors commit 7849dbf6fe

Frequently asked questions

npx skillmds@latest add code-sherpas/diagnose-and-fix-tracked-errors