Add upload-screenshot skill and wire into create-pr#27
Draft
vkodithala wants to merge 1 commit into
Draft
Conversation
- New upload-screenshot skill: Imgur anonymous upload as primary host with fallback, supports both GitHub PR description (PATCH /pulls) and Slack thread (chat.postMessage) as output targets. Notes that 0x0.st is disabled and catbox.moe has 72h expiry. - create-pr: adds upload-screenshot to Related Skills and a Visual Evidence section under PR Description Guidelines with clear criteria for when to capture (UI change), ask (ambiguous), or skip (non-visual). Co-Authored-By: Oz <oz-agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two related changes to encode the visual evidence workflow as a repeatable pattern:
1. New
upload-screenshotskillStandalone skill for uploading screenshots to a stable image host and embedding them in GitHub PR descriptions or Slack threads. Key details:
upload_artifactfor Oz agents when external hosting is unavailable0x0.stis currently disabled andlitter.catbox.moeexpires in 72hPATCH /pulls) and Slack threads (chat.postMessage)2.
create-prskill updateupload-screenshotto Related SkillsTesting
Documentation-only changes.
Agent Mode
Conversation: https://staging.warp.dev/conversation/ef39588f-f62b-412b-8db6-471335becc65
Run: https://oz.staging.warp.dev/runs/019eb197-c57d-7795-a750-6ebedada5d5c
This PR was generated with Oz.