cyberneticlibrary

Adversarial review with severity ranking

reviewworkflowsetup L30
shimmerjs/.universe
What it does

Execute multi-stage code review

Best for

Multi-stage code review with parallel verification agents and structured decision gates.

Inputs
  • · PR or code changes
Outputs
  • · review result with findings
Requires
  • · Workflow agent runtime
  • · Parallel execution
Preconditions
  • · Requires workflow args with specified fields
  • · Workflow runtime with phase() support
  • · Parallel execution support
Failure modes
  • · Timeout in parallel agent execution
  • · Agent returns invalid schema
  • · Missing required input fields
  • · Downstream agent/tool failure
  • · Network/API unavailability
Trust signals
  • · Required fields enforced
  • · Structured phase-driven flow
  • · Explicit parallelization semantics