ln-512-tech-debt-cleaner

Remove unused imports and dead code with safe auto-fixes.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-512-tech-debt-cleaner-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-512-tech-debt-cleaner
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-512-tech-debt-cleaner
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-512-tech-debt-cleaner-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the cleanup of 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: Operates only on findings with a confidence score of 90% or higher and skips complex or risky changes.
  • Use Case: After a code audit identifies numerous unused imports and commented-out code sections, this Skill can be invoked to automatically remove them, creating a single, clean commit.

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?

You can automate tech debt cleanup by applying safe auto-fixes to remove unused imports, dead code, and commented-out blocks. The tool filters findings using confidence scores and risk levels, ensuring only safe modifications are applied to your codebase.

What is the safest way to remove commented-out code during refactoring?

The safest way to remove commented-out code involves filtering findings based on confidence scores of 90% or higher. It skips complex or risky changes, applies safe modifications, and verifies build integrity post-cleanup.

Can I automatically remove dead code without breaking my build?

Yes, you can automatically remove dead code without breaking your build because the tool verifies build integrity post-cleanup. It operates only on high-confidence findings, applies safe modifications, and creates a single commit summarizing all changes.

Does automated code cleanup skip risky refactoring changes?

Yes, automated code cleanup skips risky refactoring changes by operating only on findings with a confidence score of 90% or higher. It filters out complex modifications, ensuring only low-risk technical debt is addressed.

How do I commit automated refactoring changes cleanly?

You can commit automated refactoring changes cleanly by creating a single commit that summarizes all modifications. The tool applies safe auto-fixes for low-risk technical debt and verifies build integrity before finalizing the commit.