← ClaudeAtlas

auditlisted

Run a deep Forgeflow audit across the codebase or a focused subsystem for security, systems, schema, and architectural debt.
BrandedTamarasu-glitch/ForgeFlow · ★ 1 · AI & Automation · score 72
Install: claude install-skill BrandedTamarasu-glitch/ForgeFlow
Use this skill when the user wants a deep audit rather than a PR-style review. Resolve helpers before running them: use `scripts/forgeflow` from the current checkout when present; otherwise use `${CODEX_HOME:-$HOME/.codex}/forgeflow/scripts/forgeflow`. If neither exists, report that the Codex Forgeflow runtime needs repair instead of claiming the workflow is unsupported. Before other work, run: ```bash "$FORGEFLOW_HELPER_DIR/ensure-forgeflow-state.sh" ``` Workflow: 1. Determine audit scope from the user request. 2. Gather focused context and representative files for that scope. 3. Spawn `smith_auditor` and `warden_auditor` in parallel. 4. Synthesize with `arbiter_reviewer`. 5. Optionally persist the results into `.forgeflow/<project-name>/` memory files. Output should include: - Critical - High - Medium - Low - Highlights