← ClaudeAtlas

report-tech-debtlisted

Discover and classify technical debt from mechanical signals, then publish a structured report under docs/report/report-tech-debt/. Use for scheduled loop scans or explicit ad-hoc reports from detection JSON. Do not apply code fixes (use refactor) or CI repair (use ci-sweeper). Preferred via on-loop-report-tech-debt.yaml.
y-miyazaki/config · ★ 1 · Data & Documents · score 68
Install: claude install-skill y-miyazaki/config
## Input Injected JSON from loop-prompt-generate — see [category-input-schema.md](references/category-input-schema.md). Path allowlist and denylist arrive in the prompt `## Constraints` section (caller `LOOP_ALLOWLIST`, `LOOP_DENYLIST`). ## Operating levels `level` arrives in injected JSON — see [category-input-schema.md#operating-levels](references/category-input-schema.md#operating-levels). ## Output Specification Session summary per [common-output-format.md](references/common-output-format.md). At `L2`/`L3`, write the full report to `report_file` within [category-scope.md](references/category-scope.md). ## Execution Scope ### USE FOR: - Classify mechanical `signals[]` and `hotspots[]` into prioritized debt findings - Produce a dated technical debt report with evidence and recommendations - At `L2`/`L3`, create or update `docs/report/report-tech-debt/YYYY-MM-DD.md` ### DO NOT USE FOR: - Apply code fixes, refactors, or dependency upgrades - Edit loop state files (bundled by finalize after verification) - Run detection or manage loop state - Replace domain review skills; invoke named skills only when caller `## Instructions` lists them ## Reference Files Guide - [category-debt-taxonomy.md](references/category-debt-taxonomy.md) (always read) - [common-checklist.md](references/common-checklist.md) (always read) - [common-output-format.md](references/common-output-format.md) (always read) - [category-scope.md](references/category-scope.md) (always read) - [category-i