iterate:keep
Installation
SKILL.md
The user wants to keep one iteration and merge it into the base branch. They said:
$ARGUMENTS
Tools
Use the MCP tools below. If MCP tools are not available (e.g. the server isn't connected), fall back to the daemon's REST API at http://localhost:<port>, where <port> is read from .iterate/daemon.lock in the repo root (JSON with a port field):
| MCP tool | REST equivalent |
|---|---|
iterate_list_iterations |
GET /api/iterations |
iterate_pick_iteration |
POST /api/iterations/pick — body: { "name": "...", "strategy": "merge" } |
Steps
- List iterations. Call
iterate_list_iterationsto see all active iterations with their names, branches, and any command prompts.