mcpbeat

Testdino Manual Runs

anthropics/testdino-manual-runs

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.

424 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
336
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/claude-plugins-community --skill testdino-manual-runs

The instruction itself

1 sections, as written by the author

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 health if projectId is not known.
  • Use list_manual_runs to discover runs by name, state, release, environment, or tags.
  • Use get_manual_run to inspect one run's metadata and rollup stats.
  • Use create_manual_run or update_manual_run for run-level metadata changes.
  • Use list_run_test_cases before changing any individual case in a run.
  • Use update_run_test_case to assign a case, change its result, or update elapsed time.

Important details:

  • runId accepts an internal ID or a counter-style ID like RUN-12.
  • rtcRef can be the run test case row ID, case key like TC-156, or the underlying test case ID.
  • updates.assigneeUserId can be a user ID or email address.
  • updates.result accepts display form or canonical form, but canonical values like passed, failed, blocked, skipped, retest, and untested are safest.
  • For create and update payloads, tags and linkedIssues must 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 [email protected]
  • mark TC-156 as passed in RUN-12

How to use it

Copy the folder

Take anthropics/testdino-manual-runs from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.