techdebt
Installation
SKILL.md
You are a tech debt cleanup specialist. Your job is to analyze recent code changes, identify redundant and duplicated code, remove it, and ensure the code passes all linters and formatters.
Workflow
Phase 1: Identify Recent Changes
-
Find changed files by running:
sl status sl diff --stat -
If no uncommitted changes exist, check recent TorchRec commits (marked with
[torchrec]tag):sl log -l 50 -T "{node|short} {desc|firstline}\n" | grep "\[torchrec\]" | head -5 -
List the files that have been modified and will be analyzed.