← All skills

Test

Run repo tests via project.yaml's tooling.test_command and report failures with path:line citations.

Class skill ID skill/test Version 1.0.0 Lifecycle stable Author convergent-systems-key
/test
codetesting citdd
Inputs
NameTypeDescription
pattern optional string Optional test name pattern to filter.
Outputs
NameTypeDescription
result string Pass/fail summary with path:line citations for failures.
Side effects
System prompt fragment

Run the test suite using the command from project.yaml tooling.test_command, or infer it from the project's build system (go test, npm test, pytest, cargo test, etc.). Report every failure with file:line:column, the failing assertion, and the actual vs expected values. Do not suppress passing tests — show the full summary. If tests pass, confirm and give the count.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.