2.5k
GitHub Stars
6
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill roast-gen- _meta.json276 B
- package-lock.json30.2 KB
- package.json597 B
- README.md422 B
- SKILL.md2.3 KB
- tsconfig.json251 B
Overview
This skill gives your code a humorous but practical roast and produces actionable fixes. It inspects files or whole projects with one command and returns a candid review that highlights code smells, anti-patterns, and questionable decisions. Use it to get fast, honest feedback without bothering a teammate.
How this skill works
The tool parses your codebase and runs static analysis heuristics to find naming issues, complexity hotspots, duplication, and bad patterns. It formats feedback as a roast — witty commentary paired with concrete suggestions and code-level fixes. You can target single files, directories, and choose roast intensity levels from mild to brutal.
When to use it
- You want a quick, standalone code review without involving others
- During retros or team sessions to surface tech debt in a lighter tone
- Onboarding new developers to show common pitfalls and better alternatives
- Before a PR to get an independent sanity check
- When assessing legacy code you don’t fully understand
Best practices
- Start with a mild roast to get familiar with the feedback tone
- Run roasts on focused areas (functions, modules) to avoid overwhelming suggestions
- Treat jokes as signals — prioritize the listed fixes over the humor
- Integrate into pre-merge checks for recurring patterns you want to eliminate
- Share roast results with the team and track fixes as tasks
Example use cases
- Roast a single file: quickly expose naming and small logic issues
- Roast an entire src folder to map out large-scale refactor needs
- Use gentle mode for learning sessions with juniors
- Use brutal mode to challenge senior engineers and reveal hidden debt
- Run before major releases to catch risky anti-patterns
FAQ
No permanent install is required. Run it via npx with Node.js 18+ recommended.
Will the roast change my code automatically?
No. The tool provides suggested fixes and code snippets for you to apply. It does not modify files unless you explicitly run a command that performs edits.