output-services-check

Verify Docker containers, API server, and Temporal UI health during local development.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-services-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-services-check
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-services-check
Command: npx skills add https://github.com/growthxai/output --skill output-services-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly verify that all required Output SDK development services are running locally, reducing downtime during debugging and setup.

Core Features & Use Cases

  • Service health checks for Docker containers, API server, and Temporal UI to confirm readiness.
  • Remediation guidance with steps to start, restart, or diagnose services when issues arise.
  • Use Case: When starting a new project or debugging a workflow, run this skill to confirm the environment is healthy and ready for development.

Quick Start

Run the health-check skill to verify all Output development services are active before you start a workflow.

Frequently Asked Questions about output-services-check

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

FAQPage Schema
How do I check if Output SDK development services are running locally?

To check if Output SDK development services are running locally, verify the health of Docker containers, the API server, and the Temporal UI to ensure they are accessible and ready for development.

What is the best way to verify Docker and Temporal UI health for local development?

The best way to verify Docker and Temporal UI health is to run a comprehensive service health check that tests container readiness, API server connectivity, and Temporal UI accessibility in seconds.

Why does my Temporal UI show as unhealthy during local debugging?

Your Temporal UI may show as unhealthy due to stopped Docker containers or an inactive API server. Use health checks to diagnose the issue and follow remediation steps to restart the affected services.

How do I fix unhealthy Output development services before starting a workflow?

To fix unhealthy Output development services, run a health check to identify failing components, then execute the provided remediation commands to start, restart, or diagnose Docker containers and API servers.

Do I need Docker running to verify Output SDK services locally?

Yes, Docker must be running to verify Output SDK services locally, as the health check validates Docker container readiness alongside the API server and Temporal UI to confirm the environment is fully operational.