code-simplifier

Installation
SKILL.md

Code Simplifier

Review changed code for reuse, quality, and efficiency, then simplify and fix any issues found.

Core Rules

  1. Preserve functionality exactly.
  2. Keep public behavior, outputs, side effects, and interfaces unchanged.
  3. Follow project-specific coding standards and patterns.
  4. Prefer clarity over compactness.
  5. Avoid clever rewrites that reduce debuggability.

Scope

  • Default to the current task's changed files.
  • Focus on code the user just changed or that you changed in this conversation.
  • Keep fixes behavior-preserving unless the user explicitly asked for broader refactors.

Phase 1: Identify Changes

Related skills
Installs
25
Repository
abpai/skills
First Seen
Feb 9, 2026