test

Execute VibeFrame package tests and summarize failures.

164|31|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/vericontext/vibeframe --skill test-vericontext
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/vericontext/vibeframe/tree/main/.agents/skills/test
Command: npx skills add https://github.com/vericontext/vibeframe --skill test-vericontext

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vitest, and includes scripts (resource) components.

What problem does it solve?

This Skill helps streamline the testing process for VibeFrame, allowing users to efficiently run tests and quickly identify and summarize any failures.

Core Features & Use Cases

  • Test Execution: Run tests for individual packages or the entire monorepo.
  • Failure Summary: Report command run, pass/fail status, and failed test details.
  • Use Case: If you need to quickly diagnose issues in a VibeFrame package, use this Skill to execute tests and receive a summary of any failures.

Quick Start

Run the test skill to diagnose failures in the 'vibeframe-core' package.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run vitest tests for a specific package in a monorepo?

You can automate test execution across the entire monorepo. The test skill runs vitest test cases for all packages and provides a summary report detailing the overall pass or fail status and specific failure details.

What is the best way to summarize test failures in continuous integration?

You need Node.js and the vitest package installed in your environment. The test skill requires these dependencies to execute test automation and generate failure summaries for your packages.

Can I automate package testing for VibeFrame without manually checking each result?

Yes, package testing for VibeFrame can be fully automated. The test skill executes the test cases and automatically summarizes any failures, allowing you to quickly diagnose issues without manual checks.

Does the VibeFrame test summary include details on why a test failed?

Yes, the VibeFrame test summary includes specific failed test details. After executing test automation, it reports the command run, the pass or fail status, and the details needed to diagnose the failures.

Do I need Node.js to run vitest for VibeFrame package testing?

Yes, Node.js is required to run vitest for VibeFrame package testing. The test skill depends on Node.js and the vitest package to automate test execution and report failures.