ponytail-audit
仓库创建 2026年6月12日最近提交 11 天前SkillHot 收录 20 天前
▸ 精选理由
提供全局视角的删减优先级,便于长期减负与重构规划。
▸ 风险提示
仓库全量扫描并给出删减建议,变更前请人工复核以免误删关键代码。
这个 Skill 做什么
对整个仓库进行过度工程审计,按可删减价值排序建议清单。
全仓库扫描找出过度工程的地方,按能删减或简化带来最大收益排序给出清单。会指出可以直接删掉的死代码、能替换为 stdlib 的自实现或可用平台特性的部分。适合在代码库臃肿、想减依赖或做大范围精简前使用,帮助你优先处理最划算的改动。
▸ 展开 SKILL.md 英文原文
Audit the whole repo for over-engineering. A ranked list of what to delete, simplify, or replace with stdlib or native features.
9.0w
Stars
4.9k
Forks
12
仓库内 Skill
+1.4w
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/DietrichGebert/ponytail/main/.openclaw/skills/ponytail-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/DietrichGebert/ponytail/main/.openclaw/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 公开信息 · 原文版权归作者所有