tech-debt-tracker

Community

Identify, track, and prioritize technical debt automatically.

Authorbenreceveur
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill systematically identifies, quantifies, and prioritizes technical debt within a codebase, transforming abstract "code smells" into actionable, business-impact-driven tasks. It helps teams focus refactoring efforts on the highest-value areas, leading to faster delivery and improved code health.

Core Features & Use Cases

  • Automated Debt Scanning: Analyzes code for complexity, duplication, outdated patterns, and missing tests, providing a comprehensive view of technical debt.
  • Quantitative Metrics: Calculates objective metrics like SQALE index (remediation time), cyclomatic complexity, and code churn to measure debt objectively.
  • Impact-Based Prioritization: Prioritizes debt items by business impact and estimated effort, creating a clear, actionable roadmap for debt paydown.
  • Use Case: Get a prioritized list of technical debt items in your project, ranked by their impact on critical modules and estimated effort to fix, allowing your team to focus on the most valuable refactoring work in the next sprint.

Quick Start

Scan the project directory for technical debt indicators and generate a summary report.

Dependency Matrix

Required Modules

python3git

Components

scriptsexamples

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tech-debt-tracker
Download link: https://github.com/benreceveur/claude-workflow-engine/archive/main.zip#tech-debt-tracker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository