testdino-runs
작성자: anthropic
사용자가 자동화된 테스트 실행을 검사하고, 실패하거나 불안정한 테스트를 나열하고, 기록 컨텍스트로 실패한 테스트 케이스를 디버깅하거나, branch별로 실행을 필터링하려는 경우에 사용합니다.
npx skills add https://github.com/anthropics/claude-plugins-community --skill testdino-runsTestDino 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
Common filters from the docs:
- branch
- time interval
- author
- commit
- environment
- status
- browser
- error category
- tags
Use list_testruns first when the user does not already know the exact run ID or counter.
Use debug_testcase when the user wants root-cause analysis and recommendations across historical runs, not just a single-run snapshot.
Use health at the start of a session when the project is still ambiguous.