Review code before pull request
code-reviewersubagentsetup L1★1,751
security-union/videocall-rs ↗What it does
Review code changes within full architecture context
Best for
Before submitting GitHub PRs, when you need to catch semantic bugs (wrong values passed, wrong recipient, stale captures) that diff-only reviews miss.
Inputs
- · git diff output
- · project files
- · changed function locations
Outputs
- · code review report
- · fix suggestions
- · semantic bug findings
Preconditions
Git repository available; changed files readable; CLAUDE.md documentation present; grep/read tools available
Failure modes
Missing architecture docs; untraced data flow; callers/callees not found; stale variable capture semantics not detected
Trust signals
- · Traces full data flow end-to-end
- · Reconstructs value provenance
- · Reads struct definitions and construction sites
- · Catches wrong-value-passed class of bugs