cyberneticlibrary

Scan code for specific review focus areas

review-scansubagentsetup L13
beyondessential/review-hero
What it does

Scan code for issues in a single focus area

Best for

Launch multiple in parallel (one per focus area), then pass all results to review-fix — depth over breadth in each area.

Inputs
  • · focus area (security/bugs/performance/design)
  • · changed files
  • · base branch
Outputs
  • · JSON findings array
  • · severity-tagged issues
Requires
  • · Read
  • · Glob
  • · Grep
  • · Bash
Preconditions

Changed files available; git diff against base branch working; project rules files readable

Failure modes

Linter-catchable issues flagged; missing custom agent prompt; too many low-value findings

Trust signals
  • · Read-only, no modifications
  • · Can run custom agent prompts for project-specific rules
  • · JSON output suitable for parallel aggregation