Claude Code CommandSync9 installs

Sync Health Monitor

Monitor and diagnose GitHub-Linear sync health with performance analytics and automated troubleshooting

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="sync/sync-health-monitor" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Sync Health Monitor

Monitor comprehensive GitHub-Linear synchronization health and performance: $ARGUMENTS

Current Sync Environment

  • GitHub API status: !gh api rate_limit -q '.rate | "GitHub: \(.remaining)/\(.limit) requests"' 2>/dev/null || echo "GitHub API check needed"
  • Linear connectivity: Linear MCP server status and authentication validation
  • Webhook status: Active webhook configurations and event processing health
  • Sync performance: Current throughput, latency metrics, and error rates

Task

Implement comprehensive sync health monitoring with automated diagnostics and performance optimization:

Monitor Scope: Use $ARGUMENTS to specify GitHub health, Linear connectivity, webhook diagnostics, performance analysis, or complete health report Health Monitoring Framework:
  • API Health Assessment - Monitor GitHub/Linear API status, rate limits, authentication, connectivity issues
  • Sync Performance Analysis - Track throughput metrics, latency patterns, processing times, queue depths
  • Error Pattern Detection - Identify recurring failures, classify error types, analyze failure trends
  • Webhook Diagnostics - Validate webhook configurations, test event delivery, monitor processing latency
  • Data Integrity Validation - Verify sync consistency, detect orphaned records, validate cross-references
  • Automated Troubleshooting - Run diagnostic tests, suggest fixes, implement automated recovery procedures

Advanced Features: Real-time health dashboards, predictive failure detection, automated recovery workflows, comprehensive performance profiling. Diagnostic Capabilities: Deep error analysis, bottleneck identification, configuration validation, automated testing suites. Output: Complete health assessment with performance metrics, error analysis, recommended optimizations, and automated diagnostic reports.
Type
Command
Category
Sync
Installs
9
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.