ie-migration-vrt

ie-migration-vrt is a skill for Codex from rayven122/mcp-ie-migration-vrt. It costs 74 tokens per session (566 once invoked), scanned A, original, MIT.

A visual comparison workflow for checking a web page in Internet Explorer mode against its migrated version in Chromium-based Microsoft Edge. VRT means visual regression testing: comparing screenshots to find unintended changes.

In plain words
What is it for?
Use it during IE-to-Edge migrations to compare matching page states, inspect differences, fix the migrated page, and repeat the screenshot check.
Why use it?
It helps separate real migration problems from differences caused by browsers, scrollbars, screen scaling, or loading effects.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it during IE-to-Edge migrations to compare matching page states, inspect differences, fix the migrated page, and repeat the screenshot check.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rayven122/mcp-ie-migration-vrt/ie-migration-vrt
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 rayven122/mcp-ie-migration-vrt --skill ie-migration-vrt
Clone the repo
git clone --depth 1 https://github.com/rayven122/mcp-ie-migration-vrt

Made for: Codex.

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 ie-migration-vrt

README.md
[![agentmods](https://agentmods.dev/badge/skills/rayven122/mcp-ie-migration-vrt/ie-migration-vrt/github.svg)](https://agentmods.dev/skills/rayven122/mcp-ie-migration-vrt/ie-migration-vrt)
Your own site
<a href="https://agentmods.dev/skills/rayven122/mcp-ie-migration-vrt/ie-migration-vrt"><img src="https://agentmods.dev/badge/skills/rayven122/mcp-ie-migration-vrt/ie-migration-vrt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ie-migration-vrt

Your own site · 80×15
<a href="https://agentmods.dev/skills/rayven122/mcp-ie-migration-vrt/ie-migration-vrt"><img src="https://agentmods.dev/badge/skills/rayven122/mcp-ie-migration-vrt/ie-migration-vrt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00074 $0.00566
Opus 5 $0.00037 $0.00283
Sonnet 5 $0.00015 $0.00113
Haiku 4.5 $0.00007 $0.00057

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

Security

Grade A, and why

ie-migration-vrt scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ie-migration-vrt/SKILL.md · 35 lines

How it starts

The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IE Migration VRT

Use the mcp-ie-migration-vrt tools to keep the legacy and migrated pages in separate Selenium sessions. Treat the IE session as expected and the Chromium Edge session as actual.

Workflow

  1. Call start_vrt_browsers with the legacy and migrated URLs. Keep both returned session IDs.
  2. Inspect each page through the accessibility resource or Selenium read tools. Always pass the intended sessionId.
  3. Operate each session independently until both represent the same business state. Do not assume the locators or navigation steps are identical.
  4. Wait for asynchronous content, fonts, and layout to settle. Avoid comparing loading indicators or transient animations.
  5. Call vrt with beforeSessionId, afterSessionId, a stable checkpoint name, and the agreed viewport.
  6. If the result is different, inspect the returned before, after, and diff images together with the capture diagnostics. Distinguish an IE Driver edge, scrollbar, or DPI artifact from an application regression before modifying the migrated implementation.
  7. Reload or navigate the after session back to the checkpoint and call vrt again. Repeat until it passes or a genuine intended design difference is identified.
  8. Close both sessions explicitly.

Read capture-contract.md before changing viewport, zoom, scrolling, masking, or comparison thresholds.

Safety

  • Do not submit, save, delete, approve, send, or trigger external actions unless the user explicitly authorizes that mutation.
  • Use stable test data and reproduce the same state in both sessions.
  • Do not resize or crop screenshots to force equal dimensions. Review raw dimension differences with their source images and diagnostics.
  • Do not update the IE expectation merely to make a failure pass.

Failure handling

  • If start_vrt_browsers fails, confirm Windows, IEDriverServer, Edge IE mode policy, matching Protected Mode zone settings, and that the MCP server runs non-elevated in the logged-on interactive session.
  • If capture dimensions differ, first check the requested and measured viewport, document mode, browser zoom, DPI, overflow, and edge-only diff regions. Retry after fixing the environment when possible; otherwise record a confirmed environment-specific difference.
  • If differences are limited to font antialiasing, adjust the threshold only after confirming there is no layout or typography regression.

Read the full file on GitHub · 35 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 35 lines · 74 tokens per session scan A 8996a3a71949

Subscribe to this mod's changes

ie-migration-vrt is a skill published in the GitHub repository rayven122/mcp-ie-migration-vrt (1 stars, last pushed 11d ago), licensed MIT. It adds 74 tokens to every session and 566 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-optimizer

Optimize what selected Next.js client navigations include before the click under Partial Prefetching. Use after Cache Components and Partial Prefetching are adopted when the user wants selected URL-specific UI to be instant, wants reusable content to wait for navigation, or needs to choose between default, viewport…

vercel/next.js · 82 tokens

react-patterns

React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.

affaan-m/ECC · 49 tokens

compiler-port

Port a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.

react/react · 35 tokens

verify

Build, launch, drive, and screenshot the OpenNOW Electron settings UI on Windows.

OpenCloudGaming/OpenNOW · 17 tokens

break

Renders a component you choose in every state and scenario on a temporary page and stress tests it.

jakubkrehel/skills · 22 tokens