ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Code Roaster

Skill by lxgicstudios

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lxgicstudios/code-roaster
Or

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

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

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

License

MIT. Free forever.

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lxgicstudios-code-roaster": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.