一键导入
test
Run VibeFrame tests for one package or the whole monorepo and summarize failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run VibeFrame tests for one package or the whole monorepo and summarize failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions in HyperFrames HTML. Use when asked to build any HTML-based video content, add captions or subtitles synced to audio, generate text-to-speech narration, create audio-reactive animation (beat sync, glow, pulse driven by music), add animated text highlighting (marker sweeps, hand-drawn circles, burst lines, scribble, sketchout), or add transitions between scenes (crossfades, wipes, reveals, shader transitions). Covers composition authoring, timing, media, and the full video production workflow. For CLI commands (init, lint, preview, render, transcribe, tts) see the hyperframes-cli skill.
Author, repair, render, and inspect VibeFrame scene projects built from STORYBOARD.md and DESIGN.md.
Author, repair, render, and inspect VibeFrame scene projects built from STORYBOARD.md and DESIGN.md.
Bump VibeFrame versions, regenerate release artifacts, run verification, and prepare a version commit.
Bump VibeFrame versions, regenerate release artifacts, run verification, and prepare a version commit.
Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs.
| name | test |
| description | Run VibeFrame tests for one package or the whole monorepo and summarize failures. |
| argument-hint | [package-name] |
| disable-model-invocation | true |
Use this skill when the user asks Codex to run or diagnose VibeFrame tests.
CLI package:
pnpm -F @vibeframe/cli exec vitest run
Core package:
pnpm -F @vibeframe/core test
All packages:
pnpm test
Report the command run, pass/fail status, failed test file names, and the smallest useful diagnosis.
| Metric | Value |
|---|---|
| Test files | X passed, Y failed |
| Tests | X passed, Y skipped |
| Duration | Xs |
If any tests fail, read both the failing test and the source file it covers before proposing a fix.