tkm:run-tests

Execute tests across JavaScript, Python, Go, Rust, and Flutter with coverage analysis.

Updated May 13, 2026
One-click install
npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-run-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tkm:run-tests
Source: https://github.com/khapn-2933/agentic-coding-hands-on/tree/main/.claude/skills/run-tests
Command: npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-run-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jest, vitest, mocha, pytest, go test, cargo test, flutter test, istanbul, c8/nyc, pytest-cov, go cover, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill simplifies running tests in various environments and with diverse frameworks, making quality assurance more efficient.

Core Features & Use Cases

  • Automated Test Execution: Run unit, integration, e2e, and UI tests seamlessly.
  • Test Coverage Analysis: Assess the quality and completeness of your test suite.
  • Build Verification: Ensure your build processes are robust and free of issues.
  • Use Case: Before deploying a new feature, run tkm:run-tests to guarantee that all tests pass and no regressions are introduced.

Quick Start

Use the tkm:run-tests skill to execute tests for the current branch and generate a coverage report.

Frequently Asked Questions about tkm:run-tests

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

FAQPage Schema
How do I run automated tests across multiple programming languages like Python, Go, and Rust?

Automated test execution across Python, Go, and Rust is handled by triggering the respective pytest, go test, and cargo test frameworks. This skill seamlessly runs unit, integration, e2e, and UI tests while generating coverage analysis and build verification reports.

What is the best way to analyze test coverage for JavaScript and Flutter projects?

Test coverage analysis for JavaScript and Flutter projects is generated using istanbul, c8/nyc, and flutter test. This skill automates the execution and assessment of your test suite's quality and completeness to ensure robust software quality assurance.

Does this test automation tool support Mocha and Vitest for build verification?

Mocha and Vitest are fully supported for build verification alongside Jest. This skill executes your JavaScript test suites to ensure build processes are robust, free of issues, and validate that new features introduce no regressions.

Can I use this skill for visual regression checks and UI test execution?

Visual regression checks and UI test execution are supported natively within the test automation workflow. By running your specified tests, this skill validates UI integrity and ensures overall software quality before deploying new features or fixes.

What dependencies do I need to execute Python and Go tests with coverage analysis?

To execute Python and Go tests with coverage analysis, pytest, pytest-cov, go test, and go cover are required dependencies. This skill leverages these tools to run tests and generate comprehensive coverage reports for your current branch.