claudeers.
// Productivity

readme-roast

README-ROAST — Your README is lying to you. A Claude Code skill that generates brutally honest alternate READMEs with 5 personas. Honesty Score, badges, CI i…

// Productivity[ cli ][ api ][ web ][ claude ]#claude#productivityMIT$open-sourceupdated about 1 month ago
Actively maintained
90/100
last commit about 1 month ago
last release none
releases 0
open issues 1
// star history+1 this week

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up readme-roast (claude-skill project) into my current project.
Found on https://claudeers.com/readme-roast
Repo: https://github.com/KorroAi/readme-roast
Homepage/docs: —
Detected install method: claude-skill → # copy this skill into .claude/skills/readme-roast/
Category: productivity. Platforms: cli, api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (claude-skill)
# copy the skill dir into your project:
# .claude/skills/readme-roast/   (or ~/.claude/skills/readme-roast/ for all projects)
// or clone
git clone https://github.com/KorroAi/readme-roast

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
Language

🔥 README-ROAST

Your README is lying to you. Time for an intervention.


README-ROAST is a Claude Code skill that roasts your README. 8 personas. Honesty Score. One-liner. Badge. Fits in one screenshot. Equal parts savage and useful.

README-ROAST demo


Quick Start

# Install (Claude Code skill)
# Place in ~/.claude/skills/readme-roast/

# Then:
/readme-roast                              # Roast current directory (random persona)
/readme-roast github.com/vercel/next.js    # Roast a remote repo
/readme-roast --ramsay                     # Gordon Ramsay yells at your README
/readme-roast --self                       # The skill roasts itself. Flex.

8 Personas

You never know who's showing up.

PersonaVibeSignature
🍳 Gordon RamsayChef rage"Your install section is RAW."
🌿 David AttenboroughNature doc"Here we see the junior dev, puffing up its README..."
🕵️ The DetectiveNoir PI"The benchmarks folder was empty. Someone cleaned up."
🧊 The ExToxic ex"'Production-ready.' That's what you said about your last project."
👶 The ToddlerAsks why endlessly"You said it's lightweight. Why? 847 deps. Why?"
🎤 Stand-Up ComedianNetflix special"'Synergistic.' [pause] In a TODO app."
🗿 The Brutalist5 words max"This paragraph serves no purpose."
🔥 The HypebeastGen Z slang"Your install steps? Mid. Feature list? Goated. fr fr."

What You Get

Every roast produces:

OutputDescription
Honesty Score (0–100)How truthful your README actually is, with color-coded scale
Alternate READMEA complete honest rewrite with 8 required sections
Report CardPer-category grades: Buzzwords, Features, Installation, Badges, Bus Factor
Most Egregious LieThe single biggest gap between claim and reality, named and shamed
One-LinerUnder 280 chars, optimized for Twitter screenshots
Honesty Certified BadgeEmbeddable shields.io badge for your real README
ASCII Honesty CardA beautiful, shareable card for terminal screenshots
Quick Wins1-3 specific, actionable fixes the author can do right now

Demo


Example Output

Full example at examples/EXAMPLE-ROAST.md

┌────────────────────────────────────────────────────┐
│              🕵️ NOIR DETECTIVE — CASE FILE         │
│              Subject: some-project/README.md        │
└────────────────────────────────────────────────────┘

HONESTY SCORE: 51/100 🟡

"The README said 'no configuration required.' I've been doing this job
long enough to know that's never true."

REPORT CARD:
  Buzzword Restraint .... D+  (14 buzzwords in 200 words)
  Feature Honesty ....... C-  (claims 8 features, 5 exist)
  Installation Accuracy . F   (npm install does not work without Docker)
  Badge Discipline ...... B+  (3 badges, all links work)
  Bus Factor ............ D   (one maintainer, bus waiting outside)

GPA: 1.4 — Needs Intervention

🎯 "No configuration required" — said the tool that requires you to learn
   Webpack anyway, just six months later and under significantly more pressure.

🛡️ [![Honesty Certified](https://img.shields.io/badge/HONESTY%20CERTIFIED-51%2F100-yellow)]()

Quick Wins:
  → Add "requires Docker" to install section (30 seconds)
  → Remove "blazing fast" until benchmarks exist
  → Pick a license. Any license. Literally any license at all.

What It Actually Audits

The roast is funny but the audit is real. Here's what it checks:

CheckWhat It Finds
Buzzword DensityExact counts of "modern," "blazing fast," "scalable," etc.
Feature InflationClaims vs. actual implemented features
Installation HonestyDoes your install section actually work?
Badge BloatBadges ÷ lines of documentation = bloat ratio
The "Simple" LieClaims "minimal" but has 847 dependencies
Missing Crucial InfoNo license. No "what this doesn't do." No alternatives.
Bus FactorHow many people need to get hit by a bus before this dies
Demo RotScreenshots from v0.1. UI changed 4 times since.
Contributing TheaterCONTRIBUTING.md exists. Zero merged PRs from outsiders.
The Empty Promise"Production-ready." Used by: the author and one friend.

Flags

/readme-roast --ramsay          # Gordon Ramsay
/readme-roast --attenborough    # David Attenborough
/readme-roast --detective       # Noir Detective
/readme-roast --ex              # The Ex (toxic, petty)
/readme-roast --toddler         # The Toddler (why? why?)
/readme-roast --comedian        # Stand-Up Comedian
/readme-roast --brutalist       # The Brutalist (5 words)
/readme-roast --hypebeast       # The Hypebeast (Gen Z)
/readme-roast --self            # Roast this skill itself
/readme-roast --full            # Full honest README rewrite
/readme-roast --badge-only      # Badge markdown only (CI)
/readme-roast --json            # JSON output (CI/CD)
/readme-roast --help            # All flags

Installation

Prerequisites

  • Claude Code — the CLI or IDE extension. This is a Claude Code skill. It requires Claude Code. That's the one dependency.
  • That's it. No npm. No Docker. No 14 undocumented steps.

Setup

# Clone into your Claude Code skills directory
git clone https://github.com/KorroAi/readme-roast.git ~/.claude/skills/readme-roast

# Or just copy the files
cp -r path/to/readme-roast ~/.claude/skills/readme-roast/

The skill auto-registers. You'll see /readme-roast available immediately.


What This Doesn't Do

This skill is honest about its limitations:

  • It cannot execute your code. It can point out that your benchmark file is empty. It cannot run the benchmark.
  • It cannot verify remote repos deeply. When roasting a URL, it sees stars, issues, and README text — not the actual code. The truth on the ground might be worse.
  • It does not replace a human reviewer. It counts buzzwords and checks if files exist. A human reviewer smells fear.
  • It is not a linter. It audits READMEs, not code quality. Your 800-line function is safe. For now.

Why This Works

README-ROAST isn't just a joke generator. It's genuinely useful.

  • It catches real issues — missing licenses, broken installation instructions, outdated demos
  • It forces honesty — the alternate README is often a better README than the original
  • It's self-deprecating — the best humor in open source is the kind where we laugh at ourselves
  • The badge spreads organically — every Honesty Certified badge is a referral
  • 5 personas = infinite replay — you'll come back just to see what Attenborough says about your dependencies
  • The self-roast proves it's not a hypocrite/readme-roast --self is the ultimate credibility move

The Roastmaster's Oath

I will be specific, not generic. I will be accurate, not lazy. I will be fair, not cruel. I will make the project better, not just funnier. I will never punch down. I will always end with something the author can fix. I will, when asked, roast myself first.


Contributing

Roasts, persona ideas, and audit dimension suggestions are welcome. Open an issue or PR.

If you contribute, be prepared: your PR will be roasted. That's the rules.


License

MIT © KorroAi


💬 Join KORROCORP on DiscordGitHub · X

// faq

What is readme-roast?

README-ROAST — Your README is lying to you. A Claude Code skill that generates brutally honest alternate READMEs with 5 personas. Honesty Score, badges, CI integration.. It is open-source on GitHub.

Is readme-roast free to use?

readme-roast is open-source under the MIT license, so it is free to use.

What category does readme-roast belong to?

readme-roast is listed under productivity in the Claudeers registry of Claude-compatible tools.

3 views
11 stars
unclaimed
updated about 1 month ago

// embed badge

readme-roast on Claudeers
[![Claudeers](https://claudeers.com/api/badge/readme-roast.svg)](https://claudeers.com/readme-roast)

// retro hit counter

readme-roast hit counter
[![Hits](https://claudeers.com/api/counter/readme-roast.svg)](https://claudeers.com/readme-roast)

// reviews

// guestbook

0/500

// related in Productivity

🔓

Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats including Markdown, Bases, JSON Canvas.

// productivitykepano/46,919MIT[ claude ]
🔓

Garry's Opinionated OpenClaw/Hermes Agent Brain

// productivitygarrytan/TypeScript28,884MIT[ claude ]
🔓

Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork

// productivityanthropics/Python23,498Apache-2.0[ claude ]
🔓

An open-source alternative to Claude Cowork (powered by opencode)

// productivitydifferent-ai/TypeScript22,811NOASSERTION[ claude ]
→ see how readme-roast connects across the ecosystem