cyberneticlibrary

Simplify and fix current diff

sfcommandsetup L22
MilkClouds/my-dev-playbook
What it does

Review code changes for reuse, quality, and efficiency issues

Best for

Launching parallel cleanup agents before committing code to catch 8+ common patterns.

Inputs
  • · Git diff output from current changes
Outputs
  • · Three parallel review reports (reuse, quality, efficiency)
Requires
  • · git diff
  • · git status
Preconditions
  • · Working tree has uncommitted changes
  • · Git initialized
Failure modes
  • · No changes to review
  • · Nested ternaries cannot be flattened
  • · Copy-paste code is identical
Trust signals
  • · Pre-2.1.147 behavior restoration
  • · 3-agent decomposition for thoroughness