In Claude Code 2.1.154, `/simplify` was changed from running the full `/code-review --fix` bug-hunting review to a focused cleanup-only pass checking four dimensions: code reuse opportunities, simplification, efficiency improvements, and altitude (abstraction level). Faster and more targeted — use it after implementing a feature to trim unnecessary complexity without triggering a full security/correctness review.