workflow-monitor

Solid

Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow.

AI & Automation 308 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [Philosophy](#philosophy) - [Quick Start](#quick-start) - [Detection Patterns](#detection-patterns) - [Workflow](#workflow) - [Issue Template](#issue-template) - [Configuration](#configuration) - [Guardrails](#guardrails) - [Integration Points](#integration-points) - [Output Format](#output-format) # Workflow Monitor Monitor workflow executions for errors and inefficiencies, automatically creating issues on the detected git platform (GitHub/GitLab) for improvements. Check session context for `git_platform:` and use `Skill(leyline:git-platform)` for CLI command mapping. ## Philosophy Workflows should improve over time. When execution issues occur, capturing them systematically enables continuous improvement. This skill hooks into workflow execution to detect problems and propose fixes. ## Quick Start ### Manual Invocation ```bash # After a failed workflow /workflow-monitor --analyze-last # Monitor a specific workflow execution /workflow-monitor --session <session-id> # Analyze efficiency of recent workflows /workflow-monitor --efficiency-report ``` ### Automatic Monitoring (via hooks) When enabled, workflow-monitor observes execution and flags: - Command failures (exit codes > 0) - Timeout events - Repeated retry patterns - Context exhaustion - Inefficient tool usage ## Detection Patterns ### Error Detection | Pattern | Signal | Severity | |---------|--------|----------| | Command failure | Exit code > 0 | High | | Timeout | Exceeded timeo...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category