mcpbeat

Testdino Sessions

anthropics/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.

324 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
336
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/claude-plugins-community --skill testdino-sessions

The instruction itself

1 sections, as written by the author

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.

Good requests for this skill:

  • list exploratory sessions in a project
  • create an exploratory session for auth regression
  • assign a session to [email protected]
  • update session state to under review

How to use it

Copy the folder

Take anthropics/testdino-sessions from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.