What problem does it solve?
Periodic codebase maintenance is time-consuming and error-prone without a structured workflow. This Skill provides a comprehensive, repeatable prompt framework for maintenance tasks such as dependency cleanup, dead code removal, test-coverage gaps, security audits, performance optimizations, and logging reviews.
Core Features & Use Cases
- Dependency management: identify and prune unused or conflicting backend and frontend dependencies.
- Code cleanliness: detect dead code, refactoring opportunities, and simplification of complex logic.
- Quality & security: outline steps for test coverage audits, vulnerability checks, and logging improvements.
- Performance & reliability: surface optimization opportunities across the stack and ensure robust logging.
- Use Case: during PRs or scheduled maintenance, generate a maintenance plan that can be implemented in a single release.
Quick Start
Provide an actionable maintenance plan for the current codebase and initiate the first cleanup task.