<< All versions
Skill v1.0.0
Trusted Publisher100/100anthropics/claude-plugins-community/testdino-manual-runs
──Details
PublishedJuly 2, 2026 at 12:11 AM
Content Hashsha256:5789110f10834a8f...
Git SHA
──Files
Files (1 file, 1.7 KB)
SKILL.md1.7 KBactive
SKILL.md · 35 lines · 1.7 KB
version: "1.0.0" name: testdino-manual-runs description: 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 run, assigning cases, or marking case results (passed/failed/blocked/skipped/retest/untested). Accepts counter-style IDs like RUN-12 and TC-156.
TestDino 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