Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Tech Debt Master

БесплатноНе проверен

A CLI tool that automates technical debt discovery, triage, and resolution. `tdm` transforms technical debt management into a proactive, automated process that

GitHubEmbed

Описание

A CLI tool that automates technical debt discovery, triage, and resolution. tdm transforms technical debt management into a proactive, automated process that works seamlessly with your existing development tools through MCP integration.

README

A CLI tool for analyzing and managing technical debt in software repositories using AI-powered analysis with Microsoft Semantic Kernel.

Overview

TechDebtMaster is a command-line application that helps developers identify, analyze, and manage technical debt in their codebases. It leverages the power of AI through Microsoft Semantic Kernel and integrates with repomix to provide comprehensive repository analysis.

Features

  • Repository Indexing: Index repositories using repomix to extract file summaries and structure
  • AI-Powered Analysis: Analyze technical debt using Azure OpenAI models
  • Beautiful CLI Interface: Modern command-line interface powered by Spectre.Console
  • Extensible Architecture: Built with dependency injection and modular design

Prerequisites

  • .NET 9.0 SDK
  • repomix installed and available in PATH
  • Azure OpenAI API access (via EPAM AI Proxy or direct Azure OpenAI)

Installation

dotnet cake --target pack

dotnet tool install --global --add-source ./Artefacts TechDebtMaster.Cli --prerelease

dotnet tool uninstall TechDebtMaster.Cli -g

Prerequisites Setup

  1. Install .NET 9.0 SDK

    # Download from https://dotnet.microsoft.com/download/dotnet/9.0
    
  2. Install repomix

    npm install -g repomix
    

Build from Source

  1. Clone the repository

    git clone <repository-url>
    cd tech-debt-master
    
  2. Build the solution

    dotnet build
    
  3. Build using Cake (optional)

    dotnet cake --target build
    

Usage

Available Commands

Index Command

Index a repository to extract file summaries and prepare for analysis:

dotnet run --project src/TechDebtMaster.Cli -- index <repository-path>

Examples:

# Index a local repository
dotnet run --project src/TechDebtMaster.Cli -- index "C:\my-project"

# Index a repository on Linux/macOS
dotnet run --project src/TechDebtMaster.Cli -- index "/home/user/my-project"

Analyze Command

Analyze a repository for technical debt (currently shows mock data):

dotnet run --project src/TechDebtMaster.Cli -- analyze <repository-path>

Acknowledgments

from github.com/NikiforovAll/tech-debt-master

Установка Tech Debt Master

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/NikiforovAll/tech-debt-master

FAQ

Tech Debt Master MCP бесплатный?

Да, Tech Debt Master MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Tech Debt Master?

Нет, Tech Debt Master работает без API-ключей и переменных окружения.

Tech Debt Master — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Tech Debt Master в Claude Desktop, Claude Code или Cursor?

Открой Tech Debt Master на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Tech Debt Master with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai