AI LineAiline Skillhub
技能市场/ponytail-audit

ponytail-audit

ponytail-audit

审核整个存储库的过度设计。要删除、简化或替换为stdlib或本机功能的排名列表。

查看原文简介

Audit the whole repo for over-engineering. A ranked list of what to delete, simplify, or replace with stdlib or native features.

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 thing, dead flags and config, hand-rolled stdlib.

Output

One line per finding, ranked: <tag> <what to cut>. <replacement>. [path]. End with net: -<N> lines, -<M> deps possible. Nothing to cut: Lean already. Ship.

Boundaries

Scope: over-engineering and complexity only. Correctness bugs, security holes, and performance are explicitly out of scope. Route them to a normal review pass. Lists findings, applies nothing. One-shot. "stop ponytail-audit" or "normal mode" to revert.

安装中心

可直接安装到 9 个框架(另有 Cursor / Windsurf 需转换为 rules 格式)。悬停可查看各框架的技能目录。

方式一 · 复制提示词(推荐)

粘贴给你的 Claude Code,它会自己完成下载和安装(安装文件直接取自原始仓库)

请帮我安装技能「ponytail-audit」:
1. 从原始仓库下载技能文件:https://raw.githubusercontent.com/DietrichGebert/ponytail/main/.openclaw/skills/ponytail-audit/SKILL.md(GitHub 上的 SKILL.md 原始文件)
2. 保存为 ~/.claude/skills/ponytail-audit/SKILL.md(目录不存在则创建)
3. 确认文件存在后,告诉我安装结果

方式二 · 命令行安装

npx CLI 跨平台可用(自动检测本机 Agent);PowerShell 方式无需安装任何东西

npx ailine-skills add ponytail-audit
New-Item -ItemType Directory -Force "$HOME\.claude\skills\ponytail-audit" | Out-Null; curl.exe -fsSL "https://raw.githubusercontent.com/DietrichGebert/ponytail/main/.openclaw/skills/ponytail-audit/SKILL.md" -o "$HOME\.claude\skills\ponytail-audit\SKILL.md"

方式三 · 前往原始仓库

第三方技能不由本站分发安装文件,请从原始仓库获取(上方命令/提示词已直连原始文件)