Get your code brutally roasted with humor AND useful feedback. Like
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill code-roaster --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Roaster?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-code-roaster)More formats (shields.io, HTML) on the badges page.
---
name: Code Roaster
description: Get your code brutally roasted with humor AND useful feedback. Like
a code review from that one senior dev who's funny but also right.
---
# Code Roaster
Get your code brutally roasted with humor AND useful feedback. Like a code review from that one senior dev who's funny but also right.
## Quick Start
```bash
npx ai-roast ./your-file.js
```
## What It Does
- Roasts your code with savage (but accurate) commentary
- Points out actual problems behind the jokes
- Catches naming crimes, antipatterns, and WTFs
- Gives you real suggestions after the roast
- Makes code review actually entertaining
## Usage
```bash
# Roast a specific file
npx ai-roast ./src/index.js
# Roast your whole src folder
npx ai-roast ./src
```
## Example Output
```
🔥 Line 42: "password123" as a default? Bold strategy.
FIX: Use environment variables for credentials.
💀 Line 89: A 200-line function named "doStuff"?
Truly a monument to ambiguity.
FIX: Break into smaller, well-named functions.
```
## Part of the LXGIC Dev Toolkit
One of 110+ free developer tools from LXGIC Studios. No paywalls, no sign-ups.
**Find more:**
- GitHub: https://github.com/lxgic-studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgicstudios.com
## License
MIT. Free forever.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!