integration-onboarding-patch

Patch integration onboarding workflows to activate health monitoring and Slack alerts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill adds an admin-facing integration health monitoring step to the onboarding workflow so new integrations are immediately tracked and problems are caught before they impact routines.

Core Features & Use Cases

  • Admin channel notification: After each integration connection, it checks whether an admin alert channel is configured and tells the admin where monitoring alerts will go.
  • Health check activation: Ensures the integration health check reminder exists and is scheduled with the configured interval and timezone.
  • Integration registry enablement: Updates the connected integrations registry so the newly connected integration is included in health monitoring when supported.

Quick Start

Use the integration onboarding patch to add Step 8b so every newly connected integration is registered for health checks and, if needed, routes health alerts to the right Slack admin channel.

Frequently Asked Questions about integration-onboarding-patch

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

FAQPage Schema
How do I add health monitoring to newly connected integrations during onboarding?

Health monitoring is activated by patching the integration onboarding workflow to validate reminder scheduling, create missing health check reminders, and update the connected-integrations registry with health_monitored=true.

How does Slack alerting work for integration health checks?

Slack alerting works by checking for a configured admin alert channel after each integration connection and notifying the admin where monitoring alerts will be routed if integration health degrades.

What do I need to configure before patching integration onboarding workflows?

You need the existing integration-onboarding skill at the specified target location, plus admin and health configuration files readable from the agent filesystem to validate reminder presence and scheduling intervals.

Why are my connected integrations not being tracked for health degradation?

Connected integrations are not tracked when the onboarding workflow is unpatched, meaning the connected-integrations registry is never updated with health_monitored=true and no periodic health check reminder is scheduled.

When should I use a workflow patch for integration health monitoring?

Use a workflow patch for integration health monitoring during org onboarding flows that connect external integrations and require automated periodic health checks to prevent broken integrations from blocking routines.