Use when the user wants to browse, inspect, create, or update exploratory testing sessions in TestDino — by state, status, session type, assignee, release, or tags. Covers list_sessions, get_session, create_session, and update_session. Accepts counter-style IDs like SES-12.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when the user wants to browse, inspect, create, or update exploratory testing sessions in TestDino — by state, status, session type, assignee, release, or tags. Covers list_sessions, get_session, create_session, and update_session. Accepts counter-style IDs like SES-12.
TestDino Exploratory Sessions
Use TestDino session tools when the user wants to browse, inspect, create, or update exploratory testing sessions.
Preferred flow:
Call health if projectId is not known.
Use list_sessions to discover sessions by state, status, session type, assignee, release, or tags.
Use get_session to inspect one session in detail.
Use create_session or update_session for session changes.
Important details:
sessionId accepts an internal ID or a counter-style ID like SES-12.
assigneeUserId accepts either a user ID or an email address.
state accepts display form or canonical form, but canonical lowercase values are safest.
tags and linkedIssues must be JSON arrays for create and update operations.