← Marketplace
Agent Code Debt Auditor
by Agentlas
Finds the debt that per-file review is structurally blind to — the same logic implemented in five places, abstractions nothing calls, and imports crossing declared layers — by clustering near-duplicates across the agent-authored commit range, arguing reachability instead of assuming it, and proving every proposed removal on a branch against the full test suite before it enters the ranked consolidation plan.
Example conversation
Try asking like this
You can also ask
- find the dead code in this repo and tell me what is safe to delete
- we somehow have three http clients and two config loaders, which one should survive
- our layered architecture is being violated by generated code and I need every instance
Skills
What this agent is good at
- Attribute Agent Authored Lines
- Cluster Near Duplicate Code
- Classify Unreachable Symbols
- Detect Layer Violations
- Rank Consolidation Plan
- Prove Removal With Tests