simplify

Installation
SKILL.md

Simplify

This is an expanded profile of code-simplification that adds multi-agent parallel review. For the canonical simplification workflow, see skills/code-simplification/SKILL.md.

Workflow

  1. Identify recently changed files via git diff --stat
  2. Spawn three parallel review agents:
Agent Focus Finds
Code Reuse Duplication Repeated logic, extractable functions, copy-paste patterns
Quality Complexity Dead code, poor naming, deep nesting, missing error handling
Efficiency Performance Redundant allocations, unnecessary iterations, missing caches
  1. Aggregate findings: deduplicate, sort by impact (bugs > performance > readability > style)
  2. Apply fixes one at a time, verifying after each
  3. Report confidence (0.0-1.0)
Installs
1
GitHub Stars
7
First Seen
Jun 16, 2026
simplify — v1truv1us/ai-eng-system