service-test
Installation
SKILL.md
Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.
Service Testing
Validate that a deployed TrueFoundry service is healthy and responding correctly. Runs health checks, endpoint smoke tests, and optional load soak tests.
When to Use
Verify a deployed service is healthy and responding, run endpoint smoke tests, or perform basic load soak tests after deployment.
When NOT to Use
- User wants deep LLM inference benchmarking → use a dedicated benchmarking tool
- User wants to view logs → prefer
logsskill; ask if the user wants another valid path - User wants to check pod status only → prefer
applicationsskill; ask if the user wants another valid path - User wants to deploy something → prefer
deployskill; ask if the user wants another valid path