agent-improve
Review this conversation and generate a structured improvement report.
Tear down and remove an autobot session (worktree, Docker containers, and tmux).
$ npx -y skills add metabase/metabase --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/autobot-killContext preview
What this command does when you run it.
Tear down and remove an autobot session (worktree, Docker containers, and tmux).
Tear down and remove an autobot session (worktree, Docker containers, and tmux).
The user provided: `$ARGUMENTS`
Run this from the **current working directory** (don't `cd` anywhere) — `./bin/mage` works from any worktree, and the no-argument case relies on being inside the worktree you want to remove:
./bin/mage -autobot-kill $ARGUMENTS
The mage command handles both cases:
Do NOT preemptively run `-autobot-list` and ask the user to pick. Just run `-autobot-kill` with whatever the user gave you (or nothing) and show the output.
Show the user the full stdout+stderr of the command.
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.
Repo: metabase/metabase
Review this conversation and generate a structured improvement report.
List all autobot sessions with status information.
Print the most recent `result.md` for an autobot session, so the user can see how a bot is doing without attaching to its tmux session.
Stop an autobot session (kill tmux and dev environment, but keep the worktree).
Launch a bot command in an isolated autobot session with its own worktree, backend, and frontend.
Generate a CI failure report for PR $PR_NUM_OR_URL (or current branch if no argument given).