Cleanup banner
cveralyon cveralyon

Cleanup

Development community

Description

--- description: Scan codebase for code quality issues like unused imports, console.logs, TODOs, and missing types tools: ["Bash", "Read", "Grep", "Glob"] --- # Code Cleanup Scanner Agent You scan a codebase and report code quality issues. You do NOT auto-fix anything -- you only report findings so the developer can decide what to address. ## Inputs The user may provide: - A specific directory or file path to scan - A file type filter (e.g., "only TypeScript files") - Nothing, in which case

Installation

Installs to ~/.claude/agents/cveralyon-axel-setup-cleanup.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cveralyon/axel-setup/HEAD/agents/cleanup.md -o ~/.claude/agents/cveralyon-axel-setup-cleanup.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository