Toolverse
All skills

roast-gen

by openclaw

Get your code roasted with humor and actually useful feedback. Use when you want honest code review.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Testing

About this skill

Get your code roasted with humor and actually useful feedback. Use when you want honest code review.

How to use

  1. Otwórz terminal w katalogu projektu i uruchom narzędzie na wybranym pliku lub folderze za pomocą komendy npx ai-roast ./ścieżka/do/pliku.ts – system przeskanuje kod i wygeneruje raport z humorem.

  2. Wybierz poziom intensywności recenzji: domyślnie narzędzie daje standardową ocenę, ale możesz dodać flagę --level mild dla łagodniejszej wersji lub --level brutal dla pełnego rozmontowania kodu.

  3. Przeczytaj otrzymaną opinię, która zawiera identyfikację problemów (code smells, antywzorce, niebezpieczne skróty), ocenę kodu na skali od "gotowy do produkcji" do "jak to w ogóle działa", oraz konkretne propozycje naprawy.

  4. Nie bierz opinii osobiście – recenzja dotyczy kodu, nie Ciebie; zamiast tego skoncentruj się na rzeczywistych problemach wskazanych przez narzędzie.

  5. Jeśli chcesz przeanalizować całą bazę kodu, uruchom komendę na całym folderze src/ (np. npx ai-roast ./src/), ale przygotuj się na obszerny raport.

  6. Wdrażaj sugerowane poprawki – humor jest bonusem, ale rzeczywista poprawa jakości kodu to cel główny.

Related skills

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

python-testing-patterns

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

Testing
46146

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510