Ponytail review gate
A collection of custom skills
npx -y skills add Emlembow/skills --skill ponytail-review-gateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 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 author says it does
Copied from the file, not written here
Add or operate a Ponytail adversarial review gate in a repo. Use when a user wants Ponytail minimalism, over-engineering review, or a reusable completion gate for code changes.
SKILL.md
1.6 KB, as published. Nobody here has run it
Ponytail Review Gate
Use this skill when installing, explaining, or applying the Ponytail review gate to a project.
What It Provides
- Ponytail mode: prefer YAGNI, standard library, native platform features, installed dependencies, one-line fixes, then minimum custom code.
- Ponytail review: diff-only review for unnecessary complexity.
- Ponytail audit: optional whole-repo over-engineering audit, only when explicitly requested.
- Ponytail adversarial review gate: mandatory completion gate for code-writing tasks.
Gate Text
Add this to a target repo's AGENTS.md:
For any task that writes, edits, refactors, scaffolds, or reviews code in this repo, use the `ponytail-adversarial-review` skill from the `ponytail-review-gate` plugin.
The completion gate is mandatory: run Ponytail adversarial review on the changed code, decide corrective actions, apply accepted fixes, and verify before finishing.
Completion Workflow
- Keep Ponytail's ladder in mind before editing.
- After editing, collect the changed surface with
git status --shortand relevant diffs. - Run
ponytail-reviewagainst changed code only. - Accept, reject, or defer each finding.
- Apply accepted fixes.
- Verify with the smallest relevant check.
Do not run ponytail-audit for ordinary per-diff completion. Reserve it for explicit whole-repo audit requests.