Skip to content

/massu-ci-fix

Auto-diagnose CI failures, fix, commit, and re-push


/massu-ci-fix

Automatically pulls CI failure logs, diagnoses the root cause, applies fixes, commits, and re-pushes. Zero cognitive load for broken CI pipelines.

When to Use

  • CI failed after push: The primary use case -- fix it without manual investigation
  • Workflow failures: When GitHub Actions or other CI systems report errors
  • Flaky tests in CI: Diagnose environment-specific test failures

What It Does

  • Identifies failed CI runs for the current commit or branch
  • Downloads and parses failure logs to extract error details
  • Diagnoses the root cause (build error, test failure, linting, etc.)
  • Applies the fix to the codebase
  • Commits the fix and pushes to trigger a new CI run

Usage

/massu-ci-fix