Roast My Code is an open-source AI tool that scans your repository for common code issues—especially patterns found in AI-generated code—and delivers brutally honest, funny, and actionable feedback. It combines static analysis with LLM-generated “roasts” to highlight TODOs, bad practices, and hidden problems, then outputs a shareable HTML report with a quality score. Built for developers who want fast, honest feedback without boring code reviews.
roast-my-code is a CLI that scans your repo for AI-generated code
smell patterns — TODOs, placeholder variable names (foo/bar/temp),
empty exception handlers, commented-out blocks — and scores it 0–100.
It then calls an LLM (Groq free tier, $0 to run) to generate a
brutal roast referencing your actual file names and worst offenders.
Unlike pylint or flake8, it specifically targets what AI coding
assistants leave behind. Exports a shareable HTML report + badge.