Project Runtime Failure Signatures

Use when something breaks at runtime on your own machine and you have the evidence - a stack trace, an exception, a hang, or a broken screen - and want to know where the real cause lives. A lookup of the common local-runtime failure signatures, each mapped to where to isolate it - usually not the line that threw. The single-chat form of the diagnoser seat's failure catalogue; pairs with the systematic-debugging method. NOT for a CI or build/test-gate failure (the resolvers and ci-failure-diagnoser own those) or a production incident - local-runtime evidence only. Keywords NullReferenceException, Cannot read properties of undefined, Unable to resolve service, NG0201 No provider, ObjectDisposedException, deadlock, hang, IndexOutOfRangeException, 401, 403, config drift.

envoydev b7a0ae6 7.9 KB Updated

File contents

envoydev/claude-stack/tree/main/stack/skills/project-runtime-failure-signatures commit b7a0ae6f2b

Frequently asked questions

npx skillmds@latest add envoydev/project-runtime-failure-signatures