simplify

Automates Git-diff code review and cleanup across three phases: identify, evaluate reuse/quality/efficiency, apply fixes.

Updated Mar 24, 2023
One-click install
npx skills add https://github.com/j4hr3n/dotfiles --skill simplify-j4hr3n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify
Source: https://github.com/j4hr3n/dotfiles/tree/main/configs/claude-code/skills/simplify
Command: npx skills add https://github.com/j4hr3n/dotfiles --skill simplify-j4hr3n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review changed code for reuse, quality, and efficiency, then fix any issues found.

Core Features & Use Cases

  • Phase 1: Identify Changes and run git diff to surface changes and determine scope.
  • Phase 2: Launch Three Review Agents in Parallel to assess reuse, quality, and efficiency, then consolidate findings.
  • Phase 3: Apply fixes and summarize changes, ensuring no regressions and improved clarity.

Quick Start

Follow the three-phase workflow to review and fix changes, starting from the diff.

Frequently Asked Questions about simplify

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

FAQPage Schema
How do I automate code review and cleanup for multi-file Git diffs?

Automate code review and cleanup by running git diff to surface changes, then orchestrating three parallel agents to evaluate code reuse, quality, and efficiency, producing consolidated recommendations and applied fixes.

How does automated static analysis evaluate code reuse and efficiency?

Automated static analysis evaluates code reuse and efficiency by launching three review agents in parallel that assess redundancy, quality, and performance, then consolidating their findings into actionable recommendations.

Can I run automated code cleanup on trivial diffs and larger refactors?

Automated code cleanup handles both trivial diffs and larger refactors by evaluating changes through a three-phase workflow, applying fixes and summarizing changes to ensure improved clarity without regressions.

What's the best way to review changed code for redundancy and quality before committing?

The best way to review changed code is using a three-phase workflow that identifies changes via git diff, launches parallel review agents for reuse and quality, tests for redundancy, and applies fixes.

Do I need any external dependencies to automate code review and cleanup?

No external dependencies are required. The automation orchestrates its internal review agents directly on your Git-diff based workflow to identify changes, evaluate quality, and apply fixes.