cyberneticlibrary

Boot reviewer role

revskillsetup L10
fredhead88/do-it
What it does

Grade and integrate worker-built code with blind-review and mergeability

Best for

Objective third-look validation of worker PRs before merge by separate grader

Inputs
  • · Worker branch with commits
  • · Test results
Outputs
  • · Pass/fail grading
  • · Revert/merge decision
  • · Integration log
Requires
  • · git
  • · Test runner
Preconditions

Worker commits on feature branch; tests pass

Failure modes

Merge conflicts → manual resolution; tests fail blind → reject

Trust signals
  • · Blind evaluation principle
  • · Mergeability pre-check
  • · Test re-run in isolation