Review Slop banner
FrankRay78 FrankRay78

Review Slop

AI community

Description

--- description: Review the current branch diff against main for AI-generated code slop — unnecessary or stylistically inconsistent code that compiles and passes lint but degrades the codebase. reference: https://www.josecasanova.com/prompts/ai-code-slop-reviewer --- You will be reviewing a code diff against main to identify and remove "AI code slop" - unnecessary or stylistically inconsistent code that was likely added by AI code generation tools. Your goal is to produce a cleaned version of t

Installation

Installs to ~/.claude/commands/frankray78-netpace-review-slop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/FrankRay78/NetPace/HEAD/.claude/commands/review-slop.md -o ~/.claude/commands/frankray78-netpace-review-slop.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository