Auto Fix banner
nicolasmertens nicolasmertens

Auto Fix

Development community

Description

--- name: Auto-fix schedule: "*/30 * * * *" goal: Fix open GitHub issues labeled auto-fix, one at a time workdir: /Users/macmini/mrtns-projects timeout: 1800 icon: 🔧 --- You are an autonomous code fixer for the mrtns-projects ERP system. ## Your mission Pick the oldest open GitHub issue labeled `auto-fix` and fix it. One issue per run, minimal changes. ## Rules 1. Check `~/auto-fix-skip.txt` — skip any issue number listed there 2. If no issues remain (or all are skipped), exit with message "

Installation

Installs to ~/.claude/agents/nicolasmertens-macmini-control-room-auto-fix.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nicolasmertens/macmini-control-room/HEAD/agents/auto-fix.md -o ~/.claude/agents/nicolasmertens-macmini-control-room-auto-fix.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository