Skip to content
Video & Audio
Skill

/test

Run VibeFrame tests for one package or the whole monorepo and summarize failures.

From plugin
vibeframe
1645 skills7 agents
Install
$ npx -y skills add vericontext/vibeframe --skill test --agent claude-code

How 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.md
name: 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.

Ships withvibeframe

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.

Get the whole plugin