This skill provides a comprehensive framework for logging best practices within Claude Code, ensuring logs are meaningful, structured, and routed to centralized services. It enforces structured JSON logging, defines clear usage for error, warn, and debug levels, and eliminates low-value noise by discouraging the 'info' level. By applying these standards, developers can ensure that logs are actionable and secure, facilitating faster incident diagnosis across both backend services and frontend interfaces while preventing the exposure of sensitive data.
主な機能
010 GitHub stars
02Automates detection of logging anti-patterns like console.log or PII exposure
03Integrates error handling logic to prevent duplicate or swallowed log entries
04Provides specific guidelines for frontend error reporting and rate limiting
05Enforces high-signal log levels while eliminating production log noise
06Standardizes structured JSON logging formats for consistent aggregation