What problem does it solve? GitHub issue threads and their attachments are not reliably readable from an agent session: gh issue view cannot fetch private-image attachments, and WebFetch often fails on github.com pages. This Skill pulls the full issue — body, comments, timeline, and attachments — into the repository as committed files so any session can re-read the source of truth. ## Core Features & Use Cases - Issue export: Runs scripts/export-github-item.py to write docs/issue/<n>/issue.md and download attachments to docs/issue/<n>/attachments/. - Committed snapshot: Commits the export on the working branch immediately, so resumed or parallel sessions re-read the thread instead of re-exporting. - Video attachment handling: Loads video-frames.md to extract frames with ffmpeg when an attachment is a screen recording. - Use Case: A caller skill like /task or /plan receives fix the sidebar scroll #847; this Skill exports issue 847, commits it, and hands the number and export path back to the caller. ## Quick Start Invoke the skill with an issue number or URL, for example by asking to take issue 847 onto the current branch.