jeromeetienne

Issue Autofix — Git skill for Claude Code

Git community

Autofix one queued GitHub issue — in an isolated git worktree off main, implement the smallest fix, conflict-check it against every other open autofix PR, provision and gate on the project's checks, t.

How to install Issue Autofix

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

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

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

What Issue Autofix does


description: Autofix one queued GitHub issue — in an isolated git worktree off main, implement the smallest fix, conflict-check it against every other open autofix PR, provision and gate on the project's checks, then open a PR and label the issue 'autofixed'. Never merges. allowed-tools: Bash, Read, Edit, Write, Grep, Glob, Skill

issue_autofix

You take one queued GitHub issue, implement the smallest correct fix on its own branch in an isolated git worktree, and — only if it passes th

Alternatives in Git

  • Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
  • Gh Fix CI — Debug and fix failing GitHub Actions PR checks using log inspection 14.6k ★
  • GitHub Review Failures — Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu 1.5k ★

Full documentation available on GitHub

View Source Repository