tech-debt-tracker

Identify and prioritize technical debt signals with severity scoring and remediation plans.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Godhand-Arnav/Scalar-finals --skill tech-debt-tracker-godhand-arnav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-debt-tracker
Source: https://github.com/Godhand-Arnav/Scalar-finals/tree/main/.claude/skills/tech-debt-tracker
Command: npx skills add https://github.com/Godhand-Arnav/Scalar-finals --skill tech-debt-tracker-godhand-arnav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tech debt accumulates in codebases, slowing development, increasing maintenance costs, and reducing agility. This skill provides a repeatable framework to identify, quantify, and manage technical debt across projects, enabling data-driven remediation decisions.

Core Features & Use Cases

  • Debt Scanner: Automatically identifies tech debt signals in your codebase
  • Debt Prioritizer: Analyzes and prioritizes debt items using cost-of-delay frameworks
  • Debt Dashboard: Tracks debt trends over time and provides executives with visibility Use Case: When a legacy monorepo contains aging modules, run the tracker to surface high-priority debts, plan refactors, and forecast maintenance effort.

Quick Start

Scan your codebase to identify debt signals, compute severity scores, and generate a prioritized remediation plan.

Frequently Asked Questions about tech-debt-tracker

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

FAQPage Schema
How do I identify and prioritize technical debt in a legacy codebase?

To prioritize technical debt in a legacy codebase, scan your repositories to detect debt signals, compute severity scores, and generate a data-driven remediation plan. This framework surfaces high-priority debts to guide your refactoring decisions and forecast maintenance effort.

What is the best way to track tech debt trends over time for executive visibility?

Tracking tech debt trends over time requires a dashboard that monitors debt signals across scanning intervals. This provides executives with clear visibility into maintenance costs and code quality, enabling structured planning for cleanup sprints based on quantified severity scores.

Can I scan multiple repositories for code quality and maintenance cost signals?

Yes, you can scan multiple repositories to identify code quality and maintenance cost signals. The framework applies to software projects of varying sizes, automatically detecting debt signals across your codebase to support comprehensive refactoring prioritization.

How do I plan cleanup sprints using a cost-of-delay framework for refactoring?

Plan cleanup sprints by applying a cost-of-delay framework to analyze and prioritize identified tech debt items. The prioritizer evaluates severity scores from repository scans, allowing you to forecast maintenance effort and sequence refactoring tasks for healthier code.

Does tech debt scanning work for aging modules in a monorepo?

Yes, tech debt scanning works for aging modules in a monorepo. The tracker identifies debt signals within legacy monorepos, computes severity scores, and outputs a prioritized remediation plan to help you manage maintenance costs and reduce development bottlenecks.

When should I not use automated tech debt prioritization for refactoring decisions?

Automated tech debt prioritization should not replace manual review when addressing complex, highly coupled architecture changes. While the scanner provides severity scores and cost-of-delay analysis, critical refactoring decisions still require evaluating business logic impacts beyond detected code signals.