Учёт и приоритизация технического долга

engineering

tech-debt is a Claude Code skill that tracks, categorizes, and prioritizes technical debt across the codebase using four distinct subcommands. `scan` searches for debt indicators — TODO, FIXME, HACK, @deprecated comments, files over 500 lines, and functions over 50 lines — grouping findings into six categories: Architecture, Code Quality, Test, Documentation, Dependency, and Performance debt. `add` walks the user through manually recording a new entry, capturing affected files, category, and a T-shirt-size effort estimate (S/M/L/XL). `prioritize` scores each register item by (impact × frequency) / effort and recommends what to pull into the next sprint. `report` generates read-only summary statistics including total effort, items by category, and debt trend direction, flagging anything unresolved for more than three sprints. All writes to `docs/tech-debt-register.md` require explicit user confirmation, making the skill safe for teams that need disciplined, auditable debt management.