Автоматическое исправление GitHub Issues с PR

automation

fix-issues is a Claude Code skill that automatically fetches open GitHub Issues labeled as bug, evaluates whether each one is fixable, patches the code, and submits a Pull Request — one issue per invocation. It operates in two modes: batch (triggered by `/fix-issues`) and daemon (triggered with `limit=1`), where daemon mode maintains a persistent skip list at `~/.wayland-fix-issues/skip-list.json` to avoid re-analyzing issues already triaged in previous sessions. At startup the skill cleans the working directory by stashing staged changes and checking out main. Issues are filtered through a multi-step pipeline: unassigned, with sufficient description (error message, reproduction steps, logs, or code references). Teams looking to systematically clear a bug backlog without manually triaging every ticket will find this useful, provided gh CLI is authenticated.