desloppify

Scan codebases for health risks and generate prioritized cleanup plans.

863|70|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/Git-on-my-level/codex-autorunner --skill desloppify-git-on-my-level
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: desloppify
Source: https://github.com/Git-on-my-level/codex-autorunner/tree/main/.agents/skills/desloppify
Command: npx skills add https://github.com/Git-on-my-level/codex-autorunner --skill desloppify-git-on-my-level

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codebase health is often neglected, leading to accumulating technical debt, degraded maintainability, and hidden defects. Desloppify scans codebases to identify these issues and surface actionable remediation guidance.

Core Features & Use Cases

  • Automated health scanning across multiple languages to reveal dead code, huge files, god-classes, code smells, and naming inconsistencies.
  • Generates prioritized cleanup plans and health scores to guide refactoring and debt reduction.
  • Use case: you want a clear roadmap to improve maintainability across a large repo and achieve measurable quality improvements.

Quick Start

Run desloppify scan --path . to assess the codebase, then follow the generated plan to triage and apply fixes.

Frequently Asked Questions about desloppify

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

FAQPage Schema
How do I identify technical debt and dead code in a multi-language codebase?

To identify technical debt and dead code across multiple languages, you can run an automated health scan to detect code smells, god classes, and naming inconsistencies. This process generates a prioritized cleanup plan and a measurable health score to guide refactoring.

What is the best way to generate a refactoring plan for reducing code smells?

The best way to generate a refactoring plan for code smells is using automated static analysis to scan the repository. This produces a prioritized cleanup roadmap targeting large files, module coupling, and import cycles to systematically reduce technical debt.

Can I track codebase health improvements after applying a refactor plan?

Yes, you can track codebase health improvements by following a scan, plan, execute, and rescan workflow. Running another health scan after executing the refactoring plan provides an updated health score and auditable remediation metrics to verify quality gains.

Does static analysis work for detecting god classes and module coupling in large repositories?

Static analysis works effectively for detecting god classes and module coupling in large repositories. Automated scanning evaluates file sizes, import cycles, and structural dependencies to surface these specific maintainability risks across multi-language projects.

What types of code quality issues does an automated codebase health scan detect?

An automated codebase health scan detects code quality issues including dead code, huge files, god classes, code smells, naming inconsistencies, and import cycles. It assesses these risks to calculate a health score and generate actionable remediation guidance.

Do I need any specific dependencies or tools to start scanning for code smells?

You do not need any specific dependencies to start scanning for code smells. You can execute a health scan directly on your project directory to immediately assess technical debt and receive a prioritized cleanup plan.