ratchet-review
SolidReviews a diff or a whole repository for over-engineering only, and returns a delete list rather than prose. Finds reinvented standard library calls, dependencies the platform already covers, abstractions with one implementation, wrappers that only forward, configuration nothing reads and dead flexibility. Use whenever the user says "review for over-engineering", "what can we delete", "is this over-engineered", "find the bloat", "audit this repo", or invokes /ratchet-review. Pair it with a normal correctness review, it deliberately does not look for bugs.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- 0xwilliamortiz
- Repository
- 0xwilliamortiz/ratchet
- Created
- 1 months ago
- Last Updated
- 1 months ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
prune
Reviews code exclusively for over-engineering and lists what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. Use when the user says 'review for over-engineering', 'is this over-engineered', or invokes /prune. Complements correctness-focused review; this one only hunts complexity.
ponytail-review
Review a diff exclusively for over-engineering; use when the user asks what can be deleted, whether code is over-engineered, or invokes ponytail-review.
lean-code-review
Review a code diff or, when explicitly requested, a whole repository for unnecessary complexity: dead flexibility, duplicated helpers, speculative abstractions, avoidable dependencies, hand-written stdlib/platform features, wrappers that only delegate, and code that can be safely deleted or inlined. Use when the user asks for an over-engineering review, lean review, deletion pass, simplification audit, bloat audit, YAGNI review, or asks what code or dependencies can be removed. Return evidence-backed findings only; do not apply fixes unless asked. This complements correctness, security, performance, and accessibility review rather than replacing them.