680 B
680 B
CI/CD Fix Workflow
For GitHub Actions failures and CI/CD pipeline issues.
Prerequisites
ghCLI installed and authorized- GitHub Actions URL or run ID
Workflow
-
Fetch logs with
debuggeragent:gh run view <run-id> --log-failed gh run view <run-id> --log -
Analyze root cause from logs
-
Implement fix based on analysis
-
Test locally with
testeragent before pushing -
Iterate if tests fail, repeat from step 3
Notes
- If
ghunavailable, instruct user to install:gh auth login - Check both failed step and preceding steps for context
- Common issues: env vars, dependencies, permissions, timeouts