Original Reddit post

We all know that LLM’s produce hairballs. The reason: writing code is locally constructive. Maintaining code is globally subtractive. So I created this… npx fix-hairball That’s it. 1 command. It reviews your codebase, gives it a grade, fixes the worst parts, reviews it again, and keeps going until it gets an A. Basically: D -> C -> B -> A but with more terminal output and fewer feelings. Requires at least one supported AI CLI: Claude Code, Codex, or Gemini. fully open-source for anyone interested: https://github.com/Commands-com/cli submitted by /u/commands-com

Originally posted by u/commands-com on r/ClaudeCode