Audit codebase with verified findings
codebase-auditworkflowsetup L3★76
justinwojo/swift-dotnet-bindings ↗What it does
Audit codebase structure, dependencies, and quality gates
Best for
Comprehensive codebase health check covering structure, dependencies, and quality before release.
Inputs
- · config file with audit targets
- · target names (optional override)
Outputs
- · structure audit report
- · dependency graph analysis
- · quality gate verdicts
- · failing checks list
Requires
- · static analysis tools
- · dependency scanners
- · quality gate runners
Preconditions
- · Codebase accessible
- · Analysis tools installed
- · Config defines audit scope
Failure modes
- · Tool timeout on large repo → report partial results
- · Missing config → audit skipped for that target
- · Dependency resolution fails → marked as unresolved
Trust signals
- · Multi-dimensional audit (structure, deps, quality)
- · Explicit failing checks listed (never hidden)
- · Read-only analysis (no mutations)