What problem does it solve?
This Skill solves the problem of accumulating unaddressed codebase technical debt, including outdated dependencies, lint errors, stale documentation, and messy issue tracking, which slows development velocity and introduces avoidable security and stability risks if left unaddressed.
Core Features & Use Cases
It runs a structured, multi-step maintenance pass covering dependency audits, lint and format checks, test suite health assessments, dead code and TODO scans, documentation freshness checks, crosslink issue hygiene audits, and build artifact cleanup. For example, a software team lead can run this pass monthly to catch vulnerable outdated crates in a Rust project, fix low-effort lint warnings, archive stale crosslink issues, and clean up leftover build artifacts without manual effort.
Quick Start
Use the maintain skill to run a full periodic codebase health check, fix all low-effort maintenance issues automatically, and generate a summary of items that require human attention.