skills$openclaw/roast-gen
lxgicstudios4.3k

by lxgicstudios

roast-gen – OpenClaw Skill

roast-gen is an OpenClaw Skills integration for coding workflows. Get your code roasted with humor and actually useful feedback. Use when you want honest code review.

4.3k stars7.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameroast-gen
descriptionGet your code roasted with humor and actually useful feedback. Use when you want honest code review. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/roast-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/roast-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains roast-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
800 B
index.ts
989 B
_meta.json
276 B
package-lock.json
30.2 KB
package.json
597 B
README.md
422 B
SKILL.md
2.3 KB
tsconfig.json
251 B
SKILL.md

name: roast-gen description: Get your code roasted with humor and actually useful feedback. Use when you want honest code review.

Roast Gen

Want honest feedback on your code? This tool roasts it. Points out the bad patterns, the lazy shortcuts, the "what were you thinking" moments. But unlike mean code reviewers, it's funny about it. And it gives you actual fixes.

One command. Zero config. Just works.

Quick Start

npx ai-roast ./src/app.ts

What It Does

  • Analyzes your code and finds everything wrong with it
  • Delivers feedback with humor instead of corporate speak
  • Points out anti-patterns, code smells, and questionable decisions
  • Provides actual fixes for each roast
  • Rates your code on a scale of "production ready" to "how is this running"

Usage Examples

# Roast a single file
npx ai-roast ./src/checkout.ts

# Roast your entire codebase (brave)
npx ai-roast ./src/

# Get a gentle roast
npx ai-roast ./src/utils.ts --level mild

# Full savage mode
npx ai-roast ./src/legacy.js --level brutal

Best Practices

  • Don't take it personally - The roast is about the code, not you
  • Start with mild - Build up your tolerance before going brutal
  • Share with your team - Group roasts are team bonding
  • Actually fix the issues - The jokes are fun but the fixes are the point

When to Use This

  • You want code review feedback but don't want to bother a coworker
  • Team retro and you want to laugh at your tech debt
  • Onboarding new devs and want to show them what not to do
  • You're confident your code is good and want to be humbled

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended.

npx ai-roast --help

How It Works

The tool analyzes your code for common issues like poor naming, unnecessary complexity, anti-patterns, and questionable decisions. It wraps the feedback in humor while providing legitimate improvements you can actually implement.

License

MIT. Free forever. Use it however you want.

README.md

ai-roast

Get your code roasted. Funny, brutal, but always with actionable feedback.

Install

npm install -g ai-roast

Usage

npx ai-roast ./src/index.ts
# Medium roast (default)

npx ai-roast ./src/index.ts --intensity savage
# No mercy mode

Setup

export OPENAI_API_KEY=sk-...

Options

  • -i, --intensity - mild, medium, or savage (default: medium)

License

MIT

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. ```bash npx ai-roast --help ```

FAQ

How do I install roast-gen?

Run openclaw add @lxgicstudios/roast-gen in your terminal. This installs roast-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/roast-gen. Review commits and README documentation before installing.