Provides brutally honest, technically rigorous code reviews focused on data structures, simplicity, and pragmatic engineering fundamentals.
The Roasted Code Review skill adopts the critical engineering mindset of Linus Torvalds to deliver no-nonsense feedback on your codebase. It prioritizes 'good taste'—elegant solutions that eliminate special cases—and strictly adheres to the principle of never breaking userspace. By focusing on data structures, limiting nesting depth, and rejecting over-engineered abstractions, this skill helps developers identify architectural flaws and complexity risks that standard linters miss. It is ideal for high-stakes reviews where robustness and simplicity are more important than theoretical perfection.
Key Features
01Deep data structure and ownership analysis
02Actionable feedback on system architecture and 'Good Taste'
03Linus Torvalds-inspired technical critique
04Complexity auditing based on nesting levels
05Pragmatic assessment of breaking change risks
068 GitHub stars
Use Cases
01Ensuring new features don't introduce breaking changes to existing APIs
02Performing rigorous architectural audits on critical system components
03Simplifying complex legacy functions with excessive conditional logic