2

    tech-debt-scanner 8988

    by denisia godley

    Audit codebases for structural debt, TODOs, and dependency rot to generate prioritized remediation reports.

    Updated May 2026
    0 installs

    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

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Frequently Asked Questions

    More Premium Skills

    Free