/mini:done
Slash command that verifies and closes the phase from inside Claude Code.
Usage
/mini:done [--bump <level>] [--push]
--bump <level> Version bump on close: patch | minor | major (default: no bump)
--push Push the commit and tag to the remote (requires --bump)
Description
The native slash command, run inside your Claude Code session. It prints the verification prompt (via `mini context done`), summarizes what the phase delivered for you to confirm, records the changes to the CHANGELOG, and then moves the state with `mini done --apply`. Pass --bump patch|minor|major to bump the version on close and --push (which requires an explicit bump) to push the commit and tag to the remote as a release. This is the in-session counterpart of the `mini done` terminal command.
Examples
# Verify and close the phase
/mini:done
# Close, bump the patch version and push the release
/mini:done --bump patch --push