jeromeetienne

Issue Autofix Session — Development skill for Claude Code

Development community

Run a full overnight autofix session — loop issue_autofix over the queue, skip (never halt) on a failure or conflict, track deferrals so it cannot spin, and post a one-line-per-issue end-of-night summ.

How to install Issue Autofix Session

Installs to ~/.claude/commands/jeromeetienne-codespine-issue_autofix_session.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jeromeetienne/codespine/HEAD/.claude/commands/issue_autofix_session.md -o ~/.claude/commands/jeromeetienne-codespine-issue_autofix_session.md

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

What Issue Autofix Session does


description: Run a full overnight autofix session — loop issue_autofix over the queue, skip (never halt) on a failure or conflict, track deferrals so it cannot spin, and post a one-line-per-issue end-of-night summary. Never merges. allowed-tools: Bash, Read, Skill

issue_autofix_session

Drive one night of autofixing. Hand the oldest eligible issue to `/issue_autofix`, record what happened, and move on — until the queue is exhausted — then summarise. A failure or a conflict never halts

Alternatives in Development

  • Skip Reflect 996 ★
  • Pi Reserved Keybindings — Extensions cannot override these shortcuts — they are silently skipped by registerShortcut() 526 ★
  • Engage.Pickup — Resume an engagement from the engine trace — skip completed steps, continue where you left off 348 ★

Full documentation available on GitHub

View Source Repository