No Duplicate UI

Scans Vue files for duplicate component names and similar template overlap. Use during PR review or when refactoring UI to enforce DRY architecture.

HeyEddi-com 0a0100b 8 files · 11.0 KB Updated

File contents

No Duplicate UI

When to use

  • PR adds a new Button/Card wrapper similar to existing ones
  • Refactoring to consolidate forked components
  • Pre-merge gate optional duplicate scan

Instructions

  1. Run python scripts/find_duplicate_ui.py --project-root <root>.
  2. Review pairs with high template similarity or matching filenames.
  3. Consolidate into shared components under @/components/ui/.

HeyEddi-com/heyeddi-skills/tree/main/skills/no-duplicate-ui commit 0a0100b3e6

Frequently asked questions

npx skillmds@latest add heyeddi-com/no-duplicate-ui