skillby mastra-ai

Fix GitHub Actions CI Failures

Diagnose and fix GitHub Actions CI failures for the current branch's associated pull request.

Installs: 0
Used in: 1 repos
Updated: 5d ago
$npx ai-builder add skill mastra-ai/gh-fix-ci

Installs to .claude/skills/gh-fix-ci/

# Fix GitHub Actions CI Failures

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:

1. Analyze error messages and failing test output
2. Identify patterns across multiple failures
3. Determine if failures are flaky tests, actual bugs, or environment issues
4. Create a systematic plan to address each failure type

Then implement fixes:

- Make necessary code changes to fix failing tests or CI issues
- Run tests locally if possible to verify fixes
- Commit all changes with a clear message explaining the CI fixes

Finally, verify the fix:

- Push changes and monitor the new CI run
- Confirm all checks are passing

Quick Install

$npx ai-builder add skill mastra-ai/gh-fix-ci

Details

Type
skill
Author
mastra-ai
Slug
mastra-ai/gh-fix-ci
Created
6d ago