iterate:keep

The user wants to keep one iteration and merge it into the base branch. They said:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "iterate:keep" with this command: npx skills add connorwhite-online/iterate/connorwhite-online-iterate-iterate-keep

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:4000 :

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_iterations to see all active iterations with their names, branches, and any command prompts.

Match the iteration. Determine which iteration the user wants to keep:

  • If $ARGUMENTS exactly matches an iteration name, use that

  • If it partially matches (e.g. "v2" matches "v2-blue-buttons"), use the closest match

  • If it describes what the iteration looks like rather than its name (e.g. "the one with the gradient"), read the source files or command prompts for each iteration to determine which one best matches the description

  • If ambiguous, ask the user to clarify which iteration they mean

Confirm and pick. Once you've identified the iteration:

  • Tell the user which iteration you're going to keep and that all others will be removed

  • Call iterate_pick_iteration with the iteration name and strategy: "merge"

Report the result. Let the user know the merge completed and they're back on the base branch with the winning iteration's changes applied.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

iterate

No summary provided by upstream source.

Repository SourceNeeds Review
General

iterate:go

No summary provided by upstream source.

Repository SourceNeeds Review
General

iterate:prompt

No summary provided by upstream source.

Repository SourceNeeds Review