cyberneticlibrary

Conduct bounded repository code review

repo_reviewworkflowsetup L22
pezzos/codex-dynamic-workflows-lab
What it does

Review a repository codebase for correctness, reuse, and efficiency across findings

Best for

Review a code change for bugs and design issues when structured findings and effort levels matter.

Inputs
  • · repo path (absolute)
  • · diff or branch ref
  • · effort level (low/medium/high)
Outputs
  • · structured findings: {title, severity, files, description, proposed_fix, confidence}
Requires
  • · git (diff parsing)
  • · file Read
Preconditions
  • · repo is accessible
  • · git history is clean
  • · codebase is coherent
Failure modes
  • · findings are generic (apply to any codebase)
  • · false positives outnumber real bugs
  • · proposed fixes introduce new issues
Trust signals
  • · effort level matched to coverage
  • · file:line specificity
  • · confidence levels honest