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.
TestDino Releases
Use TestDino release tools when the user wants to browse, inspect, create, or update releases in a project.
Preferred flow:
- Call
healthifprojectIdis not known. - Use
list_releaseswhen the user needs discovery, filtering, or release lookup. - Use
get_releasewhen the user already has a specificreleaseIdor needs full release details. - Use
create_releaseorupdate_releasefor release changes.
Important details:
releaseIdaccepts either the internal ID or a counter-style ID likeMS-12.typeaccepts either display form or canonical form, but canonical lowercase values are safest.linkedIssuesmust 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
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.