code-roast

Installation
SKILL.md

Code Roast

Give any codebase a Gordon-Ramsay-style roast: a letter grade, a Hall of Shame, genuine Bright Spots, and a Prescription — all in a shareable Markdown report.

Workflow

Step 1 — Identify the repo root

If the user didn't specify a path, use the current working directory as the repo root. Confirm it is a git repo or a directory with code files. Store it as <repo_root>.

Step 2 — Run the analyzer

cd <skill_dir>/scripts
uv run analyze.py <repo_root> --debug

This emits a JSON object to stdout with 9 shame-category metrics. Copy the full JSON — you'll need it in Step 3.

Related skills
Installs
2
First Seen
Mar 16, 2026