test

Detect the test framework, run the test suite, and analyze failures and coverage.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/LeviLeckenby/agentic-ways-of-working --skill test-levileckenby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/LeviLeckenby/agentic-ways-of-working/tree/main/.claude/skills/test
Command: npx skills add https://github.com/LeviLeckenby/agentic-ways-of-working --skill test-levileckenby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run the project's test suite, analyze results, identify failures, and optionally write new tests to improve coverage.

Core Features & Use Cases

  • Test framework detection: automatically identifies the project's test framework (pytest, vitest, jest, etc.) and chooses an appropriate runner.
  • Comprehensive results analysis: reports total tests, failures, skips, and provides failure diagnostics to guide fixes.
  • Test augmentation: optionally generates new tests or test templates to improve coverage when requested.

Quick Start

Run the test workflow by specifying a target path or by choosing write/cover to generate new tests.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run tests across multiple environments and diagnose failures?

Run the project test suite across supported environments to automatically identify the test framework, execute tests, and provide failure diagnostics to guide fixes. It surfaces failures, flaky tests, and coverage gaps for QA and developers.

How do I detect which test framework my project is using?

Test framework detection automatically identifies your project's test framework, such as pytest, vitest, or jest, and chooses an appropriate runner to execute the suite. This detection happens during the initial test discovery phase.

Can I generate new tests to improve code coverage?

You can generate new tests to improve coverage by choosing the write or cover workflow option. This test augmentation feature optionally generates new test templates to fill coverage gaps identified during the results analysis.

What does test results analysis include when running a test suite?

Test results analysis includes reporting total tests, failures, and skips, while providing detailed failure diagnostics to guide fixes. It surfaces flaky tests and coverage gaps to help QA and developers validate project tests end-to-end.

How do I get started with automating my project's test suite execution?

Start automating test execution by specifying a target path or by choosing the write or cover option to generate new tests. The workflow handles test discovery, execution, reporting, and optional test generation automatically.

What's the best way to identify flaky tests in my test suite?

Identify flaky tests by running the project's test suite across supported environments and analyzing the results. The comprehensive analysis surfaces flaky tests alongside failures and coverage gaps to improve overall test reliability.