Автономная реализация GitHub Issues через PR

★ 7.4 · automation

Automatic Issue Closing via PR is a Claude Code skill that implements a GitHub issue end-to-end in autonomous mode — from branch creation to a merge-ready pull request. Reach for it when you want to turn a backlog task into working code without hand-holding every step: for example, when the issue queue is long and you need Claude to write the feature, run tests, and handle reviewer comments on its own. The skill creates a git worktree for isolated development, studies the codebase structure and conventions, writes implementation code along with E2E tests, opens a draft PR, and enters a resolution loop — watching CI results, replying to inline review comments, and marking threads as resolved via GraphQL. It relies on gh CLI, Bash, WebFetch, and standard file tools. Triggered with /issue-to-pr-resolver <issue-number>. The direction is full feature implementation from issue to PR, not reviewing or annotating existing code. Important constraint: the skill is tightly coupled to the homeassistant-ai/ha-mcp repository and its conventions; adapting it to another project requires updating paths, test commands, and repo references. After a maximum of five resolution iterations without all checks going green, the skill surfaces the blockers for the user rather than looping indefinitely.