Review changed code for reuse, quality, and efficiency, then clean up what you find — duplicated logic that could reuse an existing helper, hacky or redundant patterns, needless work on hot paths. Quality cleanup only: not bugs (that's code-review) and not behavior-preserving restructuring on request (that's refactor). Use when the user says "simplify", "clean this up", "is there a simpler way", or "tidy the diff".
$npx -y skills add genai-io/san --skill simplifyInstalls into the current project.
Run `npx skills use "https://github.com/genai-io/san" --skill "genai-io/san/simplify"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/genai-io/san" that are relevant to the current task. Run `npx skills add "https://github.com/genai-io/san"` and select the relevant skills, then follow their instructions.