Make Test — Run Test Suite
skill · v1.0.0
Discover and run the project's test suite. Report failures with file:line citations. Supports Go (go test), Node (jest/vitest/mocha), Python (pytest), and Astro (astro check). Quarantine flaky tests identified on repeated runs.
Tags: testtddgojestpytestci
Invocation contract
Inputs
path_filter(string) — Optional path or package pattern to restrict which tests run.repeat(integer) — Run count for flaky test detection. Defaults to 1.
Outputs
test_output(string) — Full test runner output including pass/fail counts.failures(array) — List of failing tests with file:line, assertion, and actual vs expected.flaky(array) — Tests that passed on retry — candidates for quarantine.