testdino-sessions
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
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
Loading supporting files
anthropics/claude-plugins-community · MIT · Revision a727be1c7bd6
Be the first to comment
Share what worked or leave a question for the creator.