testdino-sessions
Installation
SKILL.md
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: