simplify

Review changed code via git diffs and apply fixes for reuse, quality, and efficiency.

1|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/rysweet/RustyClawd --skill simplify-rysweet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify
Source: https://github.com/rysweet/RustyClawd/tree/main/.claude/skills/simplify
Command: npx skills add https://github.com/rysweet/RustyClawd --skill simplify-rysweet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically reviews recently changed code for opportunities in reuse, quality improvements, and efficiency gains, then applies fixes directly.

Core Features & Use Cases

  • Automated Code Review: Analyzes changed files for common issues like duplication, poor naming, and performance bottlenecks.
  • Parallel Agent Execution: Spawns three specialized agents (reuse, quality, efficiency) to provide comprehensive feedback.
  • Use Case: After making several changes to a feature branch, run /simplify to ensure the new code is clean, efficient, and adheres to best practices before merging.

Quick Start

Use the simplify skill to review and fix issues in the recently changed files.

Frequently Asked Questions about simplify

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

FAQPage Schema
How do I automatically review and fix code changes before merging?

Automatically review and fix code changes by analyzing git diffs to identify duplication, naming, and performance issues. It then applies fixes directly to the changed files and verifies them using automated tests and linters.

What is the best way to refactor recently changed code for efficiency and reuse?

Refactoring recently changed code for efficiency and reuse is handled by spawning parallel agents that analyze your git diff. These agents target specific areas like resource management and code duplication, then automatically apply improvements.

Can I use git diffs to find and resolve error handling issues in my feature branch?

Yes, you can use git diffs to find and resolve error handling issues. The system reviews your feature branch changes in parallel to detect poor error handling and automatically applies the required fixes to ensure code quality.

Does automated code review work with linters and automated tests to verify fixes?

Automated code review works directly with linters and automated tests to verify fixes. After analyzing your changed files and applying code quality improvements, it runs these tools to ensure the fixes do not introduce new issues.

What are the limitations of using automated refactoring on changed files?

The limitations of using automated refactoring on changed files are that it focuses strictly on recently modified code identified via git diffs. It does not review the entire repository and relies on existing automated tests and linters to validate the applied fixes.