What problem does it solve? GitHub has no public API for attaching images to pull request comments, so an agent or developer working from a terminal cannot get a visual artifact in front of a reviewer. This Skill uploads screenshots and screen recordings to Argos and returns a shareable URL plus ready-to-paste Markdown, and can attach media to a branch or pull request where Argos posts and maintains the comment itself. ## Core Features & Use Cases - Media upload with PR integration: Upload images and videos with argos media upload, stage them on a branch with --branch so they attach automatically when a PR opens, or publish directly with --pr. - Before/after pairs and versioning: Files named -before/-after display side by side in the PR comment, and re-uploading the same name creates a new version under one stable URL so posted Markdown updates itself. - Reading visual feedback: List open comment threads pinned to exact pixel coordinates on a screenshot, reply to threads, and resolve them once fixed. - Use Case: You changed a checkout page UI on branch feat/checkout. Run argos media upload checkout-before.png checkout-after.png --branch feat/checkout, and when the PR opens the reviewer sees a side-by-side comparison without checking out your branch. ## Quick Start Use the argos-upload skill to upload my before and after screenshots and attach them to the current branch so they appear on the pull request.