# Code Roaster

> Code Roaster

- Skill: `demerzels-lab/code-roaster` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add demerzels-lab/code-roaster`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/code-roaster/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demerzels-lab/code-roaster

---

# 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.

