simplify

Installation
SKILL.md

Default output: return only the result, blockers, and required evidence. Omit preambles, process narration, repeated context, confidence scores, and follow-up offers. Use at most five bullets unless a required artifact or schema needs more.

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
Installs
2
GitHub Stars
8
First Seen
Jun 16, 2026
simplify — v1truv1us/ai-eng-system