用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vellum-ai/vellum-assistant --skill e2e命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when the user wants to build, scaffold, ship, or edit a Vellum plugin that bundles multiple surfaces (hooks, tools, skills, and more) into one installable package.
Perform a one-time migration from memory v1, to memory v2, which was introduced in 0.8.0.
Migrate from ChatGPT, Claude, OpenClaw, Hermes, Manus, and other AI assistants into Vellum by inspecting their data exports, conversation archives, files, prompts, custom instructions, memory, saved memories, tools, GPTs, workflows, integrations, and relationships, then mapping as much as safely possible into Vellum primitives. Handles single-source and multi-source migrations with a unified, deduplicated inventory.
基于 SOC 职业分类
正在显示 SKILL.md
| name | e2e |
| description | Run end-to-end tests via the CI workflow. |
Run end-to-end tests via the CI workflow.
The user may pass $ARGUMENTS to filter to a specific test case by name (e.g., hello-world, phone-setup). If not provided, infer options from context (see below).
Experimental tests: Always include --experimental by default. The user can pass --no-experimental to exclude them.
Branch detection: Check what branch you're on via git branch --show-current. If you're on a branch other than main, automatically pass -b <branch-name> so the CI run tests against that branch. The user can override with -b <other-branch> explicitly.
Test case filter: Determine which test case to target:
phone-setup), use that as the filter.playwright/cases/phone-setup.md), automatically target that test case.Additional flags from $ARGUMENTS:
--xcode uses the agent-xcode (AXUIElement) runner-d or --detach triggers the run and exits without polling--no-experimental overrides the default and excludes experimental testscd playwright && bun run scripts/agent-ci.ts <options>
Map the resolved options:
-t <case-name>--experimental-b <branch-name>--xcode-dExamples:
/e2e (on main, no context) → bun run scripts/agent-ci.ts --experimental/e2e (on branch feat/phone, after editing phone-setup.md) → bun run scripts/agent-ci.ts --experimental -b feat/phone -t phone-setup/e2e hello-world (on main) → bun run scripts/agent-ci.ts --experimental -t hello-world/e2e --detach (on branch fix/bug) → bun run scripts/agent-ci.ts --experimental -b fix/bug -d/e2e --no-experimental → bun run scripts/agent-ci.tsBefore running, briefly state the resolved options (branch, test case, experimental) so the user can see what was inferred.
Once the command finishes (or is dispatched in detach mode), summarize: