cyberneticlibrary

Review code for bugs and quality issues

gsd:code-reviewskillsetup L23,035
davepoon/buildwithclaude
What it does

Review phase source changes for bugs and quality

Best for

Finishing a phase when you want machine-assisted code quality review before merging, with control over depth vs time.

Inputs
  • · phase number (required)
  • · --depth=quick|standard|deep (optional)
  • · --files file1,file2,... (optional)
Outputs
  • · {padded_phase}-REVIEW.md
  • · severity-classified findings
Requires
  • · Read
  • · Bash
  • · Glob
  • · Grep
  • · Write
  • · Task
Preconditions

Phase directory exists; SUMMARY.md present or git diff available; workflow config defines code_review_depth

Failure modes

Phase directory doesn't exist; SUMMARY.md missing and no git diff available; --files list is empty after parsing; depth value is invalid

Trust signals
  • · Configurable depth levels (quick/standard/deep)
  • · Severity classification of findings
  • · Produces auditable REVIEW.md artifact
  • · Respects explicit file list override