ln-512-tech-debt-cleaner

Apply safe auto-fixes to codebase audit findings and verify build integrity.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-512-tech-debt-cleaner-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-512-tech-debt-cleaner
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/ln-512-tech-debt-cleaner
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-512-tech-debt-cleaner-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automatically cleans up low-risk technical debt in a codebase, improving maintainability and reducing clutter without manual intervention.

Core Features & Use Cases

  • Automated Code Cleanup: Removes unused imports, dead code, commented-out blocks, and deprecated aliases.
  • Safety First: Only applies fixes with >=90% confidence and verifies build integrity.
  • Use Case: After a code audit identifies numerous unused imports, this Skill can be invoked to safely remove them, ensuring the codebase remains clean and efficient.

Quick Start

Use the ln-512-tech-debt-cleaner skill to clean up unused imports and dead code in the current project.

Frequently Asked Questions about ln-512-tech-debt-cleaner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate tech debt cleanup for unused imports and dead code?

Automating tech debt cleanup involves applying safe auto-fixes to codebase audit findings, specifically filtering for unused imports, dead code, and deprecated aliases with high confidence scores before verifying build integrity.

What is safe automated refactoring for technical debt?

Safe automated refactoring for technical debt is the process of removing low-risk code clutter like commented-out blocks and deprecated aliases, applying only fixes with a 90% or higher confidence score to prevent regressions.

How do I safely remove dead code and unused imports without breaking the build?

Remove dead code and unused imports safely by applying auto-fixes exclusively to high-confidence audit findings and verifying build integrity immediately after the changes to ensure no regressions occur.

Can I automate code cleanup for audit findings with a 90% confidence threshold?

Yes, you can automate code cleanup by filtering audit findings to only include issues with a confidence score of 90% or higher, such as unused imports and deprecated aliases, ensuring safe automated removal.

What are the limitations of automating technical debt removal?

The limitation of automating technical debt removal is that it only targets low-risk issues like dead code and unused imports with a 90% plus confidence score, skipping complex refactoring or ambiguous audit findings.