← ClaudeAtlas

issue-autofixlisted

Implement an Issue fix on a branch and open a PR (Fixes #N). Use for L2 issue-autofix automation after autofix label, repository_dispatch, or workflow_dispatch. Detect skips when an open/draft PR already closes the Issue. Do not fire repository_dispatch from the Agent.
y-miyazaki/config · ★ 1 · AI & Automation · score 68
Install: claude install-skill y-miyazaki/config
**UTILITY SKILL** — Issue→PR autofix on the branch caller (not entity observe). ## Input - **Automation:** detect JSON from `detect_autofix.sh` with `result.issue_number`. Read `may_edit` / `write_target` from `## Constraints`. - **Interactive:** Issue number (or URL resolved to a number) plus optional failure context; same Constraints defaults as automation survey unless the user explicitly requests a fix. ## Output Specification Report per [common-output-format.md](references/common-output-format.md). On the automation path, follow [category-automation-envelope.md](references/category-automation-envelope.md). PR body must include `Fixes #<N>`. ## Execution Scope ### USE FOR: - Implement a minimal fix for the Issue on the integration branch worktree when `may_edit: true` - Synthesize PR body from `assets/pr-body-template.md` including `Fixes #<N>` ### DO NOT USE FOR: - Issue triage labels/comments (issue-triage) - PR revision from review comments (pr-revise) - Calling `repository_dispatch` from the Agent ## Reference Files Guide - [common-checklist.md](references/common-checklist.md) (always read) - [common-output-format.md](references/common-output-format.md) (always read) - [category-automation-envelope.md](references/category-automation-envelope.md) (read on automation path) - [category-pr-body-links.md](references/category-pr-body-links.md) (read when synthesizing PR body) - `assets/pr-body-template.md` (read when synthesizing apply PR body) - `assets/pr-body-