What problem does it solve? Raw bug screenshots often fail to communicate visual or positional defects — overlapping elements, misalignment, or wrong chart axis values — forcing QA engineers to write paragraphs of explanation. This Skill turns a plain screenshot into a QA-style annotated evidence image that makes the defect obvious at a glance, without routing sensitive product data through any external image service. ## Core Features & Use Cases - QA-style markup overlays: Adds circles/ovals around broken regions, arrows pointing at defects, explanatory callout text boxes, a "BUG — <KEY>" corner badge, and axis tick-marks for date/offset chart bugs, using a copy-paste HTML/CSS shape library. - 100% local, exfiltration-safe pipeline: Renders annotation HTML through a loopback-only HTTP server (127.0.0.1) and captures it with playwright-cli, so screenshots containing real product or customer data never leave the machine. - Evidence workflow integration: Produces exactly one final annotated PNG named {KEY}-BUG-{BUG-KEY}-annotated.png in the ticket's evidence folder, with an optional step to embed it inline into the Jira bug issue. - Use Case: During sprint exploratory testing you find two chart data points rendering at the same pixel. Crop the region with Python/PIL, overlay a circle, arrow, and callout from the shape library, capture the annotated PNG, and attach it as the lead evidence on the filed bug. ## Quick Start Ask the agent to annotate the raw bug screenshot in the ticket's evidence folder by circling the broken region, adding an explanatory callout and a BUG badge, and saving the annotated PNG back to the evidence folder.