tech-debt-analyzer

Analyze GitHub repositories for technical debt and generate a Tech Debt Score report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill tech-debt-analyzer-launchcg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-debt-analyzer
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/tech-debt-analyzer
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill tech-debt-analyzer-launchcg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, and includes scripts (resource) components.

What problem does it solve?

Identifying and quantifying technical debt is often subjective and inconsistent. This skill automates standardized technical debt analysis using GitHub, providing consistent scoring across teams for maturity assessments.

Core Features & Use Cases

  • Code Age Analysis: Calculates average file age and identifies stale files, indicating areas of neglect.
  • Code Hotspot Detection: Pinpoints files with high change frequency and complexity, revealing areas of accumulated debt.
  • Debt Marker Counting: Counts TODO, FIXME, and HACK comments, providing a density score per lines of code.
  • Dependency Health Assessment: Evaluates outdated dependencies and known security vulnerabilities.
  • Use Case: Point the skill to your GitHub repository, and it will generate a detailed report with a "Tech Debt Score," identifying hotspots, stale code, and dependency issues, helping you prioritize refactoring efforts.

Quick Start

Analyze the technical debt for the 'my-project' GitHub repository.