Audit repositories across multiple dimensions
audit_repoworkflowsetup L3★11
xopcai/xopc ↗What it does
Fan-out multi-dimension code audit and synthesize findings
Best for
When you need a thorough multi-dimension code review of a whole repo or major subsystem in one pass.
Inputs
- · scope: subdirectory
- · dimensions: ['bugs','perf','security','tests','style']
Outputs
- · structured audit report with findings by dimension
Requires
- · read_file
- · grep
- · find
Preconditions
Repository is readable; scope exists
Failure modes
- · Individual dimension reviewers fail to return
- · High-severity findings missed
- · False positives in style checks
Trust signals
- · Five independent dimension reviewers
- · Severity ranking (low/med/high)
- · Priority actions ranked by impact