testdino-sessions
作成者: anthropic
ユーザーがTestDinoの探索的テストセッションを閲覧、検査、作成、または更新したい場合に使用します — 状態、ステータス、セッションタイプ、担当者、リリース、または…
npx skills add https://github.com/anthropics/claude-plugins-community --skill testdino-sessionsTestDino Exploratory Sessions
Use TestDino session tools when the user wants to browse, inspect, create, or update exploratory testing sessions.
Preferred flow:
- Call
healthifprojectIdis not known. - Use
list_sessionsto discover sessions by state, status, session type, assignee, release, or tags. - Use
get_sessionto inspect one session in detail. - Use
create_sessionorupdate_sessionfor session changes.
Important details:
sessionIdaccepts an internal ID or a counter-style ID likeSES-12.assigneeUserIdaccepts either a user ID or an email address.stateaccepts display form or canonical form, but canonical lowercase values are safest.tagsandlinkedIssuesmust be JSON arrays for create and update operations.
Good requests for this skill:
- list exploratory sessions in a project
- create an exploratory session for auth regression
- assign a session to alice@example.com
- update session state to under review