truefoundry-service-test

Diagnose deployed TrueFoundry services with health checks and endpoint tests.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-service-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: truefoundry-service-test
Source: https://github.com/truefoundry/tfy-deploy-skills/tree/main/skills/service-test
Command: npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-service-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates deployed TrueFoundry services with health checks, endpoint smoke tests, and optional load soak tests to ensure deployments are healthy and ready for use.

Core Features & Use Cases

  • Health checks against service endpoints to verify readiness
  • Endpoint smoke tests for REST APIs and web apps
  • Optional load soak tests to validate stability under sustained load
  • Clear pass/fail indications per test layer with a structured report

Quick Start

Run this skill after deployment to automatically verify health, run endpoint tests, and produce a structured report.

Frequently Asked Questions about truefoundry-service-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate health checks for REST API services after deployment?

Automate health checks for REST API services by executing endpoint smoke tests against deployed instances to verify readiness. The process applies to web apps across environments and returns a layered pass/fail result with a structured assessment.

What is a service health check and endpoint test for deployed apps?

A service health check and endpoint test validates that deployed REST APIs and web apps are healthy and ready for use. It diagnoses services by applying automated checks across environments and outputs a structured pass/fail assessment.

Can I run load soak tests to check REST API stability under sustained traffic?

Yes, you can run load soak tests to validate REST API stability under sustained traffic. These optional tests run alongside health checks to ensure deployments remain healthy and structurally sound under continuous load.

Do I need Bash and curl to run automated endpoint tests on TrueFoundry?

Yes, you need Bash and curl to run automated endpoint tests on TrueFoundry. The testing process requires access to a TrueFoundry instance and uses the tfy-api.sh wrapper for executing REST API calls.

What's the best way to diagnose deployed services across multiple environments?

The best way to diagnose deployed services across multiple environments is to perform automated health checks and endpoint tests. This approach applies to REST APIs and web apps, returning a layered pass/fail result with a formatted assessment.