Pre-release verification and security sweep
dashclaw-preship-sweepworkflowsetup L3★273
ucsandman/DashClaw ↗What it does
Audit codebase across structured dimensions
Best for
Running go/no-go pre-deployment checks in parallel with cost-optimized model routing (cheap + expensive gates).
Inputs
- · workflow args object
- · changed file scope (optional)
- · batch base path and count
- · acceptance criteria, diff scope, URLs
Outputs
- · go/no-go verdict object
- · findings array with severity/mechanism
- · candidate implementations or solutions
Requires
- · Claude agent API
- · parallel execution harness
- · Workflow phase management
- · agent role/specialist dispatch
- · JSON schema validation
- · Claude multi-model dispatch
- · git read-only commands
Preconditions
DashClaw project pinned subagents available; git diff scope
Failure modes
- · agent returns malformed/invalid schema
- · one agent in parallel batch times out or errors
- · args parsing fails or missing required fields
- · input file not found or unreadable
- · agent role/specialist unavailable
Trust signals
- · stored in repo: ucsandman/DashClaw
- · strict JSON schema validation
- · state machine safeguards documented