Leak Guard

INTERNAL DEV WORKFLOW for WpfHexEditor — Claude self-invokes after editing C# files that touch IDisposable, events, FileStream, Process, Timer, or files under Services/, *Manager.cs, *Service.cs, *Watcher*, *Adapter.cs. Detects: event handlers added without unsubscribe, IDisposable without Dispose, missing GC.SuppressFinalize, FileStream without using, Timer not stopped, Process not disposed, static event collections, weak-event candidates, hardcoded secrets. Skip on: Tests/, Samples/, *.Designer.cs, *.g.cs, generated code.

abbaye bce4dbc 5 files · 16.9 KB Updated

File contents

abbaye/wpfhexeditoride/tree/main/Sources/.claude/skills/leak-guard commit bce4dbcd9f

Frequently asked questions

npx skillmds@latest add abbaye/leak-guard