roast-gen
⚠Review·Scanned 2/18/2026
This skill is a CLI tool that reads a user-specified code file and sends it to OpenAI for a humorous, actionable code review. It reads files such as ./src/index.ts, is run via npx ai-roast ./src/index.ts, and requires the OPENAI_API_KEY environment variable.
from clawhub.ai·v0325774·39.3 KB·0 installs
Scanned from 1.0.0 at 0325774 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/roast-genReview findings below
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