integration-health-check

Validate Stripe, Supabase, Replicate, Redis, and other integrations via read-only checks.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/sandrasocial/sselfie-9g --skill integration-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-health-check
Source: https://github.com/sandrasocial/sselfie-9g/tree/main/skills/integration-health-check
Command: npx skills add https://github.com/sandrasocial/sselfie-9g --skill integration-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that all external services required by the application are correctly configured and operational before a release or when troubleshooting environment drift.

Core Features & Use Cases

  • Read‑only validation for Stripe, Supabase, Replicate, Redis, Resend, Neon, and Blob integrations.
  • Environment verification of required variables and configuration files.
  • Risk detection of missing dependencies, duplicate routes, and potential release blockers.
  • Use case: Run the health check in a CI pipeline to prevent deployment failures caused by misconfigured third‑party services.

Quick Start

Run the integration health check by executing pnpm audit:integration-health.

Frequently Asked Questions about integration-health-check

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

FAQPage Schema
How do I validate external integrations before a release?

Validate external integrations by running read-only checks for services like Stripe, Supabase, and Redis to ensure required environment variables and configuration files are present. This flags missing dependencies and route duplication risks before releases.

What services are supported for integration health checks?

Supported services include Stripe, Supabase, Replicate, Redis, Resend, Neon, and Blob. The validation executes read-only checks to verify their configuration and operational readiness before releases or during debugging.

How do I check for missing environment variables in my CI pipeline?

Check for missing environment variables in your CI pipeline by running an integration health check. It verifies required variables and configuration files across external services, flagging missing dependencies and potential release blockers.

Does the integration health check modify my database or external services?

The integration health check does not modify your database or external services because it executes read-only checks. It solely validates the readiness and configuration of services like Stripe and Supabase without altering data.

Can I detect duplicate routes and missing dependencies before deployment?

You can detect duplicate routes and missing dependencies before deployment by running the integration health check. It performs risk detection to identify configuration issues and potential release blockers across your external integrations.

Why does my deployment fail due to misconfigured third-party services?

Your deployment might fail due to misconfigured third-party services if required environment variables or configuration files are missing. An integration health check identifies these environment drift issues and missing dependencies before release.