Issue Autofix — Git skill for Claude Code
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
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 RepositoryRelated Skills
Issue Autofix Validate
Validate the autofix queue before a run — check each queued GitHub issue is defined well enough to fix automat
PR Autofix
Fix PRs autonomously. Triage open PRs by tier, address thread feedback, fix CI failures, and enable auto-merge
Check CI
Token-free PR merge-gate watcher — one process loops inside gh pr checks --watch --fail-fast, then verifies ze
Pre PR Check
Pre-PR quality gate for PromptPit. Run this on your feature branch after implementation is complete, before op
Ship And Babysit
Commit, push to origin, open a PR against bendourthe/Gemma-Code:main, then poll Gemma-Code's own CI every ~270
Implement Ticket
Implement a GitHub issue end to end: gate to 10/10, build, validate, code-review, fix-or-ticket, then commit +
Related Agents
Implement Queue Worker
Implements a single GitHub issue in an isolated worktree via TDD. Installs deps, writes a failing test first,
Migration Worker
Worktree-isolated agent for database migrations, schema changes, and data transformations. Runs in its own git
Flowai Autonomous Task
Autonomous end-to-end task executor. Runs the full flowai pipeline without interactive prompts inside an isola