testdino-manual-runs
작성자: anthropic
사용자가 수동 실행 실행을 관리하거나 실행 내에서 케이스 수준 결과를 업데이트하려 할 때 사용합니다 — 실행 나열, 릴리스에 대한 실행 생성, 검사 등.
npx skills add https://github.com/anthropics/claude-plugins-community --skill testdino-manual-runsTestDino Manual Runs
Use TestDino manual-run tools when the user wants to manage a manual execution run or update case-level results inside a run.
Preferred flow:
- Call
healthifprojectIdis not known. - Use
list_manual_runsto discover runs by name, state, release, environment, or tags. - Use
get_manual_runto inspect one run's metadata and rollup stats. - Use
create_manual_runorupdate_manual_runfor run-level metadata changes. - Use
list_run_test_casesbefore changing any individual case in a run. - Use
update_run_test_caseto assign a case, change its result, or update elapsed time.
Important details:
runIdaccepts an internal ID or a counter-style ID likeRUN-12.rtcRefcan be the run test case row ID, case key likeTC-156, or the underlying test case ID.updates.assigneeUserIdcan be a user ID or email address.updates.resultaccepts display form or canonical form, but canonical values likepassed,failed,blocked,skipped,retest, anduntestedare safest.- For create and update payloads,
tagsandlinkedIssuesmust be JSON arrays.
Good requests for this skill:
- list manual runs for a release
- create a manual run for sprint MS-12
- show all test cases in run RUN-12
- assign TC-156 in RUN-12 to alice@example.com
- mark TC-156 as passed in RUN-12