Console
back to skill
AIpkg · skill · detail
skill

code-simplify

Simplifies modified code for readability and clarity

editionv0.0.1
imprintorg443
leaves03 · 990 B
manuscript23 ln · 88 wd
---
name: code-simplify
description: Simplifies modified code for readability and clarity
allowed-tools: Bash, Read, Write
allowed-commands:
- git *
---
# Code Review
Lets go over code that has been changed. Use git to get the diff of the changes.
- We do NOT like lots of comments and we strongly prefer shorter comments if they are absolutely necessary.
- Constant variables that are used only once should be inlined into the use site.
We want to prioritize:
1. Readability
2. Clarity
3. Decouple
4. Unnecessary abstractions
$ARGUMENTS
AIpkg/registry · skill · “The lockfile remembers” indexed