CodeSlobCleanup

Scripts Reference

The Code Slob Cleanup project relies on several key Python scripts to automate the identification, verification, and cleaning of code. All scripts are ran using uv run.

scripts/identify.py

This script is the entry point for finding “code slob” in your repository.

scripts/duplication.py

This script identifies functional clones (duplicated logic) by normalizing the code structure.

scripts/orchestrator.py

This script manages the verification process within the .code-slob-tmp/ workspace.

scripts/clean_untested.py

This script allows you to remove code that is not covered by a specific “golden” test suite.

Other Utility Scripts