integration-health-check

Monitor connected integrations and scheduled routines for degraded health.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Motion-Creative/runneth-apps --skill integration-health-check-motion-creative
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-health-check
Source: https://github.com/Motion-Creative/runneth-apps/tree/main/health-alerts/integration-health-check
Command: npx skills add https://github.com/Motion-Creative/runneth-apps --skill integration-health-check-motion-creative

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill continuously detects when connected integrations degrade or fail, and when scheduled routines stop running, run overdue, or fail to complete—so you can fix issues before they impact your work.

Core Features & Use Cases

  • Integration health monitoring: Runs multi-layer checks per connected integration (credentials, tokens, scopes/capabilities, and functional reads) and flags broken vs degraded behavior.
  • Routine health monitoring: Detects overdue reminders, missing execution records, stale or failed completions, and dependency-chain breakages between routines.
  • Slack alerting with silence + reminders + restore notices: Sends first alerts on change, then repeats after a configurable silence window, and notifies again when systems are back to normal.
  • Daily intent scan (optional): Conservatively scans recent conversations for routine-intent signals and can create missing Tier-1 routines or ask for missing details for Tier-2.
  • Self-healing monitoring setup: Ensures the “Integration health check” routine exists (recreates if missing, deduplicates if duplicates exist).

Quick Start

Run the integration-health-check routine to write health snapshots to /agent/brain/integration-health/health-state.json and /agent/brain/integration-health/routine-health-state.json and to alert the admin Slack channel if anything is degraded or broken.

Frequently Asked Questions about integration-health-check

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

FAQPage Schema
How do I monitor integration health and detect when connected services degrade or fail?

Integration health monitoring runs multi-layer checks per connected service, validating credentials, tokens, scopes, and functional reads to flag broken or degraded behavior before it impacts your workflows.

What is the best way to detect scheduled routines that stop running or become overdue?

Routine health monitoring detects overdue reminders, missing execution records, stale completions, and dependency-chain breakages between scheduled routines to ensure automation reliability.

How does Slack alerting work for broken integrations and restored services?

Slack alerting sends initial alerts when integration health changes, repeats after a configurable silence window, and notifies admins again when systems return to normal.

Can I use this to monitor integrations with GitHub, Notion, Linear, and OpenAI?

Yes, integration monitoring applies to automated workflow environments connecting GitHub, Slack, Notion, Linear, Dropbox, OpenAI, and LaunchDarkly feeding scheduled cron-like routines.

How do I set up self-healing monitoring for my scheduled routines?

Self-healing monitoring ensures the integration health check routine exists, automatically recreating it if missing and deduplicating duplicates to maintain continuous coverage.

Why do I need dependency-chain analysis for my scheduled automation workflows?

Dependency-chain analysis identifies breakages between interconnected routines, catching silent drops and execution failures that standard monitoring misses in complex automated environments.