simplify

Review recently changed source code files and apply minimal fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Developers often struggle with maintaining clean, efficient, and error-free code after changes, leading to potential bugs and technical debt.

Core Features & Use Cases

  • Code review: Analyze recently changed files for code reuse, dead code, unnecessary complexity, and performance issues.
  • Code fixing: Apply minimal, focused corrections to improve code readability and efficiency without altering behavior.
  • Use Case: A developer updates several files and wants a quick analysis and cleanup, receiving direct edits and a summary.

Quick Start

Review the latest code changes in your repository to identify and fix common quality issues with a single command.

Frequently Asked Questions about simplify

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

FAQPage Schema
How do I perform a code review on recently changed files to improve readability?

To perform a code review on recently changed files, this process analyzes your version-controlled modifications to identify dead code and unnecessary complexity, applying minimal fixes to improve readability and overall code quality.

What is static analysis for code cleanup and how does it handle technical debt?

Static analysis for code cleanup targets recently modified source files to detect performance issues and code reuse opportunities, applying focused corrections that prevent bugs and reduce accumulated technical debt.

How do I refactor code without altering its existing behavior?

To refactor code without altering behavior, the tool applies minimal and focused corrections to your recently changed files, ensuring the cleanup process improves efficiency and readability safely without breaking existing logic.

Do I need additional tools or dependencies to run static analysis on my repository?

You do not need additional tools or dependencies to run static analysis, as the skill performs targeted review and cleanup using only built-in scripting capabilities within your existing version-controlled project environment.

What is the best way to find and remove dead code after modifying source files?

The best way to find and remove dead code is to analyze your latest version-controlled changes, which flags unused elements and unnecessary complexity while suggesting minimal fixes to maintain a healthy codebase.

Can I automate code cleanup for performance issues in a version-controlled project?

Yes, you can automate code cleanup for performance issues by running a targeted review on your recently changed files, which directly applies focused edits and provides a summary of the efficiency improvements.