What problem does it solve? Keeping a repository's technical-debt tracker accurate is tedious: entries go stale, resolved debt lingers, and new debt goes unrecorded. This Skill automates one full reconcile pass so the tracker always reflects what debt is actually open right now. ## Core Features & Use Cases - Re-verification of open entries: Re-checks every open debt item against current evidence and deletes entries whose debt is resolved, while never touching wontfix items. - Debt discovery and dedup: Runs the project-local debt-class scans, fingerprints findings, and adds only genuinely new items that meet a strict evidence bar. - PR-based landing: Advances the tracker watermark to the current HEAD SHA and opens a pull request via gh, never pushing to main; no-op runs open no PR. - Use Case: A team maintains a living debt tracker doc in their repo. On a schedule, an agent runs this sweep to close resolved items, record newly detected debt, and open a chore PR summarizing added and resolved counts. ## Quick Start Ask the agent to sweep this repository's technical-debt tracker and open a PR with any updates.