aissue
Pick up an open issue from the amux issue tracker, mark it doing, work it, and mark it done.
Use when the user asks what a session did, wants to review session history, or needs to find errors in a session log
How it fires
How this command gets triggered: by you, by Claude, or both.
/review-session-logContext preview
What this command does when you run it.
Use when the user asks what a session did, wants to review session history, or needs to find errors in a session log
description: Use when the user asks what a session did, wants to review session history, or needs to find errors in a session log allowed-tools: Bash, Read, Grep argument-hint: <session-name> context: fork
You are reviewing the full terminal output log of an amux session.
Session logs are stored at `~/.amux/logs/<session-name>.log` (up to 10 MB each, oldest output trimmed).
1. Determine the session name from `$ARGUMENTS`. If empty, ask the user. 2. Read the log file directly: `~/.amux/logs/<session-name>.log` 3. If the file is large (>2000 lines), read it in chunks — start from the end (most recent) and work backwards as needed.
Analyze the log and produce a structured review covering:
The user wants to review: **$ARGUMENTS**
Open-source control plane for AI coding agents. Run an AI engineering team: parallel Claude Code, Codex, and Gemini workers with a shared board, atomic tasks, schedules, loops, origin-stamped messaging, model switching, and self-healing recovery. One dashboard, or your phone. MIT, single Rust binary.
Pick up an open issue from the amux issue tracker, mark it doing, work it, and mark it done.
Use when the user says "add to board", "create a task", or wants to track a todo on the amux kanban board
Use when you need to interact with the amux system — manage board tasks, check sessions/workers, send emails, message via Telegram, automate browsers, work…
Use when the user asks to interact with a web page, take a screenshot of a site, click or type in Chrome, scrape content, or debug a web UI. Connects to real…
Repo/branch/file hygiene sweep — stray artifacts, doc drift, stale branches, worktrees, upstream sync, backup sprawl, duplicate build caches. Verifies before…
Scaffold a closed orchestrator loop — creates the mission note, state/constraints notes, and a scheduler entry from the v2 template.