What problem does it solve? Maintaining a repository's own improvement backlog is tedious: someone must read every open issue, decide which ones are actionable, implement each change, open a PR, and merge it. This Skill automates that entire self-maintenance loop for the btt-sdd-pipeline repository. ## Core Features & Use Cases - Issue triage: Lists open issues via the GitHub CLI and classifies each as directly applicable, needing clarification, or not applicable, presenting the plan for user approval before touching any file. - End-to-end change application: For each approved issue, creates a properly prefixed branch, applies the change following repository conventions, bumps the plugin version when packaged content changes, and opens a PR with "Closes #N". - Label synchronization and merge: Ensures issues carry type and origin labels, mirrors them onto the PR, waits for a clean mergeable state, then squash-merges and confirms issue closure. - Use Case: After a retrospective files several improvement issues against the pipeline, run this Skill to process the whole backlog in one session, with each issue becoming its own reviewed and merged PR. ## Quick Start Ask the assistant to process the open issues of the btt-sdd-pipeline repository and apply the ones that make sense as pull requests.