acegalaxy-co/ace_commons-ccswitch-cli
Agent Claude Code
Review code changes (staged diff, branch range, or specific files) for correctness, security, style consistency, and rule compliance. Use before large commits or before deploying to prod. Returns issue list + severity.
acegalaxy-co/ace_commons-ccswitch-cli
Agent Claude Code
Delegate hard reasoning tasks (tricky bugs, algorithmic design, deep security review, complex refactor with subtle invariants) to Codex CLI (OpenAI o-series). Two modes — review (read-only analysis) or edit (modifies files inside isolated worktree, no auto-commit).
acegalaxy-co/ace_commons-ccswitch-cli
Agent Claude Code
Delegate cheap bulk coding tasks (refactor, boilerplate, batch edits across many files) to Aider + DeepSeek inside an isolated worktree. Use when task is mechanical and large-scale, or when offloading from Opus to save tokens. Returns worktree path + diff summary; never auto-commits.
acegalaxy-co/ace_commons-ccswitch-cli
Agent Claude Code
Delegate large-context READ-ONLY tasks (cross-file audit, repo summarization, "find all places that X", architecture review) to Gemini CLI. Leverages Gemini's large context window and free tier. Not for coding — use delegate-codex or delegate-sonnet for edit/refactor work.
acegalaxy-co/ace_commons-ccswitch-cli
Agent Claude Code
Delegate hard L/XL reasoning + execution tasks (tricky implementation, algorithmic design, complex refactor with subtle invariants, security-sensitive edits) to an in-harness Sonnet subagent. Opus (orchestrator) gives a self-contained spec; Sonnet implements + writes tests + verifies in-scope, then returns a diff…
acegalaxy-co/ace_commons-ccswitch-cli
Agent Claude Code
Deep scan for secrets/PII/internal patterns in a staged diff or commit range. Use to audit before pushing to a remote, after a merge, or when suspecting a leak. Returns a table of findings + remediation steps.