← Back to Skill Library
💻 Software Dev

Simplify Code

★★★☆☆

Parallel 4-agent cleanup of recent code changes.

skill_view("simplify-code")

📖 Guide

Load with skill_view("simplify-code"). Review your recent code changes with four focused reviewers running in parallel, aggregate their findings, and apply the fixes worth applying.

🔧 How To

Skill sections: Simplify Code — Parallel Review & Cleanup, When to Use, The Process, Phase 1 — Identify the changes, 1. Default: uncommitted working-tree changes (tracked files), 2. If that's empty, include staged changes.

⚠️ Pitfalls

- **Don't fan out wider than 4.** More reviewers means more cost and more conflicting suggestions to reconcile, not better coverage. The four categories cover the space. - **Give the WHOLE diff to each reviewer.** Splitting the diff across reviewers defeats the design — cross-file duplication and N+1s only show up with the full picture. - **Reviewers search, they don't guess.** A reuse finding wit

Related Skills

More skills in Software Dev