diagnostic-logs
Installation
SKILL.md
Diagnostic Logs
Format
console.log('[IDENTIFIER] Clear purpose message', JSON.stringify({ object: data }));
Requirements
- Clear purpose - What is this log telling you?
- Single filterable identifier -
[UPPER_CASE]prefix (e.g.,[THUMB_STRIP],[RENDER]) - Stringified objects - Use
JSON.stringify()for easy copying from browser console - Remove when done - Delete diagnostic logs after debugging is complete