review-debug

Community

Audit debug logging and diagnostics

Authorcwilliams5
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: review-debug
Download link: https://github.com/cwilliams5/Alt-Tabby/archive/main.zip#review-debug

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.