simplify

Review git diffs for reuse, quality, and efficiency, then apply fixes.

1|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cinjoff/fhhs-skills --skill simplify-cinjoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify
Source: https://github.com/cinjoff/fhhs-skills/tree/main/.claude/skills/simplify
Command: npx skills add https://github.com/cinjoff/fhhs-skills --skill simplify-cinjoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses code that is redundant, inefficient, or could be more maintainable by automatically reviewing and refactoring changed code.

Core Features & Use Cases

  • Code Review: Analyzes code for opportunities in reuse, quality improvements, and efficiency gains.
  • Automated Refactoring: Directly implements fixes for identified issues.
  • Use Case: After completing a new feature or fixing a bug, run this Skill to ensure the new code is clean, efficient, and adheres to best practices, preventing technical debt.

Quick Start

Run the simplify skill on the current changes to review code for reuse, quality, and efficiency.

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 refactor changed code for quality and reuse?

To automatically review and refactor changed code, use this Skill to analyze git diffs for code reuse, quality, and efficiency opportunities, then directly apply the fixes.

How does automated code refactoring work on git diffs?

Automated code refactoring on git diffs works by deploying parallel agents to analyze changes for quality, efficiency, and reuse opportunities, then automatically implementing the identified fixes.

When should I run an automated code review for technical debt?

You should run an automated code review for technical debt immediately after completing a new feature or fixing a bug, ensuring the new code is clean, efficient, and maintainable.

Does this automated refactoring tool require any dependencies or components?

This automated refactoring tool requires no external dependencies or components, operating directly on your current changes to review and implement code quality fixes.

How are refactoring commits labeled after an automated code review?

Refactoring commits are labeled with the message 'refactor(scope): simplify pass' after the automated code review identifies and applies quality, reuse, and efficiency fixes.

What is the best way to find code reuse opportunities in new features?

The best way to find code reuse opportunities in new features is to analyze git diffs using parallel agents that review changes for redundancy and automatically apply refactoring fixes.