One-click install
npx skills add https://github.com/iabheejit/matchkit --skill desloppify-iabheejit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: desloppify
Source: https://github.com/iabheejit/matchkit/tree/main/.claude/skills/desloppify
Command: npx skills add https://github.com/iabheejit/matchkit --skill desloppify-iabheejit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically scans codebases to identify and track technical debt, code smells, and quality issues, providing actionable insights for improvement.

Core Features & Use Cases

  • Codebase Scanning: Analyzes code for various quality metrics including duplication, test health, and security vulnerabilities.
  • Technical Debt Tracking: Identifies and quantifies issues like code smells, naming problems, and import cycles.
  • Automated Fixes & Planning: Offers suggestions and automated fixes for identified issues, and helps create cleanup plans.
  • Use Case: A development team can use this Skill to get a comprehensive health score for their project, identify the top 5 issues to fix next, and generate a plan to systematically reduce technical debt over time.

Quick Start

Run a full scan of the current directory to identify code quality issues.

Frequently Asked Questions about desloppify

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

FAQPage Schema
How do I scan my codebase for technical debt and code smells?

To scan a codebase for technical debt and code smells, run an automated static analysis to identify quality issues across mechanical and subjective dimensions. This Skill executes that scan to detect duplication, test health, and security vulnerabilities, returning a comprehensive project health report.

What is the best way to track and quantify code smells in a software project?

Tracking and quantifying code smells requires identifying specific structural issues like naming problems and import cycles. This Skill identifies and quantifies these technical debt metrics, allowing you to monitor code health and systematically plan for code cleanup over time.

Can I automate fixing technical debt issues found during a code review?

Automating fixes for technical debt issues found during code review is possible by integrating AI agents. This Skill supports automated fixing and provides actionable suggestions for identified issues, helping you systematically reduce code smells and improve overall code quality.

Does this static analysis tool evaluate subjective code quality metrics or just mechanical ones?

Static analysis for subjective code quality metrics evaluates both mechanical and subjective dimensions. This Skill integrates with AI agents to perform subjective code reviews, while also analyzing mechanical metrics like duplication and test coverage to generate detailed code health reports.

How do I create a plan to systematically reduce technical debt in my repository?

Creating a plan to systematically reduce technical debt requires identifying and prioritizing the top issues in your repository. This Skill helps you generate a cleanup plan by quantifying code smells, offering automated fixes, and tracking issue resolution to improve code health over time.