tech-debt-scanner
by Timoranjes
Audit your codebase for technical debt and generate a prioritized, actionable remediation report.
- Identify high-risk TODOs and FIXMEs across the entire codebase
- Detect overly complex functions and files that need refactoring
- Assess test coverage gaps and stale dependencies before a major release
Free
Included in download
- Downloadable skill package
- Works with Cursor, or CLI-based AI tools.
- 1 permission declared
Sample input
Run a tech debt scan on this repository and give me a summary of the most urgent issues and recommendations.
Sample output
[CRITICAL] Auth.ts: FIXME in login flow (Line 42) [HIGH] OrderService.go: Function 'ProcessPayment' is 142 lines (Max: 50) [MEDIUM] package.json: 'lodash' is 18 months out of date. Summary: 1 Critical, 4 High, 12 Medium debt items found. Recommendation: Refactor 'ProcessPayment' to improve testability.
tech-debt-scanner
by Timoranjes
Audit your codebase for technical debt and generate a prioritized, actionable remediation report.
Free
Included in download
- Downloadable skill package
- Works with Cursor, or CLI-based AI tools.
- 1 permission declared
- Instant install
Sample input
Run a tech debt scan on this repository and give me a summary of the most urgent issues and recommendations.
Sample output
[CRITICAL] Auth.ts: FIXME in login flow (Line 42) [HIGH] OrderService.go: Function 'ProcessPayment' is 142 lines (Max: 50) [MEDIUM] package.json: 'lodash' is 18 months out of date. Summary: 1 Critical, 4 High, 12 Medium debt items found. Recommendation: Refactor 'ProcessPayment' to improve testability.
About This Skill
Professional Codebase Auditing
The Tech Debt Scanner is a diagnostic tool designed for developers and engineering leads who need to quantify and prioritize code quality issues. It moves beyond simple linting by analyzing codebases across five critical dimensions: comment debt, structural complexity, dependency health, test coverage gaps, and documentation staleness.
What it does
This skill performs a comprehensive, read-only analysis of your repository using standard Unix utilities. It identifies "code smells" and hidden maintenance burdens, such as deeply nested logic, oversized functions, abandoned TODOs, and outdated dependencies. Unlike manual reviews, it provides an objective inventory of issues categorized by severity.
- Structural Analysis: Detects high cyclomatic complexity and maintenance bottlenecks.
- Audit Trails: Tracks HACK/FIXME markers and orphaned documentation.
- Health Metrics: Assesses test-to-source ratios and stale lockfiles.
- Actionable Reporting: Generates a prioritized Markdown report with specific remediation steps.
Why use this skill
While an AI can "look at code," it often struggles to provide a holistic view of technical debt across thousands of files. This skill automates the discovery process, providing a structured data set that you can use for sprint planning, release readiness checks, or onboarding audits. It produces a clear severity-based hierarchy (Critical to Low), making it easy to argue for refactoring time with stakeholders.
Use Cases
- Identify high-risk TODOs and FIXMEs across the entire codebase
- Detect overly complex functions and files that need refactoring
- Assess test coverage gaps and stale dependencies before a major release
- Generate documentation for sprint planning to justify refactoring work
Known Limitations
- Statistical analysis only; does not perform runtime execution.
- Dependency age detection requires a Git repository.
- Limited to local files; cannot scan remote private repos without access.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/tech-debt-scanner -o /tmp/tech-debt-scanner.zip && unzip -o /tmp/tech-debt-scanner.zip -d ~/.claude/skills && rm /tmp/tech-debt-scanner.zipFree 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
Allowed Hosts
File Scopes
Compatible with SKILL.md-compatible agents such as Claude Code, Cursor, or CLI-based AI tools.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
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.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.