Test
Run repo tests via project.yaml's tooling.test_command and report failures with path:line citations.
id skill/testv1.0.0by convergent-systems-keyinvoke /test
codetestingcitdd
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| in | patternoptional | string | Optional test name pattern to filter. |
| out | result | string | Pass/fail summary with path:line citations for failures. |
- runs test subprocess
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.
Author convergent-systems-key. Catalog data license CC-BY-4.0.