P
Communityprompt
Ponytail Audit — Whole-Repo Over-Engineering Audit
一个斜杠命令提示词,扫描整个仓库(而非单次 diff),只针对「过度工程」——死代码、重造标准库、不必要的抽象——按可删减程度从大到小排序输出。
概览安全
对整个仓库树进行「过度工程」审计(不涉及正确性),按可删减程度从大到小逐条输出:`<标签> <可删内容>。<替代方案>。[路径]`,标签包括 delete/stdlib/native/yagni/shrink,最后给出可精简的净行数与可移除依赖。若没有可删内容,则回复 'Lean already. Ship.' 与已收录的 ponytail-review 命令是同一体系,区别在于审查范围是整仓库而非单次 diff。
---
description: Audit the whole repo for over-engineering, what can be deleted
---
Audit the entire repository for over-engineering only, not correctness. Scan the whole tree, not a diff. One line per finding, ranked biggest cut first: <tag> <what to cut>. <replacement>. [path]. Tags: delete (dead code/speculative feature), stdlib (reinvented standard library), native (dependency doing what the platform does), yagni (abstraction with one implementation), shrink (same logic, fewer lines). End with the net lines and dependencies removable. If nothing to cut: 'Lean already. Ship.'
相关推荐
Coherence Coach
AWeirdDev
监看对话,找出助手可能忽略的上下文,仅在确有必要时给出提醒,否则返回 null。
promptmarkdown
React + Tailwind Product Card Component Prompt
AmirMotefaker
让模型扮演资深前端工程师,生成可用于生产环境、响应式的 React + Tailwind CSS 商品卡片组件(TypeScript)。
promptmarkdown
Secure JWT Authentication Middleware
AmirMotefaker
一个「角色/任务/规则」结构的提示词模板,要求模型为 Node.js + Express 设计安全的 JWT 认证中间件,包含 bcrypt 密码哈希与完整错误处理。
promptmarkdown