Workflow Monitor

Monitor Temporal workflow statuses via MCP server and summarize health.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill workflow-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workflow Monitor
Source: https://github.com/X-McKay/kubani/tree/main/.claude/skills/workflow-monitor
Command: npx skills add https://github.com/X-McKay/kubani --skill workflow-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, human-readable summary of Temporal workflow statuses, helping users quickly understand the health and activity of their workflow systems.

Core Features & Use Cases

  • Workflow Status Overview: Get counts of running, failed, and completed workflows.
  • Issue Identification: Automatically flags failed or potentially stuck workflows.
  • Health Assessment: Provides a concise summary of the overall workflow system health.
  • Use Case: A developer needs to quickly check if any critical background jobs have failed overnight. They can use this Skill to get an immediate summary of workflow statuses, highlighting any failures that require attention.

Quick Start

Check the status of all running, failed, and completed Temporal workflows.

Frequently Asked Questions about Workflow Monitor

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

FAQPage Schema
How do I check the status of Temporal workflows?

You can check the status of Temporal workflows by querying their status through a connected MCP server. This process provides a human-readable summary of running, failed, and completed workflows to help you assess system health.

What is the best way to identify failed or stuck Temporal workflows?

The best way to identify failed or stuck Temporal workflows is to use a monitoring tool that queries workflow statuses via an MCP server. It automatically flags failed or potentially stuck workflows for immediate attention.

Do I need an MCP server to monitor Temporal workflow health?

Yes, you need a connected Temporal MCP server to monitor workflow health. You also need access to the Temporal namespace to query statuses and generate a human-readable summary of your workflow system.

Can I get a summary of running and completed Temporal workflows?

Yes, you can get a summary of running and completed Temporal workflows. By querying workflow statuses through an MCP server, you receive counts of different workflow states and an overall health assessment.

How do I find out if critical background jobs failed overnight in Temporal?

To find out if critical background jobs failed overnight in Temporal, query your workflow status through an MCP server. This provides an immediate summary highlighting any failures or stuck workflows that require attention.