triaging-visual-review-runs

triaging-visual-review-runs is a skill for Claude Code from PostHog/ai-plugin. It costs 136 tokens per session (3,267 once invoked), scanned A, original, no licence file.

A procedure for inspecting PostHog Visual Review runs, which compare screenshots to detect unintended visual changes. These checks can block a pull request from merging when the images differ.

In plain words
What is it for?
Use it to inspect snapshot differences, investigate blocked pull requests, review screenshot-test backlogs, and assess Storybook or Playwright visual regressions.
Why use it?
It helps identify why a visual check failed and which screenshot changes need review before code is merged.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the posthog plugin — 164 skills, 3 commands, 1 agent, 2 hooks, 1 MCP server shipped together

Good fit Use it to inspect snapshot differences, investigate blocked pull requests, review screenshot-test backlogs, and assess Storybook or Playwright visual regressions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/posthog/ai-plugin/triaging-visual-review-runs
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PostHog/ai-plugin --skill triaging-visual-review-runs
Clone the repo
git clone --depth 1 https://github.com/PostHog/ai-plugin

Made for: Claude Code.

Or install posthog, the plugin that ships this one along with the rest of its 164 skills, 3 commands, 1 agent, 2 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for triaging-visual-review-runs

README.md
[![agentmods](https://agentmods.dev/badge/skills/posthog/ai-plugin/triaging-visual-review-runs.svg)](https://agentmods.dev/skills/posthog/ai-plugin/triaging-visual-review-runs)
Your own site
<a href="https://agentmods.dev/skills/posthog/ai-plugin/triaging-visual-review-runs"><img src="https://agentmods.dev/badge/skills/posthog/ai-plugin/triaging-visual-review-runs.svg" alt="Measured on agentmods" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,267 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00136 $0.03267
Opus 5 $0.00068 $0.01633
Sonnet 5 $0.00027 $0.00653
Haiku 4.5 $0.00014 $0.00327

Measured 4d ago against content hash c4b011a3d376, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

triaging-visual-review-runs scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /tmp/vr-baseline.png "<baseline_artifact.download_url>"
skills/triaging-visual-review-runs/SKILL.md · 204 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 204 lines · 136 tokens per session scan A c4b011a3d376

Subscribe to this mod's changes

triaging-visual-review-runs is a skill published in the GitHub repository PostHog/ai-plugin (80 stars, last pushed today), with no licence file. It adds 136 tokens to every session and 3,267 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

visual-diff

Visual Regression Testing — screenshot comparison before and after changes. Use when user wants to check for visual regressions, compare UI changes, or verify CSS/layout changes didn't break anything.

Houseofmvps/ultraship · 39 tokens

visual-verification

Verify UI-facing changes by running a screenshot-analyze-verify loop across configured viewports, with a browser-tool priority cascade (Playwright MCP → Chrome DevTools MCP → CLI fallback → external skill fallback) and bounded iteration. Use after build/runtime verification passes and the diff includes…

synaptiai/synapti-marketplace · 137 tokens

qa

Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user flows. Works as a standalone skill or as a phase end condition in campaigns. Requires Playwright (optional dependency, graceful skip if not installed).

SethGammon/Citadel · 56 tokens

image-compare

Compare two image files on disk and report what changed, region by region. Trigger on "what changed between these two images", "diff these PNGs", "did this render drift", "compare screenshots/exports/renders".

teimurjan/blazediff · 49 tokens

test-implement

Implements React/TypeScript unit, integration, and browser E2E tests with the repository's configured runner, mocks, setup, and browser harness. Use when creating or completing frontend tests and generated test skeletons.

shinpr/claude-code-workflows · 48 tokens