Skip to main content

ponytail-audit

针对过度工程的整个仓库审计。就像马尾辫审查一样,但扫描整个代码库,而不是差异:一个按顺序排列的列表,列出要删除、简化或用stdlib/native等效物替换的内容。当用户说“审计此代码库”、“审计过度工程”、“我可以从这个仓库中删除什么”、“发现臃肿”、“马尾辫审计”或“/马尾辫审计“时使用。一次性报告不适用修复。

Zur Installation springen

Quellinformationen

Repository
zzz2929/skills-zh-CN
Letzte Quellaktivität
2. September 2026 um 05:48
Erkannte Sprache von SKILL.md
Englisch
Sterne
0
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
ponytail-audit
description
针对过度工程的整个仓库审计。就像马尾辫审查一样,但扫描整个代码库,而不是差异:一个按顺序排列的列表,列出要删除、简化或用stdlib/native等效物替换的内容。当用户说“审计此代码库”、“审计过度工程”、“我可以从这个仓库中删除什么”、“发现臃肿”、“马尾辫审计”或“/马尾辫审计“时使用。一次性报告不适用修复。
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.
Auf GitHub ansehen