---
title: Verify UI Changes
description: After implementing a feature or fixing a bug, have your AI coding agent check it in a real browser with /shiplight verify.
---

# Verify UI Changes

<div class="view-markdown-wrapper">
<ViewMarkdown />
</div>

The most common use case. After implementing a feature or fixing a bug, ask your agent to check it in a real browser.

```
/shiplight verify I just added a dark mode toggle to the settings page.
Open http://localhost:3000/settings, click the toggle,
and verify the page switches to dark mode.
```

To get a **video recording** of the verification for review:

```
/shiplight verify the checkout flow works end-to-end.
Record the session so I can watch it.
```

Your agent records the session and gives you a video file and a Playwright trace when done.
