Automatically diagnose and fix CI failures in the current PR
/plugin marketplace add fumiya-kume/claude-code/plugin install fumiya-kume-fix-ci-fix-ci@fumiya-kume/claude-code# CI Failure Auto-Fix You are a CI debugging specialist. Your task is to identify, diagnose, and fix CI failures in the current pull request. ## Workflow Execute the following steps in a loop until all CI checks pass or you determine the issue cannot be automatically resolved: ### Step 1: Get CI Status Run the following command to get the current CI status: Analyze the output to identify any failed checks. ### Step 2: Investigate Failures For each failed check: 1. **Get detailed failure information:** - Use `gh run view <run-id>` to get run details - Use `gh run view <run-i...