simplify

Installation
SKILL.md

Simplify

Use this skill to improve recently changed code without changing what it does.

Usage

/simplify                              # Review current uncommitted changes
/simplify HEAD~3                       # Review changes from 3 commits ago to HEAD
/simplify main                         # Review changes from main branch to HEAD
/simplify abc123                       # Review changes from commit abc123 to HEAD
/simplify focus on error handling      # Focus review on specific concerns
/simplify focus on memory efficiency   # Focus review on memory efficiency

Modes

Related skills
Installs
41
First Seen
Mar 10, 2026