Agent skill · Code Review & Quality

simplify-code

Review a diff for clarity and safe simplifications, then optionally apply low-risk fixes.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill simplify-code --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/simplify-code/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Simplify Code Review changed code for reuse, quality, efficiency, and clarity issues. Use Codex sub-agents to review in parallel, then optionally apply only high-confidence, behavior-preserving fixes. ## When to Use - When the user asks to simplify, clean up, refactor, or review changed code. - When you want high-confidence, behavior-preserving improvements on a scoped diff. ## Modes Choose the mode from the user's request: - `review-only`: user asks to review, audit, or check the changes - `safe-fixes`: user asks to simplify, clean up, or refactor the changes - `fix-and-validate`: same as `safe-fixes`, but also run the smallest relevant validation after edits If the user does not specify, default to: - `review-only` for "review", "audit", or "check" - `safe-fixes` for "simplify", "clean up", or "refactor" ## Step 1: Determine the Scope and Diff Command Prefer this scope order: 1. Files or paths explicitly named by the user 2. Current git changes 3. Files edited earlier in the current Codex turn 4. Most recently modified tracked files, only if the user asked for a review but there is no diff If there is no clear scope, stop and say so briefly. When using git changes, determine th

What's inside
Steps it walks through
  1. When to Use
  2. Modes
  3. Step 1: Determine the Scope and Diff Command
  4. Step 2: Launch Four Review Sub-Agents in Parallel
  5. Sub-Agent 1: Code Reuse Review
  6. Sub-Agent 2: Code Quality Review
  7. Sub-Agent 3: Efficiency Review
  8. Sub-Agent 4: Clarity and Standards Review
  9. Step 3: Aggregate Findings
  10. Step 4: Fix Issues Carefully
  11. Step 5: Validate When Required
  12. Step 6: Summarize Outcome
  13. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the simplify-code skill do?

Review a diff for clarity and safe simplifications, then optionally apply low-risk fixes.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill simplify-code --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going