agent-improve
Review this conversation and generate a structured improvement report.
Commands built into the Metabase JAR for managing your instance, including database migrations, serialization, and administrative tasks.
$ npx -y skills add metabase/metabase --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/headerContext preview
What this command does when you run it.
Commands built into the Metabase JAR for managing your instance, including database migrations, serialization, and administrative tasks.
title: Metabase JAR commands description: Commands built into the Metabase JAR for managing your instance, including database migrations, serialization, and administrative tasks.
> Looking for the `mb` command-line client that drives a Metabase instance over its API, on its own or through an AI agent? Check out the [Metabase CLI](./metabase-cli.md).
Metabase ships with some handy commands for administration, maintenance, and automation tasks. These commands run on the server, built into the Metabase JAR, and let you manage your Metabase instance, migrate databases, handle serialization, and generate documentation.
To view a list of commands, run the Metabase jar followed by `help`.
java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar help
Metabase will print out the help text for available commands.
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.
Tear down and remove an autobot session (worktree, Docker containers, and tmux).
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.