AI that evaluates and critiques your codebase to detect typical errors generated by AI
roast-my-code is a command-line tool that analyzes your repository to identify bad practices left by AI coding assistants: TODOs, generic variable names (foo/bar/temp), empty exception handling, commented-out blocks, etc. It assigns a score out of 100 and uses an LLM (Groq, free) to generate a personalized critique, citing your files and the worst errors. Unlike pylint or flake8, it specifically targets traces left by AI. Generates a shareable HTML report and a badge.
Code/Dev