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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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 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.