ponytail-audit
针对过度工程的整个仓库审计。就像马尾辫审查一样,但扫描整个代码库,而不是差异:一个按顺序排列的列表,列出要删除、简化或用stdlib/native等效物替换的内容。当用户说“审计此代码库”、“审计过度工程”、“我可以从这个仓库中删除什么”、“发现臃肿”、“马尾辫审计”或“/马尾辫审计“时使用。一次性报告不适用修复。
소스 정보
- 저장소
- zzz2929/skills-zh-CN
- 최근 소스 활동
- 2026년 9월 2일 05:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- 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.
GitHub에서 보기