LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: code cleanup

Browse skills that share this tag.

  • codebase-cleanup-tech-debt - Technical Debt Analysis and Remediation
    technical debtcode qualitycode analysisrefactoring

    ★ 27 · Updated 2026-06-30

    Identify, quantify, and prioritize technical debt in software projects and create remediation plans

    ⚙ scan codebase⚙ identify debt types⚙ assess debt impact
  • code-simplicity - Simplify Code Changes
    code refactoringcode cleanupchange review

    ★ 6 · Updated 2026-06-15

    Simplify existing code changes for clarity

    ⚙ read code diff⚙ run test suite⚙ apply simplicity lenses
  • polish - Feature Quality Polish
    quality assurancefrontend polishUI refinementUX improvement

    ★ 1 · Updated 2026-05-09

    Final quality check before shipping that fixes alignment, spacing, consistency, and detail issues.

    ⚙ fix alignment issues⚙ fix spacing issues⚙ fix consistency issues
  • simplify-codebase - Post-Refactoring Codebase Cleanup
    code cleanuprefactoringfile archivinggit automation

    ★ 0 · Updated 2026-03-23

    Orchestrates three agents to analyze file staleness, simplify active code, and archive dead files after refactoring

    ⚙ analyze file staleness⚙ simplify fresh code⚙ archive dead files
  • code-simplifier - Code Simplification and Refactoring
    code processingrefactoringcode qualitycode cleanup

    ★ 0 · Updated 2026-03-23

    Analyze code to extract functions, remove redundancies, and apply refactoring techniques

    ⚙ extract functions⚙ remove dead code⚙ apply idiomatic patterns
  • trim-pr - PR Code Cleanup and Simplification
    code cleanuppull requestsimplificationrefactoring

    ★ 2 · Updated 2026-03-22

    Remove accumulated complexity and cruft from code before merging a pull request

    ⚙ read pull request⚙ identify code cruft⚙ remove duplicate code
  • refactoring-patterns - Safe code refactoring workflows
    refactoringcode qualitytest-drivencode smells

    ★ 57 · Updated 2026-03-20

    Apply safe refactoring patterns for code restructuring and cleanup

    ⚙ extract method⚙ extract class⚙ extract module
  • cleanup - Code Cleanup and Refactoring
    code refactoringcode cleanuptest optimization

    ★ 18 · Updated 2026-03-19

    Remove unnecessary comments, simplify docstrings, parameterize tests, and clean up code

    ⚙ remove comments⚙ simplify docstrings⚙ parameterize tests
  • cleanup - Clean up code and remove unwanted patterns
    code cleanupcode qualityrefactoringtesting

    ★ 602 · Updated 2026-03-19

    Review and clean up code by removing unnecessary comments, simplifying docstrings, and parameterizing tests.

    ⚙ Remove unnecessary comments⚙ Simplify docstrings⚙ Parameterize tests
  • simplifier - Code cleanup and complexity reduction
    code cleanupcode qualitydead code removalcomplexity reduction

    ★ 3 · Updated 2026-03-10

    Cleans up dead code, reduces complexity, and removes duplication in Go and JavaScript/TypeScript

    ⚙ detect unused imports⚙ detect unused variables⚙ detect unused functions
  • delete-unused-sources - Delete Unused Sources and Update Documentation
    code cleanupfile managementdocumentation

    ★ 9 · Updated 2026-02-12

    Detect and remove unused source files in the project, then update README.md accordingly.

    ⚙ analyze project structure⚙ check file reference status⚙ display confirmation message
  • deslop - Remove AI-Generated Code Slop from Git Changes
    code cleanupAI code reviewgit diffcode quality

    ★ 6 · Updated 2026-02-11

    Removes AI-generated slop, verbose code, and unnecessary defensive checks from code changes

    ⚙ Get git diff against main branch⚙ Review changed files for AI slop patterns⚙ Remove unnecessary comments and defensive code