← ClaudeAtlas

tech-debtlisted

Discover and classify technical debt from mechanical signals; apply closed-set fixes when requested. Use in conversation when the user asks to survey or fix safe documentation/dependency debt. Also the loop entry skill for scheduled scans or detect JSON. Interactive default is survey only; write report_file and apply fixes when the user explicitly requests apply or automation sets may_edit in Constraints. Do not apply structural refactors.
y-miyazaki/config · ★ 1 · Data & Documents · score 68
Install: claude install-skill y-miyazaki/config
**UTILITY SKILL** — technical debt survey and closed-set apply, not structural refactor. ## Input - **Interactive (required):** natural-language request; optional paths/signals — constraints in `## Constraints` or [category-scope.md](references/category-scope.md) - **Automation (optional):** detect JSON in prompt — from a caller or optional skill detect script; not required for interactive runs. Read `may_edit`, `write_target`, and `report_file` from `## Constraints` per [category-automation-envelope.md](references/category-automation-envelope.md) Path allowlist, when present, arrives in `## Constraints`. ## Output Specification Tech-debt report per [common-output-format.md](references/common-output-format.md). Survey shape when `report_file` is not written; apply shape when written — within [category-scope.md](references/category-scope.md). ## Execution Scope ### USE FOR: - Classify mechanical `signals[]` and `hotspots[]` into prioritized debt findings - Survey: emit Candidates with Delegate hints per taxonomy - Apply: write `report_file`; apply closed-set fixes (`broken_doc_ref`, `stale_doc`, simple `pin_drift`) within allowlist ### DO NOT USE FOR: - Structural refactors or architecture changes - CI repair - Security remediation beyond reporting - Edit caller state files (owned by the caller after verification) ## Reference Files Guide - [category-debt-taxonomy.md](references/category-debt-taxonomy.md) (always read) - [common-checklist.md](references/common-chec