simplify

Coordinate three read-only reviewers to surface code cleanup improvements across diffs.

5|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ValorVie/custom-skills --skill simplify-valorvie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify
Source: https://github.com/ValorVie/custom-skills/tree/main/project-template/.codex/skills/simplify
Command: npx skills add https://github.com/ValorVie/custom-skills --skill simplify-valorvie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinate parallel cleanup reviews to surface reusable and maintainable code improvements.

Core Features & Use Cases

  • Parallel reviews: Run three read-only agents on diffs to identify reuse, quality, and efficiency opportunities without changing behavior.
  • Aggregation and safe fixes: Collect findings and apply approved fixes only via a central controller, ensuring non-destructive edits.
  • Workflow fit: Ideal before formal reviews when changes span multiple files or teams require a lightweight cleanup pass.

Quick Start

Invoke the Simplify skill to run three parallel, read-only review agents on the current diff to surface and apply worthwhile cleanups without changing behavior.

Frequently Asked Questions about simplify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a non-destructive code cleanup pass on a large diff?

You can run a non-destructive code cleanup by spawning three parallel read-only agents to analyze your diff for reuse, quality, and efficiency improvements, applying approved fixes only via a central controller.

What is parallel diff analysis for code review?

Parallel diff analysis is a static review process where multiple read-only agents evaluate code changes simultaneously to surface maintainability and efficiency opportunities without altering behavior.

When do I need to use parallel cleanup reviews?

You need parallel cleanup reviews when applying medium-to-large diffs across multiple files, or when your team requires a lightweight, non-destructive cleanup pass before formal code reviews.

Can I apply code fixes automatically during a static review?

Yes, safe fixes can be applied automatically, but only through a central controller agent that aggregates findings from the read-only reviewers to ensure changes remain non-destructive and maintain existing behavior.

Does parallel code review work for medium-to-large software diffs?

Yes, parallel code review is specifically designed for medium-to-large diffs across software projects where changes span multiple files, allowing teams to identify reusable and maintainable code improvements efficiently.