Ponytail review gate
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.From its SKILL.md
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.
2 things 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.
- runs commandsInstructs the agent to run 1 command, including `git status --short`.
SKILL.md
1.6 KB, 307 tokens by cl100k_base, 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.
What ships with it: 2 files
562 B alongside SKILL.md
.claude-plugin/
- plugin.json262 B
- README.md300 B