simplify-code

Analyze and refactor recent git changes with parallel subagents.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill simplify-code-paxlabs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify-code
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/software-development/simplify-code
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill simplify-code-paxlabs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the inefficiency of manual code reviews by deploying three specialized subagents to analyze recent changes for reuse, quality, and efficiency simultaneously.

Core Features & Use Cases

  • Parallel Review: Runs three focused reviewers concurrently to minimize latency while maximizing depth.
  • Risk-Tiered Application: Automatically applies safe fixes while flagging risky changes for human oversight.
  • Use Case: Use this after finishing a feature branch to ensure your code follows project conventions, eliminates redundant logic, and optimizes performance before merging.

Quick Start

Invoke the simplify code skill to review your recent changes and apply safe refactors.

Frequently Asked Questions about simplify-code

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

FAQPage Schema
How do I automate code review and refactoring on recent git changes?

Automated code review and refactoring analyzes uncommitted, staged, or committed git diffs using three specialized subagents. These agents evaluate changes for reuse, quality, and efficiency simultaneously to apply targeted improvements while maintaining safety guardrails.

What is the best way to clean up code before merging a feature branch?

Cleaning up code before merging is best handled by running parallel reviewers that identify redundant logic and optimize performance. This approach automatically applies safe fixes while flagging risky changes for human oversight before finalizing your branch.

Do I need terminal access to run automated refactoring on git diffs?

Terminal access is required to run automated refactoring on git diffs. The process needs terminal access and git integration to execute targeted refactors and verify changes through automated testing.

How does parallel processing improve code cleanup and analysis?

Parallel processing improves code cleanup by running three focused reviewers concurrently to minimize latency while maximizing depth. This mechanism targets reuse, quality, and efficiency simultaneously without sequential delays.

Are all automated refactoring changes applied directly to my codebase?

Not all automated refactoring changes are applied directly; the system uses risk-tiered application. It automatically applies safe fixes while flagging risky changes for human oversight before execution.