From rdxmin
Reviews diffs and files for over-engineering, speculative abstractions, reinvented stdlib, and verbose code, suggesting simpler alternatives.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rdxmin:rdx-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the diff/file for **what could be deleted or simplified**, not for style nits.
Review the diff/file for what could be deleted or simplified, not for style nits.
<input type>) does itOne finding per line. No preamble, no praise.
path:line: <what's over-built>. <the lazier replacement>.
Example:
cache.js:12: ApiCacheManager class for one call site. Replace with lru_cache / a Map.
search.js:40: hand-rolled debounce util. setTimeout+clearTimeout inline is enough.
End with a one-line verdict: N findings. Est. <X> lines removable.
npx claudepluginhub jaypokale/rdxmin --plugin rdxminReviews diffs to identify over-engineered and over-verbose code (speculative generality, hand-rolled stdlib, dead code, redundant comments). Outputs a terse delete-list with line savings. Use when asked to review, trim, or de-bloat a change before opening a PR.
Reviews diffs for over-engineering, suggesting deletions, stdlib replacements, and simplifications. Best result: diff gets shorter.
Audits files, diffs, or repos for over-engineered code and bloated prose in a single pass, outputting a ranked report of what to cut.