Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计未展示

iterate%3ago迭代%3 前

Agent Skill

iterate%3ago 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

648

周安装

27

GitHub Stars

4

下载量

216
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:iterate%3ago(迭代%3 前)
来源仓库:https://github.com/connorwhite-online/iterate
仓库路径:skills/iterate%3Ago
安装命令:
npx skills add https://github.com/connorwhite-online/iterate --skill iterate:go
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/connorwhite-online/iterate --skill iterate:go

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态,以及是否会触发联网或文件读写。
  • 注意检查是否会触发命令执行或高风险操作。iterate%3ago 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

The user has submitted UI feedback changes via the iterate overlay. Your job is to fetch, understand, and implement every pending change.

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 toolREST equivalent
iterate_get_pending_batchGET /api/changes/pending
iterate_start_changePATCH /api/changes/{id}/start
iterate_implement_changePATCH /api/changes/{id}/implement
iterate_implement_dom_changeDELETE /api/dom-changes/{id}
iterate_list_iterationsGET /api/iterations
  • Start: PATCH /api/changes/{id}/start — no body needed
  • Implement change: PATCH /api/changes/{id}/implement — body: {"summary": "what you changed"}
  • Implement DOM change: DELETE /api/dom-changes/{id} — no body needed

Steps

  1. Fetch the pending batch. Call iterate_get_pending_batch to retrieve all pending changes and DOM changes. If there are no pending items, tell the user there's nothing to implement and stop.
  2. Start each change. For every change, call iterate_start_change with its ID so the overlay UI reflects that you've started working on it.
  3. Plan your changes. Group changes by source file. Each change includes:

- sourceLocation — the file and line number (e.g. src/components/Hero.tsx:42) - componentName — the React component name - comment — what the user wants changed - elements — selected DOM elements with selectors, styles, and layout info - textSelection — highlighted text if applicable - DOM changes — any elements the user dragged to new positions

  1. Read source files. For each unique sourceLocation, read the file to understand the current code before making changes.
  2. Implement the changes. Work through each change:

- Make changes in the correct iteration worktree — the change's iteration field tells you which worktree the change belongs to - IMPORTANT: Worktrees are full repository checkouts. The worktree path points to the repo root, NOT the app subdirectory. If the app lives at examples/next-app/ in the repo, you must edit files at {worktreePath}/examples/next-app/src/..., not {worktreePath}/src/.... Always use the sourceLocation path relative to the worktree root. - DOM changes describe structural layout changes the user made by dragging elements. Each DOM change has a type field: - reorder — the user reordered an element within the same parent container (e.g. a flex/grid layout). The before.siblingIndex and after.siblingIndex tell you the element's position among its siblings before and after. Implement this by reordering the JSX children in the source code. - reorder with targetParentSelector — cross-parent move. The element was dragged from one container (parentSelector) to another (targetParentSelector). Move the JSX element from the source parent to the destination parent at after.siblingIndex. - move — the user repositioned an element visually. The before.rect and after.rect give bounding box coordinates. Translate the delta into CSS/layout changes (margin, position, transform, etc.). - DOM changes include componentName and sourceLocation to help locate the source code, plus selector and parentSelector to identify the elements.

  1. Resolve each change. After implementing a change, you must mark it as resolved so it's removed from the pending queue. Do not skip this step — unresolved changes will remain in the overlay as pending. Resolve each change immediately after implementing it, not in a batch at the end.

- Regular changes: Call iterate_implement_change with annotationId (the change's id) and reply (a brief summary shown in the overlay UI). - DOM changes: Call iterate_implement_dom_change with id (the DOM change's id) and optionally reply. DOM changes have their own IDs shown in the pending batch output — they are resolved separately from regular changes.

  1. Summarize. After resolving all changes, give the user a brief summary of what you changed. The dev server will hot-reload automatically so they can see the results immediately in the browser.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.13%
按下载量换算80

Claude

31.59%
按下载量换算68

Cursor

18.51%
按下载量换算40

Gemini CLI

10.05%
按下载量换算22

安全审计

暂无安全审计结果可展示。

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills