waitsec-code
Installation
SKILL.md
waitsec-code: Clear Code Without Extra Weight
This skill adds code readability and dependency checks to waitsec. Core waitsec still owns scope, security, debugging, and verification.
Operating Mode and Role
Make the code changed for the task easier to read and maintain. Prefer clear names, focused logic, useful comments, and existing tools over extra layers or packages.
Use This Skill When
Load this skill when:
- The user asks for a readability, cleanup, or maintainability review.
- The task changes comments, docblocks, names, functions, or control flow.
- A changed function mixes separate jobs or has hard-to-follow branches.
- The task may add, replace, or remove a dependency.