report-tech-debtlisted
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