simplify-code

Analyze code diffs for duplication, quality, and efficiency issues.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill simplify-code-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify-code
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/software-development/simplify-code
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill simplify-code-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of code review by utilizing parallel analysis to efficiently identify and address issues in code changes.

Core Features & Use Cases

  • Parallel Review: Utilizes three specialized reviewers to analyze code changes concurrently.
  • Custom Focus: Allows users to specify the focus of the review (e.g., efficiency, quality, reuse).
  • Code Cleanup: Applies fixes to the codebase based on the reviewers' findings.
  • Use Case: For a developer looking to improve the efficiency of a recent code commit, "simplify focus on efficiency" would initiate a review focusing on potential improvements in performance.

Quick Start

"Simplify my recent changes."

Frequently Asked Questions about simplify-code

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

FAQPage Schema
How do I run a code review on a single diff to find duplication and quality issues?

To run a code review on a single diff, you can use parallel analysis to concurrently evaluate code changes for duplication, quality issues, and efficiency problems using specialized subagent reviewers for each category.

Can I focus my code cleanup review on specific areas like efficiency or reuse?

Yes, you can focus your code cleanup review by specifying a target area such as efficiency, quality, or reuse, directing the specialized subagent reviewers to concentrate the parallel analysis on those specific performance improvements.

Does this parallel code review tool support Windows, macOS, and Linux?

Yes, this parallel code review tool supports Windows, macOS, and Linux operating systems, allowing you to analyze code changes for quality issues and efficiency problems across all three platforms.

What is the best way to identify efficiency problems in recent code commits?

The best way to identify efficiency problems in recent code commits is using parallel analysis with specialized reviewers, which concurrently evaluates the diff to pinpoint performance improvements and apply necessary code cleanup fixes.

How does parallel analysis work when checking code changes for quality issues?

Parallel analysis works by deploying three specialized subagent reviewers concurrently to examine a single diff, categorizing and identifying distinct quality, duplication, and efficiency problems before applying fixes to the codebase.