test

Execute project test suites across detected frameworks and report results.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill test-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/test
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill test-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of your project's test suite, providing clear pass/fail metrics and code coverage information.

Core Features & Use Cases

  • Automated Test Execution: Runs tests using the detected framework (Vitest, Jest, pnpm, Cargo, dotnet, pytest, Go).
  • Scoped Testing: Supports filtering tests by file, pattern, or monorepo package.
  • Pre-Test Checks: Ensures dependencies are installed and build steps are completed.
  • Use Case: After making code changes, invoke this skill to ensure all tests pass and to get a quick overview of code coverage.

Quick Start

Run the project's test suite and report the results.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run tests automatically across different frameworks like Vitest and Jest?

Automated test execution detects your project's framework, such as Vitest, Jest, Cargo, or pytest, and runs the suite automatically. It performs pre-test dependency checks and reports pass/fail counts with code coverage metrics.

Can I filter test execution by file pattern or monorepo package scope?

Yes, scoped testing supports filtering test execution by specific file paths, name patterns, or monorepo package scope. This allows you to target specific modules and report results without running the entire test suite.

Does the test runner perform dependency checks before executing the suite?

Yes, pre-test checks verify that dependencies are installed and build steps are completed before executing the test suite. This ensures tests run against the correct build artifacts and report accurate pass/fail metrics.

How do I get code coverage reports when running tests in a CI pipeline?

Running tests automatically collects and reports code coverage when available from the detected framework. It integrates into your CI pipeline to execute test suites and output pass/fail metrics alongside coverage data.

What's the best way to execute test suites for multiple languages in a monorepo?

Automated test execution detects multiple frameworks across your monorepo, including pnpm, Cargo, dotnet, pytest, and Go. It runs scoped tests per package and reports aggregated pass/fail counts and coverage.