code-roaster

Generate a Markdown code review report with humorous feedback.

598|75|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/wlzh/skills --skill code-roaster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-roaster
Source: https://github.com/wlzh/skills/tree/main/code-roaster
Command: npx skills add https://github.com/wlzh/skills --skill code-roaster

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates humorous yet practical code reviews by generating a comprehensive Markdown report that helps developers identify issues while keeping the feedback entertaining.

Core Features & Use Cases

  • Humorous yet constructive code reviews: analyzes code quality with Gordon Ramsay-inspired feedback to help developers learn without feeling defeated.
  • Multi-file coverage and structured reports: scans common code files and produces a CODE_ROAST_REPORT.md summarizing issues, highlights, and recommended fixes.
  • Modes and workflow integration: supports mild/standard/brutal modes and can be integrated into CI or local development to streamline code review tasks.

Quick Start

Run the skill against a project root to generate CODE_ROAST_REPORT.md. Example:

  • /code-roaster
  • /code-roaster ./src
  • /code-roaster app.py

Frequently Asked Questions about code-roaster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a humorous code review for my local development project?

Automate humorous code reviews by running the skill against a project root to generate a Markdown report. It analyzes code files and produces a structured CODE_ROAST_REPORT.md with Gordon Ramsay-inspired feedback and actionable fixes.

Can I generate a static analysis report in Markdown format for a CI pipeline?

Yes, you can integrate this code review automation into a CI pipeline to generate a Markdown report. It scans common code formats and outputs a structured CODE_ROAST_REPORT.md summarizing issues and recommended fixes.

Does this automated code review tool support different levels of feedback severity?

This automated code review tool supports mild, standard, and brutal modes for feedback severity. You can select the appropriate mode to adjust the humor and sharpness of the generated Markdown report.

What is the best way to review a single Python file instead of a full project directory?

The best way to review a single file is to pass the filename directly as an argument. Running the skill against a specific file like app.py analyzes that code and generates the Markdown roast report.

Are there dependencies required to run automated code roasting on my source files?

No dependencies are required to run automated code roasting on your source files. The skill parses common code formats independently and outputs the CODE_ROAST_REPORT.md without external components.

Why use a Gordon Ramsay style code review instead of standard static analysis?

A Gordon Ramsay style code review provides humorous yet practical feedback to help developers learn without feeling defeated. It identifies code quality issues through entertaining static analysis while delivering actionable recommendations.