← ClaudeAtlas

github-issue-autofixlisted

Implement a GitHub Issue fix on a branch and open a PR (Fixes #N). Use in conversation when the user gives an Issue number or URL and asks to implement or fix it. Also the L2 loop entry skill after autofix label, repository_dispatch, or workflow_dispatch. Interactive default is survey; apply when the user explicitly requests a fix or may_edit is true. Detect skips when an open/draft PR already closes the Issue. Agent must not fire repository_dispatch.
y-miyazaki/config · ★ 1 · Code & Development · 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 (github-issue-triage) - PR revision from review comments (github-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) - `a