What problem does it solve? Closed GitHub Issues and PRs often contain unchecked checkboxes, deferred tasks, and implicit follow-ups that get lost. This Skill provides the knowledge base for extracting those remaining issues into structured intake items and then reviewing, classifying, and routing them into a promoted backlog pipeline. ## Core Features & Use Cases - GitHub Residual Issue Extraction: Interprets natural-language date ranges, fetches closed Issues/PRs via gh CLI, detects unchecked checkboxes structurally, and runs LLM full-text analysis for implicit remaining tasks (TODO, deferred items, future concerns). - Intake Review and Classification: Reviews inbox items for validity, impact, urgency, and relation to existing requirements, then classifies them as adopt, hold, or reject with user confirmation before any persistence. - Promotion and Git Persistence: Formats adopted items into .agentdev/intake/promoted/, deletes rejected items with audit-trailed commit messages, and performs safe git pull/add/commit/push with structured error handling. - Use Case: After closing a sprint's worth of Issues, run the intake pipeline to collect every unchecked checkbox and deferred note, review the findings with the user, and promote approved items for downstream backlog review. ## Quick Start Ask the agent to extract remaining issues from GitHub Issues and PRs closed in the last two weeks and review the resulting inbox items for promotion.