Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
$pwd:

clean-code-duplication

// Audits a codebase for duplicated code (copy/paste clones and structural repetition), ranks the worst clones with per-language detection tools, triages false positives, and proposes a deduplication strategy — then routes each fix to the right downstream skill. Use when: a repository has grown by copy/paste, the same logic appears in several places, you want a DRY-focused clean-code triage before refactoring, or you need a consolidation plan before handing work to `clean-code-refactor` or a `[language]-data-engineer`. Runs jscpd as the cross-language detector and documents native tools per language (pylint, eslint-plugin-sonarjs, PMD CPD, dupl/golangci-lint, cargo-dupes). Supports Python, JavaScript/TypeScript, C#, Rust, and Go.

$ git log --oneline --stat
stars:2
forks:0
updated:22. Mai 2026 um 15:43
Datei-Explorer
10 Dateien
SKILL.md
readonly