cleanup-health-inline

Detect, prioritize, remove, and verify dead code with backups and reporting.

2|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/maslennikov-ig/BuhBot --skill cleanup-health-inline-maslennikov-ig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup-health-inline
Source: https://github.com/maslennikov-ig/BuhBot/tree/main/.claude/skills/cleanup-health-inline
Command: npx skills add https://github.com/maslennikov-ig/BuhBot --skill cleanup-health-inline-maslennikov-ig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inline orchestration workflow for dead code detection and removal. Provides step-by-step phases for dead-code-hunter detection, priority-based cleanup with dead-code-remover, and verification cycles.

Core Features & Use Cases

  • Detection and prioritization of dead code across a codebase
  • Priority-based cleanup with backups and verification
  • Artifacts generation including reports and summaries
  • Use Case: Maintain healthy code and reduce technical debt through automated cleanup

Quick Start

Run the cleanup-health-inline workflow to detect, remove, and verify dead code in your repository.

Frequently Asked Questions about cleanup-health-inline

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

FAQPage Schema
How do I automate dead code cleanup with build verification?

Automated dead code cleanup requires a multi-phase workflow that detects, prioritizes, removes, and verifies code deletions. This process enforces a type-check and build gate between steps to ensure removals do not break existing functionality.

What is the best way to safely remove dead code from a software project?

Safe dead code removal involves backing up files before edits, updating change logs, and enforcing a verification cycle. This orchestrated approach prioritizes detected code for deletion and generates reports to maintain software health.

Does inline dead code removal require static analysis reports?

Yes, inline dead code removal reads a generated dead-code report to identify targets. The workflow uses this static analysis input to coordinate detection, backup, removal, and verification phases across the codebase.

How do I prioritize and verify dead code deletions step by step?

To prioritize and verify dead code deletions, the workflow orchestrates detection, applies priority-based cleanup, and runs type-check and build gates. It creates file backups before edits and generates summaries for verification.

Can I use an inline workflow for technical debt reduction without breaking the build?

An inline workflow reduces technical debt by enforcing a type-check and build gate between removal steps. It coordinates file backups and verification cycles to ensure code deletions maintain project stability.