Logging Audit

Audit code for logging and observability quality, retrofit code onto whatever logger a repo already uses, and diagnose why a failed run left no usable evidence. Use this whenever reviewing a diff or PR for log quality, cleaning up or standardising logging in a module, judging whether error handling would actually be diagnosable in production, deciding what a catch block should do, or running a postmortem on a job or agent run that failed without explaining itself. Works in any language and any repo. Trigger it for requests like "review the logging here", "why was this run impossible to debug", "is this catch block okay", "make this failure easier to trace", or any investigation of a job that died silently — even when the user never says the word "logging".

arndvs d18826a 5 files · 26.6 KB Updated

File contents

arndvs/ctrlshft/tree/main/skills/logging-audit commit d18826a0f6

Frequently asked questions

npx skillmds@latest add arndvs/logging-audit