Install
openclaw skills install @juanbastias/minimal-engineering-reviewReview coding work for the smallest correct implementation, reuse, stdlib/native features, and dependency restraint.
openclaw skills install @juanbastias/minimal-engineering-reviewUse when the user asks to simplify code, avoid overengineering, review a technical plan, choose whether to add a dependency, or before adding shared infrastructure to a project.
This skill is a local lightweight discipline. It must not install global hooks, change model prompts automatically, or override workspace rules.
Prefer the smallest implementation that is correct, observable, and maintainable. Minimal means less owned behavior, not fewer safety checks.
Before writing or approving new code, stop at the first rung that works:
For reviews, lead with findings:
<path or component>: <issue>. Replace with <simpler option>.For implementation summaries, keep it short:
This is not a replacement for correctness, security, or factual review. If the task involves trading decisions, external messaging, auth, schedulers, public posting, or other services' scope, follow the stricter workspace rules first.
Do not apply this skill to prose, creative writing, factual research, or ordinary chat unless the user asks for simplification of a technical workflow.