testdino-manual-tests
작성자: anthropic
사용자가 TestDino에서 수동 QA 테스트 케이스와 스위트를 생성, 업데이트 또는 조회하려 할 때 사용합니다 — 실행 실행은 제외합니다. list_manual_test_suites, …를 포함합니다.
npx skills add https://github.com/anthropics/claude-plugins-community --skill testdino-manual-testsTestDino Manual Tests
Use TestDino manual-test tools when the user wants to create, update, or browse manual QA cases and suites.
Preferred flow:
- Call
healthifprojectIdis not known. - Use
list_manual_test_suitesto find the destination suite when needed. - Use
list_manual_test_casesorget_manual_test_caseto inspect existing cases. - Use
create_manual_test_case,update_manual_test_case, orcreate_manual_test_suitefor 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