Revanced ponytail audit
Skill ChloeVPin/revanced-ponytail/skills/revanced-ponytail-audit
Whole-repo audit for over-engineering. Ranked list of what to delete, simplify, or replace with stdlib, native, or house patterns. Use when the user says "audit this codebase", "audit for over-engineering", "find bloat", "revanced-ponytail-audit", or "/revanced-ponytail-audit". One-shot report. Does not apply fixes.From its SKILL.md
npx -y skills add ChloeVPin/revanced-ponytail --skill revanced-ponytail-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 271 tokens by cl100k_base, as published. Nobody here has run it
revanced-ponytail-audit
Like revanced-ponytail-review, but scan the whole tree. Rank largest cut first.
Tags
Same as review:
delete:stdlib:native:(only with product-match)yagni:shrink:house:keep:
Hunt
- Dependencies that stdlib or platform already cover under current requirements
- Single-implementation interfaces and factories with one product
- Wrappers that only delegate
- Dead flags and unused config
- Hand-rolled stdlib
- Third+ copies of the same logic that should extract (rule of three inverse: missing extract)
- Code that fights house style while claiming to be "simpler"
Output
One line per finding, ranked:
<tag> <what to cut>. <replacement>. [path]
End with: net: -<N> lines, -<M> deps possible.
Nothing to cut: Lean already. Ship.
Boundaries
- Complexity only. Not correctness, security hunting, or perf tuning.
- Lists findings. Applies nothing.
- One-shot.
- "stop ponytail" or "normal mode": revert.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.