Skip to main content

ponytail-audit

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

Ir a la instalación

Datos de origen

Repositorio
zzz2929/skills-zh-CN
Última actividad en el origen
2 de septiembre de 2026 a las 05:48
Idioma detectado de SKILL.md
inglés
Estrellas
0
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub