<< All versions
Skill v1.0.0
Trusted Publisher100/100anthropics/claude-plugins-community/testdino-sessions
──Details
PublishedJuly 2, 2026 at 12:11 AM
Content Hashsha256:0f3fb40625d9e294...
Git SHA
──Files
Files (1 file, 1.3 KB)
SKILL.md1.3 KBactive
SKILL.md · 31 lines · 1.3 KB
version: "1.0.0" name: testdino-sessions description: 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