Agent Skills: Cleanup

Simplify and clean code

UncategorizedID: codebuffai/codebuff/cleanup

Repository

CodebuffAILicense: Apache-2.0
4,407498

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CodebuffAI/codebuff/tree/HEAD/.agents/skills/cleanup

Skill Files

Browse the full folder contents for cleanup.

Download Skill

Loading file tree…

.agents/skills/cleanup/SKILL.md

Skill Metadata

Name
cleanup
Description
Simplify and clean code

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.