ops-verify-health

Check frontend URLs and backend GraphQL endpoints across environments.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill ops-verify-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-verify-health
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa-expo/skills/ops-verify-health
Command: npx skills add https://github.com/CodySwannGT/lisa --skill ops-verify-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the process of checking the operational status of all services across different deployment environments, ensuring everything is running as expected.

Core Features & Use Cases

  • Comprehensive Health Checks: Verifies frontend URLs, backend GraphQL endpoints, and reports response times for each.
  • Environment Agnostic: Can check services in local, dev, staging, production, or all environments.
  • Use Case: Before deploying a new version to production, use this Skill to quickly confirm that all frontend and backend services are healthy and responsive in the staging environment.

Quick Start

Run a health check for the development environment.

Frequently Asked Questions about ops-verify-health

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

FAQPage Schema
How do I verify service health across multiple deployment environments?

Verify service health by performing automated checks on frontend URLs and backend GraphQL endpoints across local, dev, staging, and production environments to confirm availability and measure response times.

What does an automated health check report include for frontend URLs and GraphQL endpoints?

A health check report includes service availability status and response times for frontend URLs and GraphQL endpoints, flagging any performance deviations across the specified environments.

Can I check staging environment services before a production deployment?

Yes, you can check staging environment services before production deployment by running health checks to ensure all frontend and backend services are responsive and operating as expected.

How do automated health checks support incident response?

Automated health checks support incident response by providing a consolidated status report that analyzes service availability and flags response time deviations across affected environments.

Do I need external dependencies to monitor GraphQL endpoint availability?

No external dependencies are required to monitor GraphQL endpoint availability, as the health check functionality operates autonomously to verify services across your specified environments.