test

Automate test execution and generation across detected frameworks.

16|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Kibertum/tausik-core --skill test-kibertum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/Kibertum/tausik-core/tree/main/agents/skills/test
Command: npx skills add https://github.com/Kibertum/tausik-core --skill test-kibertum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running and writing tests is essential to ensure code quality across projects and prevent regressions.

Core Features & Use Cases

  • Auto-detects test framework and determines how to run tests
  • Run tests for a given scope (file, directory, function) or generate tests for changed files
  • Reports results, integrates with task workflows, and supports E2E testing flows
  • Enforces fake-test detection and ensures tests are meaningful

Quick Start

Ask me to run tests for a specific file or directory.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run tests for a specific file or directory automatically?

To run tests automatically, the tool detects the appropriate test framework from your project signals and executes tests for the specified scope, such as a file, directory, or function, then provides integrated reporting of the results.

Can I generate tests for changed files automatically?

Yes, you can generate tests for changed files automatically. The tool writes meaningful tests while enforcing fake-test detection to ensure the generated tests are valid and contribute to actual code quality.

Does this tool work with pytest and Playwright?

Yes, the tool works across various test frameworks including pytest and Playwright. It auto-detects the configured tooling from your project conventions to run or generate tests without manual setup.

What is fake-test detection in automated test generation?

Fake-test detection is a mechanism that evaluates generated tests to ensure they are meaningful and actually validate code behavior. It prevents empty or assertion-free tests from passing as false quality indicators.

How do I evaluate test coverage for a specific function?

You can evaluate test coverage by specifying the function as your target scope. The tool runs the deterministic test execution for that function and reports the coverage results based on the executed tests.