What problem does it solve? Moving GitHub issues into an agent-driven work queue usually means copy-pasting issue text or letting the agent search repositories on its own. This Skill imports only the issues you explicitly name, quoting them as read-only source material so nothing is searched, guessed, or written back to GitHub. ## Core Features & Use Cases - Explicit selection only: Accepts full issue URLs, owner/repo#N, or --repo plus issue numbers; refuses vague requests like "import my issues" and never runs gh search or gh issue list. - Read-only preview before staging: Fetches title, body, labels, state, and review flags (destructive, secret-seeking, publishing, payment, legal, ambiguous), and shows whether each issue already exists in the drafting table, punch list, or archives. - Atomic staging with duplicate detection: Writes selected issues to the drafting table with Status: proposed, source URL, quoted acceptance text, labels, and import timestamp, skipping duplicates by canonical URL. - Use Case: You have five GitHub issues you want an agent to work on overnight. Provide their URLs, review the fetched preview including any closed issues and risk flags, then stage only the ones you approve for later promotion into the punch list. ## Quick Start Import GitHub issues https://github.com/owner/repo/issues/12 and https://github.com/owner/repo/issues/15 onto the drafting table so I can review them before promoting them to the punch list.