CodebuffAI

cleanup

Simplify and clean code

CodebuffAI 6,216 743 Updated 4mo ago
GitHub

Install

npx skillscat add codebuffai/codebuff/cleanup

Install via the SkillsCat registry.

SKILL.md

Cleanup

Please review the uncommitted changes (staged and unstaged) and find ways to simplify the code. Clean up logic. Find a simpler design. Reuse existing functions. Move utilities to utility files. Lower the cyclomatic complexity. Remove try/catch statements when not completely necessary.