/test
Run VibeFrame tests for one package or the whole monorepo and summarize failures.
$ npx -y skills add vericontext/vibeframe --skill test --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/test
Context preview
The summary Claude sees to decide when to auto-load this skill.
Run VibeFrame tests for one package or the whole monorepo and summarize failures.
SKILL.md
test.SKILL.mdname: test description: Run VibeFrame tests for one package or the whole monorepo and summarize failures. argument-hint: "[package-name]" disable-model-invocation: true
<!-- GENERATED by `pnpm agent-sync` from .agents/skills/test/SKILL.md — DO NOT EDIT. -->
Test
Use this skill when the user asks Codex to run or diagnose VibeFrame tests.
Commands
- CLI package:
pnpm -F @vibeframe/cli exec vitest run
- Core package:
pnpm -F @vibeframe/core test
- All packages:
pnpm test
Reporting
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.
Let your coding agent generate real video, on your own provider keys, under a spend ceiling it cannot cross. VibeFrame is a CLI and MCP server for Claude Code, Codex, Cursor, or any bash-capable agent.
Repo: vericontext/vibeframe
Other skills on vibeframe.
- /release
Bump VibeFrame versions, regenerate release artifacts, run verification, and prepare a version commit.
Open skill - /sync-check
Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs.
Open skill - /vibe-pipeline
Author and run VibeFrame YAML pipelines with vibe run, checkpoints, and budget controls.
Open skill - /vibe-scene
Author, repair, render, and inspect VibeFrame scene projects built from STORYBOARD.md and DESIGN.md.
Open skill
