Scan files for concerns with adversarial verification
review-filesworkflowsetup L3★0
scasella/claude-dynamic-workflows-codex ↗What it does
Scan files for concern, verify findings adversarially
Best for
Scanning a subset of files for a concrete concern (e.g., hardcoded secrets, missing validation).
Inputs
- · file paths (array)
- · focus area (string, e.g. "missing auth checks")
Outputs
- · confirmed findings (after refutation filter)
Requires
- · agent() w/schema
- · parallel()
- · file reads
Preconditions
Workflow runtime; list of files (can be partial codebase); focus is specific enough to scope review
Failure modes
- · Speculators invent findings without reading files
- · Skeptic under-refutes (misses real issue)
- · High false-positive rate on subjective style issues
Trust signals
- · Findings require file:line citations
- · Skeptic refutation gate (default-to-false if uncertain)
- · Findings list is small (≤4 high-confidence per file)