ponytail-audit
仓库创建 2026年6月12日最近提交 11 天前SkillHot 收录 20 天前
▸ 精选理由
能快速识别可删除或替换为标准库的复杂实现,节省维护成本。
这个 Skill 做什么
对整个代码库做过度工程审计,按影响排序给出删除或简化建议。
对整个代码库进行过度工程审计,按影响力排序列出应删除、简化或用 stdlib/平台特性替代的项,给出一次性的清单但不直接改代码。适合要做 repo 清理、减依赖或评估技术负债时使用。好处是能一次看出最大收益的减负清单,方便排优先级和规划重构。
▸ 展开 SKILL.md 英文原文
Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "ponytail-audit", or "/ponytail-audit". One-shot report, does not apply fixes.
9.0w
Stars
4.9k
Forks
12
仓库内 Skill
+1.4w
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/DietrichGebert/ponytail/main/skills/ponytail-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/DietrichGebert/ponytail/main/skills/ponytail-audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
ponytail-review, repo-wide. Scan the whole tree instead of a diff. Rank findings biggest cut first. ## Tags Same as ponytail-review: - `delete:` dead code, unused flexibility, speculative feature. Replacement: nothing. - `stdlib:` hand-rolled thing the standard library ships. Name the function. - `native:` dependency or code doing what the platform already does. Name the feature. - `yagni:` abstraction with one implementation, config nobody sets, layer with one caller. - `shrink:` same logic, fewer lines. Show the shorter form. ## Hunt Deps the stdlib or platform already ships, single-implementation interfaces, factories with one product, wrappers that only delegate, files exporting one
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有