BigHugger
sk Skill · DietrichGebert

ponytail-review

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused…

installs 8w
13,672
30-day movement
starts with the next reading
Related entries
3
Connections
0
JavaScript

A SKILL.md agent skill that runs a code review focused solely on over-engineering, flagging reinvented standard library code, unneeded dependencies, speculative abstractions, and dead flexibility. Each finding is one line giving location, what to cut, and what replaces it, ending with a net lines-removable score.

Use it when you want a review pass that only hunts complexity to delete, leaving correctness and security to a normal review.

Use it to

  • Run a simplify-only review on a diff
  • Ask what can be deleted from a codebase
  • Check whether a module is over-engineered
  • Find reinvented standard library code to replace
  • Score how many lines a change could shed

For Developers wanting a dedicated over-engineering review pass

Host repository
DietrichGebert/ponytail
Installs, lifetime
23k
Installs, 8 weeks
14k
Host stars
141k
Host language
JavaScript
topicscode reviewover-engineeringsimplificationagent skillcomplexity