mcpbeat

Testdino Releases

anthropics/testdino-releases

Use when the user wants to browse, inspect, create, or update releases/milestones in a TestDino project. Covers list_releases, get_release, create_release, and update_release. Accepts counter-style IDs like MS-12.

287 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-releases

The instruction itself

1 sections, as written by the author

TestDino Releases

Use TestDino release tools when the user wants to browse, inspect, create, or update releases in a project.

Preferred flow:

  • Call health if projectId is not known.
  • Use list_releases when the user needs discovery, filtering, or release lookup.
  • Use get_release when the user already has a specific releaseId or needs full release details.
  • Use create_release or update_release for release changes.

Important details:

  • releaseId accepts either the internal ID or a counter-style ID like MS-12.
  • type accepts either display form or canonical form, but canonical lowercase values are safest.
  • linkedIssues must be sent as a JSON array for create and update operations.

Good requests for this skill:

  • list releases in a project
  • show details for release MS-12
  • create a sprint or iteration release
  • update release dates or status

How to use it

Copy the folder

Take anthropics/testdino-releases 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.