---
title: "claude: /simplify"
url: https://perrotta.dev/2026/04/claude-/simplify/
last_updated: 2026-07-29
---


[Previously]({{< ref "2025-11-23-claude-new-slash-commands" >}}).

My all-time favorite bundled skill _for code reviewing_ in Claude Code:
`/simplify`.

As per the official docs:

```
/simplify   Review changed code for reuse, quality, and efficiency, then fix any issues found. (bundled)
```

A sample run:

```
  Running 3 agents… (ctrl+o to expand)
   ├─ Code reuse review · 38 tool uses · 42.1k tokens
   │  ⎿  Read: modules/remote-access-ips/main.tf
   ├─ Code quality review · 17 tool uses · 29.8k tokens
   │  ⎿  Searching for 7 patterns, reading 10 files…
   └─ Efficiency review · 0 tool uses
      ⎿  Done
     (ctrl+b to run in background)
```

It is effective, not very opinionated (which is good in this context!), and
non-intrusive.

And it surely burns a good share of tokens.

I'm interested in exploring ways to automate this skill invocation as part of
every PR.

