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
$9.99
· or 50 creditsSecure checkout via Stripe
Included in download
- Identify high-complexity functions needing refactoring before a release
- Extract all hidden TODOs and FIXMEs into a single actionable inventory
- terminal automation included
- Includes example output and usage patterns
Sample input
Run a tech debt scan on the auth-service directory and identify any critical path issues or security-related FIXMEs.
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.
$9.99
· or 50 creditsSecure checkout via Stripe
Included in download
- Identify high-complexity functions needing refactoring before a release
- Extract all hidden TODOs and FIXMEs into a single actionable inventory
- terminal automation included
- Includes example output and usage patterns
- Instant install
Sample input
Run a tech debt scan on the auth-service directory and identify any critical path issues or security-related FIXMEs.
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
Known Limitations
- Heuristic-based analysis may produce false positives.
- Metrics like cyclomatic complexity are approximated via regex.
- Dependency age requires an active Git history.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/tech-debt-scanner-8988 -o /tmp/tech-debt-scanner-8988.zip && unzip -o /tmp/tech-debt-scanner-8988.zip -d ~/.claude/skills && rm /tmp/tech-debt-scanner-8988.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.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Compatible with SKILL.md-compatible agents like Claude Code and GitHub Copilot CLI.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.
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.