✓ Verified 💻 Development ✓ Enhanced Data

Crash Fixer

Autonomous crash analysis and bug fixing.

Rating
4 (309 reviews)
Downloads
510 downloads
Version
1.0.0

Overview

Autonomous crash analysis and bug fixing.

Complete Documentation

View Source →

crash-fixer

Full autonomous crash-fixing loop. Fetches crashes, deduplicates, analyzes with AI, generates fixes, and creates PRs.

Trigger

text
/crash-fixer [--hours 24] [--limit 5] [--dry-run]

How It Works

  • Fetch - Query crash reporter for new crashes
  • Deduplicate - Check fingerprint for identical crashes already fixed
  • Analyze - Use Codex 5.3 High (o3-high) to understand crash
  • Fix - Generate code fix
  • PR - Create branch → commit → PR
  • Update - Mark status in crash reporter

Options

FlagDefaultDescription
--hours N24Only fetch crashes from last N hours
--limit N3Max crashes to process per run
--dry-runfalseAnalyze but don't create PRs

Required Environment

VariableDescription
GH_TOKENGitHub API token
CRASH_REPORTER_API_KEYAPI key for crash reporter worker
CRASH_REPORTER_URLURL of crash reporter worker
TARGET_REPOGitHub repo to fix (owner/name)
Note: Uses MiniMax M2.5 (available in OpenClaw) for AI analysis - no extra API key needed.

Example

text
/crash-fixer --dry-run

Installation

Terminal bash

openclaw install crash-fixer
    
Copied!

💻Code Examples

/crash-fixer [--hours 24] [--limit 5] [--dry-run]

crash-fixer---hours-24---limit-5---dry-run.txt
## How It Works

1. **Fetch** - Query crash reporter for new crashes
2. **Deduplicate** - Check fingerprint for identical crashes already fixed
3. **Analyze** - Use Codex 5.3 High (o3-high) to understand crash
4. **Fix** - Generate code fix
5. **PR** - Create branch → commit → PR
6. **Update** - Mark status in crash reporter

## Options

| Flag | Default | Description |
|------|---------|-------------|
| `--hours N` | 24 | Only fetch crashes from last N hours |
| `--limit N` | 3 | Max crashes to process per run |
| `--dry-run` | false | Analyze but don't create PRs |

## Required Environment

| Variable | Description |
|----------|-------------|
| `GH_TOKEN` | GitHub API token |
| `CRASH_REPORTER_API_KEY` | API key for crash reporter worker |
| `CRASH_REPORTER_URL` | URL of crash reporter worker |
| `TARGET_REPO` | GitHub repo to fix (owner/name) |

Note: Uses MiniMax M2.5 (available in OpenClaw) for AI analysis - no extra API key needed.

## Example

Tags

#devops_and-cloud

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author ryce
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install crash-fixer