15-service-health

Assess infrastructure and live behavior of service deployments.

1|Updated May 31, 2026
One-click install
npx skills add https://github.com/joseph-c-mcguire/spec-driven --skill 15-service-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 15-service-health
Source: https://github.com/joseph-c-mcguire/spec-driven/tree/main/.cursor/skills/15-service-health
Command: npx skills add https://github.com/joseph-c-mcguire/spec-driven --skill 15-service-health

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill addresses the issue of quickly assessing both infrastructure and live behavior of service deployments, enabling quick resolution of production and staging health issues.

Core Features & Use Cases

  • Infrastructure and Live Behavior Assessment: Comprehensive checks for infrastructure readiness and live application behavior.
  • AskQuestion-Driven Depth: Allows setting depth, budget, and URL for checks.
  • Test-Driven Analysis: Triggered on user failures to investigate and resolve issues.
  • Bug Reporting: Opens bug reports for code bugs.
  • Use Case: When an error occurs in a deployed service, the skill can be used to quickly diagnose if the issue is with the infrastructure or the application's live behavior.

Quick Start

To perform a health check on the service with depth set to 4 and a URL set to 'https://example.com', you can say: 'Run 15-service-health with depth 4 and URL https://example.com'

Frequently Asked Questions about 15-service-health

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

FAQPage Schema
How do I verify service health after a production deployment?

You can verify post-deploy service health by running infrastructure and live behavior checks. Set the assessment depth and target URL to execute API smoke and E2E tier checks for diagnosing production issues.

What is the best way to investigate a production bug in a deployed service?

Investigate production bugs by triggering test-driven analysis on user failures. This approach isolates whether the issue is infrastructure or application behavior and handles code bugs via hotfix workflows.

Can I set the depth and budget for production monitoring checks?

Yes, production monitoring checks support configurable depth, budget, and target URL. An interview process sets these parameters to scope the infrastructure and live behavior assessment appropriately.

Does service health assessment require GitHub main CI to be green?

Yes, a green GitHub main CI is required for service health assessment. This mandatory check ensures baseline stability before proceeding with infrastructure readiness and live behavior verification.

When do I need to run infrastructure assessment for staging environments?

Run infrastructure assessment for staging when resolving health issues in pre-production environments. The assessment checks infrastructure readiness and live behavior to support staging and post-deploy verification.