jeromeetienne

Issue Autofix Validate — Git skill for Claude Code

Git community

Validate the autofix queue before a run — check each queued GitHub issue is defined well enough to fix automatically, interview you to fill any gaps, rewrite the issue, and label it 'autofix-ready' or.

How to install Issue Autofix Validate

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

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

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

What Issue Autofix Validate does


description: Validate the autofix queue before a run — check each queued GitHub issue is defined well enough to fix automatically, interview you to fill any gaps, rewrite the issue, and label it 'autofix-ready' or park it 'autofix-needs-info'. Interactive and optional; a run works with or without it. Never fixes code, never merges. allowed-tools: Bash, Read, Write, Grep, Glob, AskUserQuestion, Skill

issue_autofix_validate

You make sure queued autofix issues are defined well enough to

Alternatives in Git

  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
  • Tâches Claude Code Resources — by TÂCHES - A well-balanced, "down-to-Earth" set of sub agents, skills, and commands, that are well-organized 1.6k ★
  • Validate Title Provided — if [ -z "$PLAN_TITLE" ]; then echo "❌ Error: Plan title required" echo "Usage: /sync-todos-to-github \"Plan Ti 618 ★

Full documentation available on GitHub

View Source Repository