github-image-upload
Installation
SKILL.md
Upload images and files to GitHub (gh-image)
GitHub has no public API for attachment uploads — the web UI uses an internal
endpoint that mints user-attachments URLs scoped to the repo's visibility.
gh-image (MIT, © drogers0) replicates
that flow as a gh CLI extension, so you can upload images or other files (PDF,
zip, log, …) from the terminal and get a ready-to-paste reference back — an
 embed for images, a bare URL for videos (GitHub renders it as an
inline player), or a [name](url) download link for other files.
This skill drives gh-image and then embeds the result into a PR/issue/comment.
Prerequisites — verify these before uploading
Run these checks; only act on the ones that fail.
ghCLI installed & authenticated