test

Run automated tests across Python, Node.js, Go, and Rust repositories and summarize pass/fail/skip counts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/This-HW/hantu_quant --skill test-this-hw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/This-HW/hantu_quant/tree/main/.claude/skills/test
Command: npx skills add https://github.com/This-HW/hantu_quant --skill test-this-hw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates running tests across a repository and analyzes results to highlight failures, skips, and potential coverage gaps, reducing manual test effort and speeding up feedback loops.

Core Features & Use Cases

  • Automated cross-language test execution for Python, Node.js, Go, and Rust projects.
  • Result aggregation with pass/fail/skip counts and optional coverage data.
  • Targeted testing via ARGUMENTS to run specific tests or the full suite, with concise summaries for quick decisions.

Quick Start

Run all tests for the current project.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run automated tests across multiple programming languages in one repository?

Automated tests can be run across Python, Node.js, Go, and Rust projects by selecting the proper test command for the detected framework and aggregating pass, fail, and skip counts.

Does automated test execution work with pytest, npm test, go test, and cargo test?

Yes, automated test execution recognizes standard frameworks like pytest, npm test, go test, and cargo test, automatically selecting the appropriate command to collect results and optional coverage data.

How do I scope automated test execution to specific directories or files?

You can scope automated test execution by providing an optional path argument, targeting specific tests instead of the full suite to get concise pass, fail, and skip summaries.

Can I collect test coverage data automatically when running unit tests?

Yes, automated test execution collects any available code coverage data alongside pass, fail, and skip counts, summarizing results for quick assessment and identifying potential coverage gaps.

What is needed to analyze test results and highlight failures in a CI pipeline?

To analyze test results in CI, a recognizable test framework like pytest or go test is required; the system then runs the tests and summarizes failures, skips, and coverage gaps for quick decisions.

Why does automated test execution require a recognizable test framework?

Automated test execution requires a recognizable framework like pytest or cargo test to select the proper test command and accurately collect the resulting pass, fail, and skip counts.