improve-logging
Installation
SKILL.md
Improve Logging
Audit a codebase's logging and produce a prioritized list of recommendations covering three areas: missing log statements, incorrect severity levels, and poor message quality. Also enforces (or proposes) a consistent logging pattern across the whole application.
This skill is read-only. It produces a recommendation report. It does not edit any file.
Task Tracking
Before doing any work, call TaskCreate for each phase below. Call TaskUpdate (status in_progress) when you begin a phase and TaskUpdate (status completed) when you finish it.
- Detect languages and logging frameworks
- Establish logging pattern
- Scan for issues
- Write report