Denoise banner
TheAstrelo TheAstrelo

Denoise

Development community

Description

Remove debug artifacts and development leftovers from the build. --- ## Purpose Clean the codebase of development artifacts that shouldn't ship to production: - Console.log statements (except legitimate error logging) - Commented-out code blocks - TODO/FIXME comments that are resolved - Debugger statements - Test data left in production code --- ## Execution Use the **denoiser** agent. **Input:** Read `build-report.md` to identify changed files (or use git diff if no build report). **Pro

Installation

Installs to ~/.claude/commands/theastrelo-claude-pipeline-denoise.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TheAstrelo/Claude-Pipeline/HEAD/.claude/commands/denoise.md -o ~/.claude/commands/theastrelo-claude-pipeline-denoise.md

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

Full documentation available on GitHub

View Source Repository