mcpbeat

Testdino Health

anthropics/testdino-health

Use when the user wants to check TestDino connection status, validate their PAT, discover available organizations and projects, or find the right projectId. Always call this first when the project context is ambiguous before any other TestDino tool.

254 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-health

The instruction itself

1 sections, as written by the author

TestDino Health

Use TestDino's health tool first when the user wants to:

  • check whether TestDino is connected
  • list available organizations or projects
  • find the right projectId
  • validate that their PAT is working

Guidance:

  • Start with health before project-specific TestDino actions if projectId is unknown.
  • Extract the correct organization and project from the response.
  • Reuse the chosen projectId for the rest of the conversation.
  • After health, ask the user which organization or project they want only if the correct target is still ambiguous.

What health confirms:

  • PAT validation status
  • connection status
  • organization access
  • project access
  • available modules for each project

How to use it

Copy the folder

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