π¦ ClawHub
Nm Imbue Workflow Monitor
by @athola
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
π‘ Examples
Manual Invocation
# After a failed workflow
/workflow-monitor --analyze-lastMonitor a specific workflow execution
/workflow-monitor --session Analyze efficiency of recent workflows
/workflow-monitor --efficiency-report
Automatic Monitoring (via hooks)
When enabled, workflow-monitor observes execution and flags:
βοΈ Configuration
# .workflow-monitor.yaml
enabled: true
auto_create_issues: false # Require approval before creating
severity_threshold: "medium" # Only report medium+ severity
efficiency_threshold: 0.7 # Flag workflows below 70% efficiencydetection:
command_failures: true
timeouts: true
retry_loops: true
context_exhaustion: true
tool_misuse: true
efficiency:
verbose_output_limit: 500
max_file_reads: 2
parallel_detection: true
TERMINAL
clawhub install nm-imbue-workflow-monitor