codebase-audit
raiderrobert/flow
Use when reviewing a codebase's structural organization, not a PR or branch. Triggers on: codebase audit, structural review, architecture audit, code organization review, audit this codebase, how is this repo organized, code health check, audit the code. Produces a findings report against a standard checklist plus project-specific conventions.
parallel-ticket-pipeline
raiderrobert/flow
Use when working on multiple tickets simultaneously, dispatching parallel subagents across worktrees, or needing a CI-fix loop to get branches green. Covers worktree setup, parallel planning, implementation, PRs, tests, and CI monitoring.
review-and-fix
raiderrobert/flow
Use when the user wants to review existing work on a branch, find issues, and dispatch parallel fixes that get cherry-picked back. Triggers include: review and fix, review and fix this branch, find and fix issues, dispatch fixes, parallel fix, review then fix, fix all issues, code review with fixes.
iterative-review-fix
raiderrobert/flow
Use when code needs repeated review-fix cycles until clean. Dispatches a reviewer agent, then a fixer agent, commits, and repeats until findings converge to zero or a cap is reached. Triggers on: iterate until clean, review fix loop, converge, repeated review, keep fixing until done, iterative review.
Use for ALL Rust questions including errors, design, patterns, and coding. Triggers on: Rust, cargo, rustc, Cargo.toml, compiler errors (E0382, E0597, E0277, E0308, E0499, E0502, E0506, E0507), ownership, borrowing, lifetimes, traits, generics, async/await, tokio, concurrency, Result, Option, Error, thiserror, anyhow, Box, Rc, Arc, RefCell, performance, profiling, clippy, code review, anti-pattern, idiomatic Rust, code style, best practice