Skip to main content
Your coding agent already knows the feature you just shipped. Plug miniTest in and it writes the tests too. There are two ways in, and they can do the same things. Pick whichever fits your setup, or use both.
The CLI ships with a bundled agent skill. Once installed, your editor’s agent uses the same minitest commands you’d use in a shell, with the same understanding of story shape, criteria rules, and dependencies.
1

Install the CLI

2

Authenticate

Opens a browser, pairs the CLI with your workspace, and stores a token locally. One time per machine.
3

Ask your agent

Navigate to your app’s codebase and prompt:

Beyond authoring

The CLI is also the right surface for scripts, local dev, and uploading manual builds:
All commands accept --json for scripting. Target an app with --app <id-or-name> or export MINITEST_APP_ID=... once per shell.For every command and flag, see CLI commands.Open source at github.com/minitap-ai/minitest-cli.