What problem does it solve?
This Skill systematically audits debug logging and diagnostic output across a codebase to ensure that all such outputs are properly gated, preventing unnecessary disk writes and overhead in production environments, while also identifying critical gaps in logging coverage.
Core Features & Use Cases
- Ungated Output Detection: Identifies instances where
FileAppend, FileOpen, Tooltip, or other diagnostic writes occur without a corresponding configuration check.
- Coverage Gap Analysis: Pinpoints failure paths, error conditions, or diagnostic-worthy events that lack any logging, which could hinder debugging efforts.
- Use Case: A developer can use this Skill to perform a security and performance audit on a new feature's logging implementation, ensuring it adheres to best practices and doesn't introduce performance regressions or security vulnerabilities through excessive or unguarded logging.
Quick Start
Audit all debug logging and diagnostic output across the codebase for ungated disk writes and missing coverage.