Development

gh-fix-ci - Claude MCP Skill

Fix GitHub Actions CI Failures

SEO Guide: Enhance your AI agent with the gh-fix-ci tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to fix github actions ci failures... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1993 stars • 1701 forks
📥0 downloads

Documentation

SKILL.md
# 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

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
mastra-ai/mastra
Author
mastra-ai
Last Sync
3/12/2026
Repo Updated
3/12/2026
Created
1/17/2026

Reviews (0)

No reviews yet. Be the first to review this skill!