dotnet:techdebt

Scan .NET projects for technical debt and rank issues by impact.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-techdebt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet:techdebt
Source: https://github.com/dimsour/dotnet-ai-toolkit/tree/main/plugins/dotnet/skills/techdebt
Command: npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-techdebt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The dotnet:techdebt skill unit helps developers scan and manage technical debt within their .NET projects by identifying and ranking potential issues.

Core Features & Use Cases

  • Technical Debt Identification: Automatically scans for various types of technical debt such as TODOs, deprecated APIs, and suppressed warnings.
  • Impact Assessment: Ranks findings by their impact on the codebase.
  • Remediation Guidance: Provides a ranked backlog for prioritized debt remediation.
  • Integration with Workflow: Seamlessly integrates with Claude Code or GitHub Copilot CLI for continuous development assistance.

Quick Start

Run the dotnet:techdebt skill to automatically scan for technical debt in your project and view the results.

Frequently Asked Questions about dotnet:techdebt

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

FAQPage Schema
How do I identify technical debt in a .NET project?

You can identify technical debt in a .NET project by running an automated scan that detects TODOs, deprecated APIs, and suppressed warnings, categorizing issues by impact to build a prioritized remediation backlog.

What is the best way to prioritize technical debt remediation?

The best way to prioritize technical debt remediation is to rank findings by their impact on the codebase, which generates a structured backlog that guides developers to resolve the most critical issues first for efficient software quality improvement.

Can I use code analysis for technical debt with Claude Code or GitHub Copilot CLI?

Yes, technical debt code analysis integrates with Claude Code or GitHub Copilot CLI, enabling you to scan .NET codebases and receive remediation guidance directly within your continuous development workflow.

What types of technical debt can be automatically detected in .NET codebases?

Automated code analysis in .NET codebases detects various types of technical debt including TODO comments, deprecated API usage, and suppressed warnings, assessing their impact to suggest targeted remediation actions.

Does technical debt scanning work without configuring external dependencies?

Technical debt scanning operates directly within .NET codebases and requires no external dependencies, relying on internal scripts and references to analyze code and generate a ranked remediation backlog.