Use when finishing a feature branch and wanting a final-state cleanup pass. Audits changed comments, structures, and defensive fallbacks with parallel subagents, fixes every validated finding caused or exposed by the change, and leaves unrelated baseline debt untouched.
Use when the user asks for a combined code-review and cleanup final pass before integration, including per-commit review-and-cleanup. Runs both passes to convergence without expanding beyond issues caused or exposed by the original change.
Capture intentional changes made directly to chezmoi targets back into the dotfiles source — modifier templates and directly managed files alike. Use when application-managed or manually edited dotfiles should be synchronized into the dotfiles repository for review without applying changes to the live home directory.
Use when a Pull Request is ready for final pre-squash verification, description and title synchronization, squash-message drafting, and an optional user-authorized squash merge.
Use when reading Claude Code .jsonl session transcripts — covers locating files, filtering rewinds and compactions, focused skimming, and subagent transcripts.
Use when reading Codex .jsonl session transcripts — covers locating files (incl. by UUID or project), filtering rewinds and compactions, focused skimming, and subagent transcripts.
Use when an agent needs to call the `claude` CLI from another runtime, delegate work to Claude Code non-interactively, resume a Claude session, capture Claude output, or coordinate cross-runtime agent handoffs.
Use when an agent needs to call the `codex` CLI from another runtime, delegate work to Codex non-interactively, resume a Codex CLI session, capture Codex output, or coordinate cross-runtime agent handoffs.