simplify-loop-hd

Automate repeated /simplify runs until no changes remain, capped at 10 iterations.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill simplify-loop-hd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify-loop-hd
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/hyeondongs-harness/skills/simplify-loop-hd
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill simplify-loop-hd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code의 빌트인 /simplify를 수동으로 반복 실행하는 번거로움을 줄이고, 자동으로 최종 안정 상태를 달성하도록 돕습니다.

Core Features & Use Cases

  • 반복 실행 자동화: 빌트인 /simplify를 반복 수행하여 수정 여부를 반영합니다.
  • 안정성 및 종료 관리: 변경이 없으면 루프를 종료하고, 최대 10회까지 시도합니다.
  • 실무 시나리오: 대규모 코드 리뷰에서 반복적 단순화가 필요한 경우에 유용합니다.

Quick Start

본 스킬은 Claude Code의 빌트인 /simplify를 $simplify (빌트인)으로 반복 실행하고 더 이상 수정이 없으면 종료합니다, 최대 10회로 제한합니다.

Frequently Asked Questions about simplify-loop-hd

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

FAQPage Schema
How do I automate iterative code simplification in Claude Code?

Claude Code's built-in /simplify is looped automatically to iteratively simplify code until the review stabilizes. The loop stops execution when no further changes are detected or all review agents decide to keep the changes.

What is the maximum number of iterations for automated code simplification loops?

The automated code simplification loop is hard-capped at a maximum of 10 iterations. This ensures controlled execution while providing enough passes to reach a stable state where no further modifications are needed.

Does the automated simplify loop stop automatically when code review stabilizes?

Yes, the loop stops automatically when the code review stabilizes. It detects when no further changes are produced or when all agents choose to keep the changes, exiting the loop before reaching the maximum iteration limit.

How do I run repetitive /simplify commands for large scale code reviews?

To run repetitive /simplify commands for large-scale code reviews, invoke the built-in /simplify using $simplify. This triggers an automated looping process that applies iterative simplification across the workflow until the review stabilizes.

Can I use this loop skill instead of the built-in simplify command directly?

No, you cannot use this skill's name directly; you must invoke the built-in /simplify with $simplify. The skill acts as an automated wrapper that manages the repetitive execution of the built-in command rather than replacing it.