From testdino
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testdino:testdino-manual-testsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use TestDino manual-test tools when the user wants to create, update, or browse manual QA cases and suites.
Use TestDino manual-test tools when the user wants to create, update, or browse manual QA cases and suites.
Preferred flow:
health if projectId is not known.list_manual_test_suites to find the destination suite when needed.list_manual_test_cases or get_manual_test_case to inspect existing cases.create_manual_test_case, update_manual_test_case, or create_manual_test_suite for edits.Boundary:
Good requests for this skill:
Common filters from the docs:
When creating a case:
npx claudepluginhub testdino-hq/testdino-plugins --plugin testdinoProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.