Polish local code changes — simplify, clean up, review, and audit before PR. Runs code-simplifier, cleanup-code, code-reviewer, and security-auditor in sequence. Use when user says "polish my changes", "prepare for PR", "clean up before merging", or "make this PR-ready".
Multi-round audit loop: /simplify → parallel finders (/code-review + optional /security-review + /review) → adversarial verify (3 lenses, default-refuted) → apply verified fixes → repeat until N rounds dry or MAXROUNDS. Use when the user wants a thorough quality + correctness pass on a branch/diff before pushing or…
Review local code changes with multi-agent PR review, code review, and simplification. Presents findings for user selection before fixing. Use when user says "review my changes", "check my code", "review before PR", or "code review my work".
Team-forming [--roles r1,r2,...] [--team-slug S] [--no-architect] [--no-review-plan] [--no-confirm-plan] [--no-explore] [--fable]. Compose and spawn an agent team for one task-group: an optional recon pass hands a distilled codebase map to a MAX-tier architect/planner that runs first to design the work and recommend…
Generate unit and integration tests for local git changes. Analyzes coverage gaps and anti-patterns, then generates idiomatic tests. Use when user says "write tests", "add test coverage", "what tests are missing", or "generate tests for my changes". Supports Rust, TypeScript, Python with framework-specific standards…