testdino-manual-runs
by anthropic
Use when the user wants to manage a manual execution run or update case-level results inside a run — listing runs, creating runs for a release, inspecting a…
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