From testdino
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testdino:testdino-releasesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use TestDino release tools when the user wants to browse, inspect, create, or update releases in a project.
Use TestDino release tools when the user wants to browse, inspect, create, or update releases in a project.
Preferred flow:
health if projectId is not known.list_releases when the user needs discovery, filtering, or release lookup.get_release when the user already has a specific releaseId or needs full release details.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:
npx claudepluginhub testdino-hq/testdino-plugins --plugin testdinoProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.