testdino-runs
Installation
SKILL.md
TestDino Test Runs
Use TestDino tools when the user wants to inspect automated test results.
Preferred flow:
- Call
healthifprojectIdis not known. - Use
list_testrunsto find the relevant run. - Use
get_run_detailsfor one specific run. - Use
list_testcaseorget_testcase_detailsfor deeper failure analysis. - Use
debug_testcasewhen the user wants historical debugging context for a failing test.
Good requests for this skill:
- show failed runs on a branch
- inspect flaky tests
- summarize one test run
- debug a failing testcase with history