Skip to content

Commit 41ea0a0

Browse files
committed
cleanup skill
1 parent 8867350 commit 41ea0a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.agents/skills/cleanup/SKILL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: cleanup
3+
description: Simplify and clean code
4+
---
5+
6+
# Cleanup
7+
8+
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.

0 commit comments

Comments
 (0)