diagnostic-logs

Installation
SKILL.md

Diagnostic Logs

Format

console.log('[IDENTIFIER] Clear purpose message', JSON.stringify({ object: data }));

Requirements

  1. Clear purpose - What is this log telling you?
  2. Single filterable identifier - [UPPER_CASE] prefix (e.g., [THUMB_STRIP], [RENDER])
  3. Stringified objects - Use JSON.stringify() for easy copying from browser console
  4. Remove when done - Delete diagnostic logs after debugging is complete

Examples

Related skills

More from editframe/skills

Installs
71
GitHub Stars
4
First Seen
Apr 21, 2026