Typescript Async Contract Reliability

Use this skill to statically review server-side TypeScript async reliability: floating and ignored promises, async functions passed where `void` is expected, `AbortSignal` cancellation plumbing, unhandled-rejection posture (Node defaults `--unhandled-rejections` to `throw`, and it is not safe to resume after `uncaughtException`), stream/async-iterable backpressure, concurrency bounds, guaranteed cleanup, and typed error channels. Reads source and Node/lint configuration only; it never runs the process.

VincentChuWaiChow 64f8ea8 4 files · 10.1 KB Updated

File contents

VincentChuWaiChow/vanguard-frontier-agentic/tree/main/skills/typescript/typescript-async-contract-reliability commit 64f8ea8839

Frequently asked questions

npx skillmds@latest add vincentchuwaichow/typescript-async-contract-reliability