mcpbeat

Testdino Manual Tests

anthropics/testdino-manual-tests

Use when the user wants to create, update, or browse manual QA test cases and suites in TestDino — not execution runs. Covers list_manual_test_suites, list_manual_test_cases, get_manual_test_case, create_manual_test_case, update_manual_test_case, create_manual_test_suite.

387 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-tests

The instruction itself

1 sections, as written by the author

TestDino Manual Tests

Use TestDino manual-test tools when the user wants to create, update, or browse manual QA cases and suites.

Preferred flow:

  • Call health if projectId is not known.
  • Use list_manual_test_suites to find the destination suite when needed.
  • Use list_manual_test_cases or get_manual_test_case to inspect existing cases.
  • Use create_manual_test_case, update_manual_test_case, or create_manual_test_suite for edits.

Boundary:

  • This skill is for manual test cases and suites.
  • Manual execution runs are a separate workflow and should use the manual-run tools.

Good requests for this skill:

  • create a manual test case
  • update preconditions or steps
  • list manual cases in a suite
  • create a new manual test suite

Common filters from the docs:

  • search
  • suite
  • status
  • priority
  • severity
  • type
  • layer
  • behavior
  • automation status
  • tags
  • flaky flag

When creating a case:

  • confirm or resolve the target suite first
  • include steps, preconditions, and postconditions when the user provides them
  • preserve existing fields on updates by sending only the fields that should change
  • send structured arrays for fields like tags when the MCP payload requires arrays

How to use it

Copy the folder

Take anthropics/testdino-manual-tests 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.