What problem does it solve? Retrospective meetings generate improvement ideas (Try items) that often sit untouched as open GitHub Issues. This Skill closes that gap by automatically finding unhandled Try issues, implementing the small and medium ones as code or documentation changes, and shipping them through reviewed, auto-merged pull requests. ## Core Features & Use Cases - Automatic Issue Triage: Fetches open type:retro-try and update-type issues via the GitHub MCP API, sorts them by urgency/priority labels, and auto-closes stale items untouched for 30 days. - Categorized Implementation: Classifies each issue (doc, script, validation hook, skill, tool-update, domain, dev-tool) and applies the minimal change, committing one commit per issue on a dedicated branch. - PR Bundling and Auto-Merge: Bundles same-category small fixes into a single PR, runs a self-review layer, and squash-merges after checks pass, then triggers the retrospective skill again. - Use Case: A scheduled routine fires every two hours; when a Try issue labeled status:waiting-claude has aged 8 hours, this Skill picks it up, edits the referenced rule file, opens a PR, and merges it without human intervention. ## Quick Start Ask the AI to process the open retro-try issues and turn them into pull requests.