tech-debt-scanner 8988
Audit codebases for structural debt, TODOs, and dependency rot to generate prioritized remediation reports.
- Identify high-complexity functions needing refactoring before a release
- Extract all hidden TODOs and FIXMEs into a single actionable inventory
- Audit dependency manifests for stale versions and security risks
Free
One-time purchase
See it in action
A real example of what this skill takes in and produces.
Sample output
Tech Debt Report - auth-service
Critical: 2 | High: 5 | Medium: 12
Critical Items
- [Structural] auth_provider.py (Line 42): Cyclomatic complexity > 15 in
validate_session. - [Comment] session_store.go (Line 89): // FIXME: Security vulnerability in token rotation.
tech-debt-scanner 8988
Audit codebases for structural debt, TODOs, and dependency rot to generate prioritized remediation reports.
Free
One-time purchase
Included in download
- Downloadable skill package
- 1 permission declared
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
Tech Debt Report - auth-service
Critical: 2 | High: 5 | Medium: 12
Critical Items
- [Structural] auth_provider.py (Line 42): Cyclomatic complexity > 15 in
validate_session. - [Comment] session_store.go (Line 89): // FIXME: Security vulnerability in token rotation.
About This Skill
What it does
The Tech Debt Scanner is a diagnostic tool designed for developers and engineering leads who need a quantitative look at codebase rot. It programmatically audits your repository across five vectors: comment legacy (TODOs/FIXMEs), structural complexity (deep nesting/long methods), dependency staleness, test coverage gaps, and documentation voids.
Why use this skill
Manually hunting for tech debt is tedious and often subjective. This skill automates the discovery process using standardized heuristics, providing a neutral "second opinion" on code quality. It's significantly more effective than manual prompting because it uses structured shell scripts and regular expression patterns to parse thousands of files in seconds, categorizing findings by severity from Critical to Low.
Supported tools
- Languages: Support for 15+ languages including TypeScript, Python, Go, Rust, and Java.
- Environments: Works in any Unix-like environment using standard tools (grep, find, awk).
- Workflow: Generates clean Markdown reports ready to be converted into Jira tickets or GitHub issues.
The Output
You receive a structured Markdown report that catalogs every indicator of debt, its location, and actionable remediation steps. It specifically highlights "Critical" items—like disabled security checks or CVE-prone dependencies—that require immediate attention before your next release.
Use Cases
- Identify high-complexity functions needing refactoring before a release
- Extract all hidden TODOs and FIXMEs into a single actionable inventory
- Audit dependency manifests for stale versions and security risks
- Quantify test debt by mapping source files to missing test modules
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/tech-debt-scanner-8988 | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.