General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Diagnose and fix GitHub Actions CI failures for the current branch's associated pull request.
Sign in to like and favorite skills
Diagnose and fix GitHub Actions CI failures for the current branch's associated pull request.
First, identify the PR and check CI status: RUN gh pr status RUN gh pr checks
Think deeply about the failures:
Then implement fixes:
Finally, verify the fix: