Finding Duplicate Functions

Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.

boisenoise 71c6a53 6 files · 24.7 KB Updated

File contents

boisenoise/skills-collections/tree/main/skills/superpowers-lab-finding-duplicate-functions commit 71c6a530be

Frequently asked questions

npx skillmds@latest add boisenoise/finding-duplicate-functions