tech-debt-tracker

Scans codebases to identify, prioritize, and track technical debt.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill tech-debt-tracker-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-debt-tracker
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering/tech-debt-tracker
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill tech-debt-tracker-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps engineering teams identify, prioritize, and track technical debt within their codebase, preventing it from slowing down development and increasing maintenance costs.

Core Features & Use Cases

  • Automated Debt Detection: Scans codebases for various types of technical debt (e.g., long functions, complexity, security issues).
  • Intelligent Prioritization: Ranks identified debt based on business impact using frameworks like WSJF or RICE.
  • Trend Analysis: Provides dashboards and reports to track debt evolution over time and assess code health.
  • Use Case: A development team can use this Skill to scan their project, get a prioritized list of issues to address in the next sprint, and track their progress in reducing overall technical debt.

Quick Start

Scan the current codebase for technical debt and output the results in a human-readable format.

Frequently Asked Questions about tech-debt-tracker

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

FAQPage Schema
How do I automatically scan my codebase for technical debt?

Automated technical debt detection scans your codebase to identify issues like long functions, complexity, and security vulnerabilities, outputting a human-readable list of refactoring needs.

What is the best way to prioritize technical debt for refactoring?

Prioritize technical debt by evaluating business impact using frameworks like WSJF or RICE, which rank refactoring needs to maximize engineering productivity and reduce maintenance costs.

How does tracking technical debt evolution improve code health?

Tracking technical debt evolution uses dashboards and trend analysis to monitor code health over time, helping teams assess progress and prevent legacy code from slowing development.

Can I use this to identify which technical debt to address in my next sprint?

Yes, development teams can scan their project to generate a prioritized list of technical debt issues to address in the next sprint, directly improving code quality and manageability.

Does automated technical debt detection require specific dependencies?

No specific dependencies are required to run automated technical debt detection, allowing seamless scanning of software codebases to identify complexity and security issues.

What types of technical debt can be identified through codebase scanning?

Codebase scanning identifies various types of technical debt including long functions, code complexity, and security issues, providing a comprehensive view of refactoring needs.