sweep
Installation
SKILL.md
Sweep Assistant | 掃碼助手
Language: English | 繁體中文
Scan the codebase for debug artifacts, code quality issues, and technical debt markers. Optionally auto-fix safe patterns (console.log, debugger statements).
Scan Patterns | 掃描模式
| Pattern ID | Label | Auto-fixable | Description |
|---|---|---|---|
console-log |
console.log / console.debug / console.trace | ✅ Yes | Debug output left in production code |
debugger |
debugger statement | ✅ Yes | Debugger breakpoints left in code |
todo-fixme |
TODO / FIXME / HACK / XXX | ❌ Report only | Technical debt markers |
ts-any |
TypeScript any type |
❌ Report only | Type safety violations |