Monitor GitHub Actions CI status and analyze failures
/plugin marketplace add minukHwang/claude-plugins/plugin install git@minukHwang-plugins# Monitor GitHub Actions CI Check the CI/CD status for the current branch or PR, and analyze failures if any. ## Step 0: Check Current Context ## Step 1: Get CI Status ### Option A: If PR exists ### Option B: If no PR (just branch) ## Step 2: Display Status Summary Show a summary table: Status icons: - ✓ Pass (green) - ✗ Fail (red) - ◯ Pending (yellow) - ⊘ Skipped (gray) ## Step 3: On Failure - Analyze Logs If any check failed: ### Analyze Failure 1. **Identify the error type:** - Build error (compilation, bundling) - Test failure (unit, integration, e2e) - Lint...